19
Views
2
Comments
New Outsystems Charts Zoom Feature
Question

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!

2025-01-24 02-53-49
Mustafa Emad Shaker

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.

2025-01-24 02-53-49
Mustafa Emad Shaker

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

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