Hi,
I'm having some issues when using multiple series with the labels set to visible:true.
The labels from one series can overlap the labels of the second series.
I would post a dojo, but i'm having problems logging into dojo.
If you use the dojo from the multiple axis demo: http://demos.telerik.com/kendo-ui/bar-charts/multiple-axes
then add
seriesDefaults: {
labels: {
visible: true
}
},
you'll see the label overlap.
Is there a way for this to be avoided?