This is a migrated thread and some comments may be shown as answers.

Chart with multiple axis, data label overlap

1 Answer 479 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 21 Dec 2015, 10:30 PM

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?

1 Answer, 1 is accepted

Sort by
0
Vasil Yordanov
Telerik team
answered on 24 Dec 2015, 08:11 AM
Hello Peter,

There is no a built-in solution for preventing labels overlapping, however you could try adjusting the labels' padding, margin, position or font options, or use a tooltip to show the series.value.

Regards,
Vasil Yordanov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Peter
Top achievements
Rank 1
Answers by
Vasil Yordanov
Telerik team
Share this question
or