-
24 Mar 2011 5:15 AM #11
I am getting the same error on
what extra I need to configure?Code:this.drawChart.defer(100, this);
-
16 Dec 2011 2:23 PM #12
Does this extension work in ExtJS 4?
And does it still need flash?
-VM
-
22 Apr 2012 5:19 PM #13
Hi,I need to change the "data" attribute here in a way that accept json data store. If any one have idea pls help me.
{
xtype: 'googlevisualizationcomponent',
visualizationType: 'PieChart',
visualizationConfig: { width: 400, height: 240, is3D: true, title: 'MyDailyActivities' },
columns: [ ['string', 'Task'], ['number', 'Hours per day'] ],
data: [ ['Work', 11], ['Eat', 2], ['Commute', 2], ['Watch TV', 2], ['Sleep', 7] ] //Need to put JSON Store here instead of array of local data store.
}
Thank you.
-
12 May 2013 1:00 AM #14
link of site not working how can I download ?


Reply With Quote