-
11 Jun 2012 3:22 AM #1
donut not visible in pie charts
donut not visible in pie charts
REQUIRED INFORMATION
Ext version tested:- Sencha Touch 1.
- Safari 5
- Ext.Chart.Series.Pie - does not display donut when there is only on data set
- Create an Ext.Chart Pie, config a donut value
- pie chart with donut should appear
- a pie without a donut, i.e. a chart as a complete circle is drawn
HELPFUL INFORMATIONScreenshot or Video:Code:window.store1 = new Ext.data.JsonStore({ fields: ['year', 'value','iname'], data: [{name: '2008', value: '90',iname: '29'},] }); ......Ext.chart.Panel({ store: store1, animate:true, series: [{ type: 'pie', field: 'value', donut: 50, label: { contrast: true, field: ['name'], } }], })- attached
- none
- not provided
- only default ext-all.css
- custom css (include details)
-
11 Jun 2012 5:08 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,684
- Vote Rating
- 435
Work has gone into the charts for ST2.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote