As the screenshot shown, two baseline are two different lines. How can I 
make them same line in combo chart? Thanks!
Here is the chart's option: 

options={{
  pointsVisible: true,
  vAxes: {
    0: { format: 'decimal', baselineColor: 'red' },
    1: { format: 'percent', baselineColor: 'blue' },
  }​,
  series: {
    0: { type: 'bars', targetAxisIndex: 0 },
    1: { type: 'line', targetAxisIndex: 1 },
  },
}}

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-visualization-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/e8c16f13-0e4b-4dd4-803d-ae68572e5a84%40googlegroups.com.
  • [visualization-api] How do... 'Ziming Wang' via Google Visualization API

Reply via email to