Hello community.
I want to have a column chart with label on top, similar to the highcharts demo as shown in the image below.
Still, I can't achieve this since I can't understand where I have to add the dataLabels code.
Thanks for the help!
Hi Miguel,
I've tried this Stackoverflow suggestion and it worked on my charts: https://stackoverflow.com/a/24863712.
You have to use it on the AdvancedFormat property.
Cheers,
Renato
Miguel Prego wrote:
Hi Renato.
Thanks for your reply.
Although I couldn't find an action called "Charts_GetAdvancedFormat", I used "AdvancedFormat_Init" and used the piece of code you / stackoverflow provided.
This worked perfectlly! Renato Torres wrote:
I'm glad it worked!
Please share OML file for my reference