b/16818904 for tracking. On Wednesday, January 20, 2016 at 2:03:32 PM UTC+1, Daniel LaLiberte wrote: > > The current tick generation code is not designed around looking at the > formatted representation of tick values, unfortunately. We plan to change > that at some point. > > The viewWindow max should not be 'auto'. At best, it is ignored. So you > have to set it to some particular value instead. Did you try setting the > minValue and maxValue options? If you set a maxValue and your actual data > is larger, that doesn't limit the chart to the maxValue. > > On Wed, Jan 20, 2016 at 5:09 AM, <[email protected] <javascript:>> > wrote: > >> I see... >> "The tick values are currently chosen regardless of the format" I think >> this can be considered a bug, isn't ? I mean, there's no reason to show >> ticks with decimal values when I'm representing integer values, is there? >> And forcing the tick values format to integer makes obviously appear >> double ticks (multiple ticks with same value), which is probably even more >> confusing for who reads the chart. >> >> Furthermore, I'm already using >> viewWindowMode: 'explicit', >> viewWindow: {min: 0, max: 'auto'} >> >> but the chart doesn't seem to care: when I only have 0s it show "-1", >> "0", "1" as y-ticks . >> >> Unfortunately I have no way to predict which will be the range of the >> values, as they are read from a DB and they continuously change. I also see >> specifyng the ticks values is the only solution, even though I will have to >> calculate it considering the serie values range I have each time. >> >> -- >> 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] >> <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at >> https://groups.google.com/group/google-visualization-api. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-visualization-api/47f87af0-f9ee-4ca1-94cb-3838d0fa594c%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-visualization-api/47f87af0-f9ee-4ca1-94cb-3838d0fa594c%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Daniel LaLiberte <https://plus.google.com/100631381223468223275?prsrc=2> > [email protected] <javascript:> 5CC, Cambridge 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 https://groups.google.com/group/google-visualization-api. To view this discussion on the web visit https://groups.google.com/d/msgid/google-visualization-api/fac65b75-06b4-469d-8a7f-4e711c56869d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
