Looks like we can't reproduce the issue or there's a problem in the test case provided.
-
Sencha User
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!
-
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.
-
Sencha User
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!