Give us feedback
highcharts-js
Reactive icon

Highcharts JS

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 10 March 2023 by 
5.0
 (1 rating)
highcharts-js

Highcharts JS

Documentation
1.0.0

The component is setup with general configurations we found helpful but it’s fairly easy to customize.

When creating the component and adapting it to your needs, follow the Highcharts API reference you can find here: Highcharts API Options.

Whenever some configuration is needed, add it to the relevant structure, making sure to match the JSON name to the one the API uses and taking into account if it needed to be added to the internal structures as well.

This component also allows you to build a lot of different charts, apart from just line charts. These can be defined in the type of the chart or by series, allowing you, for instance, to have both line and area graphs in the same chart. 

You can see 1 screen in the demo app, where the block was configured with it's X axis setup as “datetime” and receives an epoch datetime in the x coordinate (Label) of it’s data series. This results in the following graph.