asgallant,
Your example really helped. However,, it does not work for IE browser.
I get following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64;
Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR
3.0.30729; Media Center PC 6.0; MS-RTC LM 8; .NET4.0C; .NET4.0E; InfoPath.3)
Timestamp: Tue, 19 Nov 2013 07:15:49 UTC
Message: Object doesn't support this property or method
Line: 73
Char: 5
Code: 0
URI: file:///C:/My%20Stuff/GoogleCharts/DB/IMDashBoardV6.html
It errors at following line
var dashboard = new
google.visualization.Dashboard(document.querySelector('#IMdashboardMgr'));
Any tweak for it???
On Tuesday, 19 November 2013 01:34:37 UTC+5:30, asgallant wrote:
>
> You can add a StringFilter control as normal. Just remember to leave the
> CategoryFilter for selecting the columns out of your Dashboard object's
> bind statements. I made up an example that is similar to what you are
> doing: http://jsfiddle.net/asgallant/WaUu2/173/
>
> On Monday, November 18, 2013 2:30:03 PM UTC-5, Sandeep Ambekar wrote:
>>
>> Hi,
>>
>> That solves half my work. But how do i use Bind. Here I am looking to add
>> additional controlwrapper (StringFilter). how to do that?
>>
>> On Tuesday, November 19, 2013 12:09:44 AM UTC+5:30, asgallant wrote:
>>>
>>> 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.