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

Series Labels Overlap on Bubble Chart

1 Answer 78 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Kenneth
Top achievements
Rank 1
Kenneth asked on 05 Dec 2014, 03:03 PM
I am trying to create a Bubble chart but when bubbles occupy the same space the series labels are rendered on top of each other.

Is there anyway to keep this from happening.  Maybe add some sort of offset?

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 09 Dec 2014, 10:18 AM
Hello Kenneth,

I have already replied to the support ticket opened by you on the matter so I paste my answer below:

I am sorry to say that intelligent labels functionality is not supported by RadHtmlChart. Such a feature request, however, has already been logged here, so that you can monitor, comment and raise its priority by voting on it.

For the time being I can suggest the following steps:
    - Try to set a different position for the labels of each series:
Copy Code
<LabelsAppearance Visible="true" DataFormatString="{0},{1},{2}" Position="Right">

     - Or implement your own logic for offsetting the labels as illustrated in the feedback item.



Regards,
Danail Vasilev
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Chart (HTML5)
Asked by
Kenneth
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or