The connectSteps is available for ComboChart as it's available for
SteppedAreaChart (we forgot to document it). This means you can use it like:
chart.draw(data, {connectSteps: false, ...});Using it in the series option, so each series can have a different value for this option, is not supported at the moment. On Tue, Jun 26, 2012 at 7:54 PM, Jan <[email protected]> wrote: > Hi, > > I understand 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. > > > So, instead of type,* *color, targetAxisIndex, pointSize, lineWidth, > etc., I want to be able to set more configuration options. > > In my first post, I wanted to set the connectSteps property of a > steppedArea chart from a combo chart. So something like this would be great: > > ac.draw(data, { > ... > series: {5: { type: "line", steppedArea: false}}, > ... > }); > > Is this possible? > > > > On Tuesday, June 26, 2012 2:37:22 AM UTC-7, h wrote: >> >> Most relevant options can be controlled on the series level in the >> following way >> instead 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: >> https://developers.google.com/**chart/interactive/docs/** >> gallery/combochart#**Configuration_Options<https://developers.google.com/chart/interactive/docs/gallery/combochart#Configuration_Options> >> >> On Tue, Jun 26, 2012 at 12:19 AM, Jan <[email protected]> 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<https://groups.google.com/d/msg/google-visualization-api/-/UIonZx7dZckJ> >>> . >>> To post to this group, send email to google-visualization-api@** >>> googlegroups.com <[email protected]>. >>> To unsubscribe from this group, send email to google-visualization-api+* >>> *[email protected]<google-visualization-api%[email protected]> >>> . >>> For more options, visit this group at http://groups.google.com/** >>> group/google-visualization-**api?hl=en<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. > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > 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. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
