[visualization-api] creating category filter on data fetched with query

2018-04-22 Thread Vijay Menghani
when i use google example of arrayTo Data Table , this works fine. But when i fetch my data through query the old frequent problem comes one of the participant failed to draw and that Invaild coumn label 'year ' I have gone through all suggestion and tried to implement , but then this problem

[visualization-api] Google Chart in Gridview Aspnet C#

2018-04-22 Thread Cookie Burner
DataTable dsTrendData = new DataTable();StringBuilder strScriptTrend = new StringBuilder(); foreach (DataRow row in datatable.Rows) { try { DataColumn dc = new DataColumn("TxtTrend", typeof(String)); strScriptTrend.Append(" google.ch

[visualization-api] Re: where to add chxr for google charts

2018-04-22 Thread Cookie Burner
i need x-axis step customized show . for example it is showing month scale from 1, and 10 . i need to show each 2 month after x-axis On Friday, August 8, 2014 at 5:05:53 AM UTC+5, Andrew Gallant wrote: > > The explorer option allows users to scroll horizontally (see my example > above). > > On