kendo ui - Change Category Label Location to Outside of Chart Area -
kendo ui - Change Category Label Location to Outside of Chart Area -
i'm working pretty simple kendo ui chart.
when values go below zero, axis labels remain near 0 axis. caused text , bars overlap, not optimal.
i labels show @ bottom of chart area. 1 know how this?
see below, 'approved' text overlapping gray bar. i'd label @ bottom of chart area.
@gman, you're looking axiscrossingvalues
.
valueaxis: { min: -10, max: 10, // keeps default axis @ 0 crossing point // , moves "label" axis bottom axiscrossingvalues: [0, -10] }
take @ code sample here: http://jsfiddle.net/design48/7c3np/ , alter axiscrossingvalues
y-coordinate -8
or something. hope helps.
kendo-ui
Comments
Post a Comment