[visualization-api] vAxis values are not incrementing in intervals while using columnchart with corechart package

2017-05-17 Thread Ramakrishna Muvvala
Dear All, I want to make 10 gridlines in the chart and want to show the no of files on vAxis. When no of files are 6 the chart is showing as in attachment. Also the bar ended not at 6. vAxis values are not growing in sequence. Used API : https://www.google.com/jsapi Script file is also

Re: [visualization-api] join() method for more than 2 DataTable

2017-05-17 Thread Shinn Chyang CHEN

[visualization-api] Re: google.visualization.Timelin missing?

2017-05-17 Thread Marcello Pato
Thank You so much! But, how many items on an array can be added? Em terça-feira, 24 de setembro de 2013 23:53:44 UTC-3, Nicholas Poh escreveu: > > Hi, > > When I tried to load the timeline package with the following line, > >> google.load('visualization', '1', {packages:['timeline']}); >> > >

[visualization-api] AnnotationChart with breaks in time scale

2017-05-17 Thread wavemaster
How do I avoid drawing straight lines between breaks dates. Notice how the 3rd timestamp is May 5th, will the 4th is June 7th. Currently I am getting a straight line between these points. Like to be able to stop showing the line. TIA [new Date(2017, 4, 5, 6, 22, 23), 35022, 15766], [new

[visualization-api] Google-Line-Chart on hover tool-tip not showing value

2017-05-17 Thread AkashJain
I have used Google Line Charts in Angular2 in typescript version, When I draw the line chart, Chart is looking good but when I hover over the line chart to see what is exact value at that point, I can't see any value in tool-tip and I don't understand what can be the problem if the value has

[visualization-api] Re: Do we any npm module for Google Charts ?

2017-05-17 Thread jacques y
Doesn't seem Google provide one .. Some users provided a workaround solution, if you use a framework : - for Angular 2 : https://github.com/gmazzamuto/ng2-google-charts - for Vue.js : https://github.com/haydenbbickerton/vue-charts - Ember : https://github.com/sir-dunxalot/ember-google-charts I

[visualization-api] How can I add min and max Threshold line in Google Line Charts

2017-05-17 Thread AkashJain
I have added line chart on my web-app and I need to add or highlight a constant line showing up in red for min-threshold value for this parameter and max-threshold for this parameter. I have gone the Google Line Charts Configuration Options

[visualization-api] Geochart how to stop calls to geocoding when redrawing chart

2017-05-17 Thread 'Mike Bradley' via Google Visualization API
Hi I have a geochart on my webpage that has a datatable that contains approx 2000 rows. I have a select input that when the value changes the datatable is refreshed and then i call the draw method to redraw the chart. However the issue i have is that once i have selected option from my select

[visualization-api] Histogram not displaying properly

2017-05-17 Thread Anuu
Hello, I'm creating a histogram but it is not displaying properly. Can anyone help me to sort it out. Here is my code -