Good morning,
As you can see in the picture attached, when showing 2 data series in a column stack chart, the Y axis doesn't show the whole range, it makes a kind of "zoom in" of one of the values (only with a huge difference). Is it possible to fix this?
Thanks a lot.
4 Answers, 1 is accepted
0
Hello Juan,
This is not a known issue and it was not reproduced in our testing scenarios.
When the Chart type is set the stacked 100%, all values from 0 to 100 % should be shown:
http://dojo.telerik.com/oZeCap
Could you please modify the provided example or send a new one reproducing the issue and I will gladly assist.
Regards,
Stefan
Progress Telerik
This is not a known issue and it was not reproduced in our testing scenarios.
When the Chart type is set the stacked 100%, all values from 0 to 100 % should be shown:
http://dojo.telerik.com/oZeCap
Could you please modify the provided example or send a new one reproducing the issue and I will gladly assist.
Regards,
Stefan
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data (charts) and form elements.
0
Francisco
Top achievements
Rank 1
answered on 19 Jul 2017, 11:35 AM
Hello Stefan,
I have modified your example, now it reproduces the issue:
http://dojo.telerik.com/oZeCap/5
Thanks!
0
Accepted
Hi Juan,
The observed behavior is expected as the Y axis is initialized without an explicit min value, which is required in the case of 100% stacked series and such range of values:
http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#configuration-valueAxis.min
Setting it to 0 displays the desired range (0-100%):
http://dojo.telerik.com/UMIBEg
Regards,
Stamo Gochev
Progress Telerik
The observed behavior is expected as the Y axis is initialized without an explicit min value, which is required in the case of 100% stacked series and such range of values:
http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#configuration-valueAxis.min
Setting it to 0 displays the desired range (0-100%):
http://dojo.telerik.com/UMIBEg
Regards,
Stamo Gochev
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which
deliver the business app essential building blocks - a grid component,
data visualization (charts) and form elements.
0
Francisco
Top achievements
Rank 1
answered on 27 Jul 2017, 06:09 AM
Thanks Stamo, now it works perfectly