And that was a very simple "fix". Thanks Andrew!
On Wed, Feb 13, 2013 at 1:01 AM, asgallant <[email protected]>wrote: > That is a poor example to use, because the chart's ChartWrapper's "view" > parameter turns the continuous date axis into a discrete string axis (it > would be nice if the dev team would replace that playground code with > something less convoluted and complicated). If you skip that translation, > it works as expected: http://jsfiddle.net/asgallant/WePkA/4/ > > Google Finance uses an entirely different system that has nothing to do > with the Visualization API. > > > On Tuesday, February 12, 2013 9:48:47 PM UTC-5, Lucero del Alba wrote: >> >> Hi, >> >> If I understood it right, the >> ChartRangeFilter<https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter> >> is >> suppose to work with continuous axes, as per documented. However, both in >> the >> playground<http://code.google.com/apis/ajax/playground/?type=visualization#custom_chartrangefilter_control>, >> and in the examples we've discussed like Sergey like >> http://jsfiddle.net/WePkA/1/ , the chart rendering seems to work pretty >> much as with discrete data; that is -- no grid lines for the horizontal >> vertical, gluing together contiguous values leaving no blank spaces for >> those entries missing (see discrete vs >> continuous<https://developers.google.com/chart/interactive/docs/customizing_axes#Discrete_vs_Continuous>). >> So, is it possible for force the usual continuous behavior with grids and >> everything? >> >> ps: Google Finance seems to have a mixed approach, with continuous >> behavior (just to give it some name) but removing the blank spaces for >> those days in which there were no market activity google.com/finance?q=** >> GOOG <http://google.com/finance?q=GOOG> Though they probably don't even >> use the same API that's available for public use. >> > -- > 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. > > > -- Emiliano -- 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.
