20
Views
4
Comments
Outsystems HighCharts - Additional Parameters / DataPoint
Application Type
Reactive

I'd like to add an additional DataPoint to my Chart's Series. Is there any way possible?
For example:

I'd like an additional "key" DataPoint to my Mapping:


I'd like to do it like this:

Good day Jerwin,

You can use a structure to create the DataList and use List Append(to append the values) and JSON Serialize it so that we can use JavaScript to initialize the chart as show here in the screenshots.

Screenshot_1.png
Screenshot_2.png
Screenshot_3.png
Screenshot_4.png
Screenshot_5.png

This will be the result

Screenshot_6.png

@JENDALE KIM RAMAY ,

can you please add the screenshots to the body of your reply instead of as an attachment.

Use the image icon : 

Dorine

@Dorine Boudry will do, I didn't know there was a function like that. Thanks

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