Sorry for the late reply; was pulled to other projects for a bit. Thanks for the response, ASG. Lovely feature, worked nicely after adjusting my data.
On Friday, April 12, 2013 10:08:26 PM UTC+3, asgallant wrote: > > When you enter the data, put null values in for data series where you > don't have a value for the series, then set the chart's "interpolateNulls" > option to true. The chart will handle the interpolation for you, and you > won't get the interactive points at those axis values. > > On Friday, April 12, 2013 2:21:51 PM UTC-4, Benjamin Redd wrote: >> >> Sorry if this has already been brought up...did a few searches and >> couldn't find anything. >> >> I have a project that collects a wide range of datasets that are updated >> either daily, weekly, monthly, quarterly or yearly. There's some backend >> datacrunching that compares trends from these different datasets over a >> given time period. >> >> The problem I'm having is displaying all these different datasets on the >> same chart when some of them are, say, monthly, some are weekly, etc. The >> most basic workaround is to fill in daily values for all of the datasets >> based on whatever time period they take place. So if August 2012 is 43 for >> a given measure, then I make 1 Aug = 43 = 2 Aug = 3 Aug.... However, this >> makes 'steps' in the data and is a bit misleading. >> >> Another option is to make the data 'daily' again, but this time >> interpolate values. This gets rid of the steps, and makes the graph look >> basically how I want it. But if you do this, you have popups on every >> interpolated value, giving a false impression that a given value is >> date-specific, vice an interpolation. >> >> Has anyone run into the same issue? Any ideas for a better workaround? >> > -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
