Hi Daniel,

Yes, I do have interpolateNulls set to true. However, it's still showing 
the line connection from 11am to 2pm.

>>We don't currently have a way to specify that the space taken up certain 
ranges of the axis should be left out entirely (i.e. gaps).  Is that what 
you wanted?

What I wanted to see on the chart is like this, to not show the connection 
from 11am to 2pm. This will tell us that we don't have any data versus 
having data with a value of 0 on 11am, 12pm and 1pm.

I manually edited the picture. It now shows broken connection. This is the 
chart I want to see/achieve.

http://i.imgur.com/9GjcbXs.png

Thanks!

On Wednesday, September 24, 2014 9:58:39 AM UTC-5, Daniel LaLiberte wrote:
>
> Ronnell,
>
> There are a couple ways to interpret your question.
>
> The 'interpolateNulls' option controls whether rows with missing or null 
> values will be rendered by interpolating across the gap for line and area 
> charts.  It should default to false, so I suspect you have this option set 
> to true.
>
> If your horizontal axis data is using continuous datetime values, then the 
> rendering of the axis with space for the missing values on the axis is 
> correct.  We don't currently have a way to specify that the space taken up 
> certain ranges of the axis should be left out entirely (i.e. gaps).  Is 
> that what you wanted?
>
> You could convert your datetime values into string values, and then the 
> missing rows will not show up in the chart at all.  But you also won't get 
> any gridlines for the axis.
>
>  

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.

Reply via email to