Re: [visualization-api] Re: Chart range filter - Custom toolol tip and X-axis ticks

2015-01-14 Thread 'Daniel LaLiberte' via Google Visualization API
Since your hAxis is date or datetime, I hope your hAxisAry is an array of dates. There is an extra comma before one of your curly brackets that might be a problem for some browsers. Since your title option is at least making a difference, I would guess you are providing the ui.chartOptions in

[visualization-api] Re: Chart range filter - Custom toolol tip and X-axis ticks

2015-01-13 Thread Akhil G M
Hi, Thanks for the Information. I,ve tried using ui: { chartOptions: { hAxis: { ticks: hAxisAry },} } where hAxisAry is the array of ticks to be shown in the chart. But that is not getting reflected in the chart. Also if I try to give a 'title' for the hAxis, the