I wrote a hack that turns the CategoryFilter control into a column 
selector: http://jsfiddle.net/asgallant/WaUu2/

On Monday, November 18, 2013 1:36:50 PM UTC-5, Sandeep Ambekar wrote:
>
> I am trying to create a dashboard with Columncharts. Out put is attached.
>
> I am want to add additional controller that control the no of bars I 
> see... for example.. I want to see Columncharts for just month of Jan, Feb, 
> Mar.
>
> below is the data table format I have.
>
> var data = google.visualization.arrayToDataTable([
> ['Manager', 
> 'JAN','FEB','MAR','APR','MAY','JUN','JUL','AUG','SEP','OCT','NOV','DEC'],
> [ABC',97,88,85,49,80,34,45,42,29,0,0,0],
> ['EFG',439,295,262,194,216,315,289,259,183,0,0,0],
> ['IJK',18,6,16,7,11,9,11,9,6,0,0,0],
> ['lmn',23,7,8,7,6,11,11,6,3,0,0,0],
> ['OPQ',13,9,6,7,6,8,12,7,13,0,0,0],
> ['RST,16,7,16,7,12,9,3,7,4,0,0,0],
> ['UVW',0,0,50,60,49,24,33,0,0,0,0,0],
> ['XYZ',189,121,20,33,50,32,30,59,54,0,0,0],
> ['ACD',388,377,343,421,415,405,478,355,422,0,0,0],
> ['WER',60,46,27,19,30,25,21,18,28,0,0,0]
>         ]);
>
> I really dont find any dashboard options suitable in here... please 
> suggest.
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to