5 Answers, 1 is accepted
For a stacked 100% bar, you need to set the min to 0 (you could also set the max value).
valueAxis: {
min: 0,
line: {
visible: false
},
minorGridLines: {
visible: true
},
},
The repeated values was because the decimals were hidden.
Another option is to set valueAxis.majorUnit. For your convenience here is an updated dojo.
Regards,
Iliana Nikolova
Telerik
Hello,
Thanks it work I putted also the max value( max:1). I didn't get the part with the decimals were hidden?
Alex
Hello,
It looks ok but if you click the "No" legend the value axis looks ugly.
Thanks,
Alex
You can use the legenditemclick event to prevent the series from being hidden:
http://docs.telerik.com/kendo-ui/api/javascript/dataviz/ui/chart#events-legendItemClick