22
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:

2023-01-11 05-39-38
Jendale Kim Ramay

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
2023-01-11 05-39-38
Jendale Kim Ramay

This will be the result

Screenshot_6.png
2021-09-06 15-09-53
Dorine Boudry
 
MVP

@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

2023-01-11 05-39-38
Jendale Kim Ramay

@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.