Hi!
I have a simple bar chart with Kendo's built-in zoom/pan functionality. When I keep on zooming out, the bars get close to each other and the category axis labels merge. Is there any way to set Zoom In / Zoom Out limits so the chart doesn't get merged. This is what I am using for pan and zoom:
pannable : {
lock :
"x"
},
zoomable : {
mousewheel : {
lock :
"x"
},
selection : {
lock :
"x"
}
},