[visualization-api] Stepped Area Chart showing Slanting lines in steps

2019-03-20 Thread Himanshu Tongya
We are using a stepped area chart to draw the steps for ON and OFF state. We are using below code - google.charts.load('current', {'packages':['corechart']}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([

[visualization-api] Slanting Lines in Stepped Area Chart

2019-03-20 Thread Himanshu Tongya
We are using a stepped area chart to draw the steps for ON and OFF state. We are using below code - google.charts.load('current', {'packages':['corechart']}); google.charts.setOnLoadCallback(drawChart); function drawChart() { var data = google.visualization.arrayToDataTable([

[visualization-api] Steps Color is not Visible and Step Area Chart

2019-03-22 Thread Himanshu Tongya
We have the same configuration as google visualization stepped area chart example but we are not getting color for steps and we didn't find any options for that. please suggest solution. PFA Reported and Desired Case. Thanks Himanshu Tongya -- You received this message because you

[visualization-api] Cannot read property 'getTime' of null in ChartRangeFilter for few range

2019-04-10 Thread Himanshu Tongya
We are creating line charts from dashboard using control wrapper as ChartRangeFilter. we are getting below error in few ranges on all charts because there is no data for that range. Cannot read property 'getTime' of null how to resolve this issue? -- You received this message because you are

[visualization-api] Re: Cannot read property 'getTime' of null in ChartRangeFilter for few range

2019-04-10 Thread Himanshu Tongya
On Wednesday, April 10, 2019 at 3:19:28 PM UTC+5:30, Himanshu Tongya wrote: > > We are creating line charts from dashboard using control wrapper as > ChartRangeFilter. > we are getting below error in few ranges on all charts because there is no > data for that range. > >

[visualization-api] Google visualization dashboard with ChartRangeFilter throwing "cannot read property 'gettime' of null" error for some range

2019-04-10 Thread Himanshu Tongya
to remove this error? any suggestions? Thanks Himanshu Tongya -- 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 google-visualization-api+unsubscr

[visualization-api] Google Charts Drawn from dashboard throwing error "Cannot read property 'getTime' of null" for few range

2019-04-10 Thread Himanshu Tongya
We are creating google charts from the google visualization dashboard using control wrapper as ChartRangeFilter. For some range while we are sliding that slider we are getting error on charts as below : Cannot read property 'getTime' of null PFA screenshot. How to remove that error? -- You

[visualization-api] Getting Error Cannot read property 'getTime' of null in ChartRangeFilter for few range

2019-04-10 Thread Himanshu Tongya
We are creating google charts from the google visualization dashboard using control wrapper as ChartRangeFilter. For some range while we are sliding that slider we are getting an error on charts as below : Cannot read property 'getTime' of null PFA screenshot. How to remove that error? --