-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
None
Steps to Reproduce
http://10.1.3.241:8084/zkchartsdemo/bar_basic
Current Result
- different scale in Safari (0-250-500) and Chrome/Firefox (0-200-400)
note. also happens in current live version - the last number (Safari: 4500; Chrome/Firefox: 4400) are off the screen
Expected Result
- should the scale be the same for all browsers?
- the numbers should fit in the screen
Debug Information
yAxis.getLabels().setOverflow("justfy");
misspelled "justify"
Workaround