Hi, can some one help me changing the back ground of an extjs column/Line chart from a white background to an image of my choice.
Hers is the sample to quickly generate a column chart....... I am trying to get an image as a back ground in the extraStyle block.... But its not working.....Any ideas or help pls?
var data = [ ['Ext JS',115000],['jQuery',250100],['Prototype',150000],['mootools',75000],['YUI',95000],['Dojo',20000],['Sizzle',15000]
];
var store = new Ext.data.ArrayStore({
fields:[{name:'framework'},{name:'users', type:'float'}]
});