Since using the new version of Outsystems Charts V2, I am very appreciate of all the updates they have made but I have yet to figure out how to enable a basic drag box zoom feature. Can someone please help? I can't imagine this should be difficult to enable since it came standard on the previous V1 Charts and assume its a high demand feature.
Thanks!
Hi @Nick Mesec,
Setting additional configurations for OutSystems charts v2, is not straight forward like v1.
1. Defining Chart Initialize Action
First step is to define the chart "Initialized" action.
2. Adding Config Addons
Next we need to add "SetHighchartsChartConfigs" client action form "OutSystemsCharts" module.
3. Setting Zoom
In the "Initialized" action drag "SetHighchartsChartConfigs" and define the zoom feature.
Note that each item in the "PropertyPathList" is a level in the config json. In our case, the corresponding json for the attachment above is:
Hope this was of help.
Regards,Mustafa.
! Be Aware
You should define a single "SetHighchartsChartConfigs" element. If you define another node, it shall overwrite the one before it.
To add more than one feature, add new element to "PropertyValueList", and the order is not a factor.