Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2515
Issue with setSourceData with single point in series
posted

I'm creating a chart that has a single series and a single point in the series. An example is:

chart.setSourceData('sheet!A1:B1', false), where the categories are in column A.

This method call is creating 2 series and is treating the value in B1 as the category value and the series point value. The chart is a barClustered.

Is there a way to work around this issue?