$(selector).kendoChart({
legend: {
visible: true,
position: “top”
},
seriesDefaults: {
type: “column”
},
pannable: {
lock: “y”
},
zoomable: {
mousewheel: {
lock: “y”
},
selection: {
lock: “y”
}
}
});
0 people found this article useful
0 people found this article useful