Forum Discussion

italodoliva's avatar
italodoliva
New Member
2 years ago

Auto Position Category Labels to Prevent Overlapping

Hello, everyone,

 

I'm creating a custom scatterplot and one of the features I wanted to bring from the native scatterplot is category labels. The problem is that many labels are overlapping, cluttering the chart.

 

I saw DataLabelManager from Chart Utils has a method called hideCollidedLabels that might help me rearrange the labels and hide it on the last instance, but I'm not finding a way to use it properly and I can't find an example of how to use it.

 

Could you help me with any snippets or suggestions, please?

 

Best,

Italo

2 Replies

    • italodoliva's avatar
      italodoliva
      New Member

      Hello, Anonymous,

       

      Thanks for your answer.

       

      I knew about hideCollidedLabels on this section of the documentation. The problem is the usage sample lacks a lot of important information. For example, what's the format of the content inside the values variable? We can not see the sample values, just the name of the variable. Also, how would the DataLabelManager know how to find the category labels in the SVG given its data?

       

      Do you know any other source that uses hideCollidedLabels?

       

      Thank you,

      Italo