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. On Wed, Sep 24, 2014 at 9:55 AM, Ronneil Camara <[email protected]> wrote: > I'm attaching an example output of my chart with data missing starting > 11am until 2pm. > > http://i.imgur.com/fT9IGiH.png > > -- > 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. > -- Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> - 978-394-1058 [email protected] <[email protected]> 5CC, Cambridge MA [email protected] <[email protected]> 9 Juniper Ridge Road, Acton MA -- 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.
