119
Views
4
Comments
Displaying numbers in a graph
Question
Good day I am making use of graphs on one of my pages. I would like to display a value of the DataPoint Record on the actual graph.

Your help would be appreciated.
2018-06-12 08-51-11
Carlos Sousa
Staff
Hello Jean-Pierre,

You should set the chart parameter "ChartFormat".

You may use the function ChartFormat_Init(ShowDataPointValues:,UseAnimation:) and set the ShowDataPointValues parameter to true.

Is this the behavior you need?



UserImage.jpg
Jean-Pierre Brits
It did help thanks. How could I further customize it. ATM it shows a value and a description. Thanks for the help.
2018-06-12 08-51-11
Carlos Sousa
Staff
You can always use the Advanced Format parameter, bu in that case you must explicitly define JSON with the HighChart format.


UserImage.jpg
Jean-Pierre Brits
Thanks Carlos.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.