-
23 Oct 2012 2:32 AM #1
Wrong (reverse) labelling in Bar Charts on Y axes
Wrong (reverse) labelling in Bar Charts on Y axes
As some others have stated before, it looks like the labels of the Y axe in the Bar Chart are being rendered in reverse order and therefore don't fit the their related data anymore!
Please find a running live example here: http://aur.cc/sencha-bug
Data is specified as followed:
var store1 = new Ext.data.JsonStore({ fields: [],
data: [
{'name':'Ten ' , 'data1':10},
{'name':'Twenty' , 'data1':20},
{'name':'Thirty' , 'data1':30},
{'name':'Fourty' , 'data1':40},
{'name':'Fifty ' , 'data1':50} ]});
Wrong Output:
Bild1.png
Thank you for any comments on this issue!
-
23 Oct 2012 5:26 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,107
- Vote Rating
- 453
Using the latest public release (4.1.1) this is what I get which is as I expected
Screen Shot 2012-10-23 at 8.25.22 AM.png
Your example is using 4.0.0dev which is coming up on 2 years old.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.
-
23 Oct 2012 6:43 AM #3
Thank you!
Thank you!
Yep, now it works! Thanks a lot!
I've downloaded an all-in-1 zip from your documentation and wasn't aware it could contain an old release.
Thanks again! Cool job!
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote