215
Views
4
Comments
Solved
column chart label on top
Question

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!

2018-06-07 09-54-29
Renato Torres
Solution

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:

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!



2018-07-02 08-58-59
Miguel Prego

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:

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:

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!





2018-06-07 09-54-29
Renato Torres

I'm glad it worked!


Cheers,

Renato


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:

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!






Renato Torres wrote:




UserImage.jpg
Mariselvam K

Please share OML file for my reference 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.