Re: [visualization-api] vAxis values not sequential

2018-06-27 Thread 'Daniel LaLiberte' via Google Visualization API
You may want to try the 'upcoming' version since it does make use of the format to determine whether the formatted ticks are unique. And there is also a 'multiple' option, so you can say vAxis: { grldlines: { multiple: 1 } } to get the effect you want. On Wed, Jun 27, 2018 at 6:53 AM Vandana G

Re: [visualization-api] vAxis values not sequential

2018-06-27 Thread 'Daniel LaLiberte' via Google Visualization API
See the last announcement about the 'upcoming' release here: https://groups.google.com/d/msg/google-visualization-api/yREgaC4x0oU/wUxD23GFAwAJ On Wed, Jun 27, 2018 at 9:44 AM Daniel LaLiberte wrote: > You may want to try the 'upcoming' version since it does make use of the > format to determine

Re: [visualization-api] Re: Barchart hAxis format property does not work correctly

2018-06-27 Thread 'Daniel LaLiberte' via Google Visualization API
There is always *some* format that is used in converting a number into a string, even if it is the default format, so 'none' might mean 'nothing special'. The empty string acts like null which suggests something closer to 'nothing specified'. But we do have some other special format strings,

[visualization-api] Re: Barchart hAxis format property does not work correctly

2018-06-27 Thread Rainy
On Friday, December 8, 2017 at 9:52:24 AM UTC, Порхачев Василий wrote: > > format: 'none' produces hAxis signs like 'none2000' > > the correct is format: '', > > that displays numbers with no formatting > > Can confirm this bug still exists and that setting the format as an empty string is a

Re: [visualization-api] vAxis values not sequential

2018-06-27 Thread Vandana G
Hi Daniel, I have applied* {format: '0'} *for vAxis because I need Integers only. My gragh is loading dynamically from database depending upon some input, so How can I define ticks? On 26 June 2018 at 18:52, 'Daniel LaLiberte' via Google Visualization API <