In a combo chart, is there a way to access more configuration options for a particular series type?For example, if my combo chart consists of columns and a steppedArea, and I wish to access the stepped area configuration connectSteps, how do I achieve this?--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/UIonZx7dZckJ.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
pointSize is a property you can set in the series configuration option. However, my question is about setting configuration options other than the ones given in https://developers.google.com/chart/interactive/docs/gallery/combochart#Configuration_Options. type, color, targetAxisIndex, pointSize, lineWidth, etc., I want to be able to set more configuration options. Most relevant options can be controlled on the series level in the following wayinstead of pointSize you can write series.0.pointSize to set the point size of only the first series.Please refer the the documentation for more info:
On Tue, Jun 26, 2012 at 12:19 AM, Jan <jmr.j...@gmail.com> wrote:
In a combo chart, is there a way to access more configuration options for a particular series type?For example, if my combo chart consists of columns and a steppedArea, and I wish to access the stepped area configuration connectSteps, how do I achieve this?
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/UIonZx7dZckJ.
To post to this group, send email to google-visualization-api@googlegroups.com.
To unsubscribe from this group, send email to google-visualization-api+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/mBYACwoVYGwJ.
To post to this group, send email to google-visua...@googlegroups.com.
To unsubscribe from this group, send email to google-visualizati...@googlegroups.com.
To unsubscribe from this group, send email to google-visualization-api+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
--
You received this message because you are subscribed to the Google Groups "Google Visualization API" group.