Any news??
Hi,
i'm trying to set the style property in a series with this code:
but it doesn't work on charts 2.0 beta version, it work on charts 1.0.Code:series: [ { type: 'line', highlight: { size: 7, radius: 7 }, fill: true, smooth: true, axis: 'left', xField: 'name', yField: 'iphone', title: 'iPhone', showInLegend: true, style: { stroke: '#000099', } }]
is it a bug?
how can i set this property?
thanks
Hello Colleagues,
I am just trying to create a simple chart but it's not visible while executing but no errors. Any prerequisites before I execute this application. Do you have any official document available on what and all files to be included to standard sencha deployment folder.
Any help would be highly appreciated. The code is mentioned below.(Store works fine as the data load is happening properly)
config:{
store:'Orders',
width: 320,
height: 480,
items: [{
series: [{
type:'pie',
angleField:'AMOUNT'
}]
}]
}
Hi verunder,
The patch file(provided as an attachment by 'supersturctor') is available in the first page of this discussion itself.
However, you may be aware that Touch-Charts-2.0-beta is no longer supposed to be used, instead you should check out the Touch-Charts version integrated with Sencha Touch 2.1 (currently beta/RC1 versions) as suggested by mitchellsimoens