This is a migrated thread and some comments may be shown as answers.

valueAxis labels wrong position

3 Answers 99 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 08 Dec 2014, 12:38 PM
Hello,

I have a situation where I am getting something incorrect.
So, I am rendering a single Kendo chart with dynamic valueAxis labels' max value. At first time chart renders with correct Y axis labels (in this case the max value is 60), and the second time rendering chart with different Y axis data (in this case the max value is 120) something strange happens, the Y axis labels since 60 are positioning a little left from Y axis line than others.

 link to test goo.gl/KqTVG7 (please click the "render chart" button two or more times to see the problem)

FYI: I suppose that the problem is LRUCache.

Thanks in advance!

3 Answers, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 10 Dec 2014, 09:48 AM
Hi Kevin,

Could you please reproduce this issue in Dojo page and send me the url because I need to examine this case? Thank you for the understanding.

Regards,
Hristo Germanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Kevin
Top achievements
Rank 1
answered on 10 Dec 2014, 12:31 PM
Hello,

Yes, of course!
Please check  this URL

Regards,
Kevin
0
Hristo Germanov
Telerik team
answered on 12 Dec 2014, 12:12 PM
Hello Kevin,

You have extra ";" in the font of the valueAxis labels. You need to remove it because it makes the font to be incorrect.
var axisLabelsTextFont = "20px sans-serif";

Regards,
Hristo Germanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Kevin
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Kevin
Top achievements
Rank 1
Share this question
or