Jump to content
We've recently updated our Privacy Statement, available here ×

HTML5 Multi Axis DataLabels


serge.andouche

Recommended Posts

Hi,

I have an issue on a multi axis graph, with some points from series 2 overlapping the dataLabels of series 1. I found from HighChart that this can be solved by setting the property plotOptions.column.dataLabels.y for specific points which are overlapping.

However, i can not find out how to set up this property with JasperStudio. I can set the property for all the points, but not for specific point. My idea was to compute the plotOptions.column.dataLabels.y in the dataset, and use it in the chart but it is not working, the offset is always applied to all points.

Any ideas on you side?

Regards,

 

Serge 

Link to comment
Share on other sites

  • 4 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Have you tried setting the https://api.highcharts.com/highcharts/plotOptions.series.dataLabels.allowOverlap

property to prevent overlap?  I don't think you can get/set that property for each point but maybe for a series with :  https://api.highcharts.com/highcharts/plotOptions.series.dataLabels.y   unless there is a more point specific category. 

Thanks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...