Hello,
I am trying to update the chart as per my need, i am unable to find a way to add highchart json. I did the same earlier in the old service studio version, where we had an advanced format option.
I can not find this option with the latest service studio. I have a dashboard with 4-5 different charts. For every chart, i need to add a dynamic title, modify series, labels, and many more.
I need to add title that is dynamic, column chart the amount i want to format, and series name that needs to change.
Can someone please guide me through it?
Hi @Pradip Chavhan
Using the new version of Charts will get all that level of customization with an improved low-code dev experience while using the available AddOns and options.
Example:
You can get more information and working examples at https://charts.outsystems.com/If you have any particular option you're unable to get just let us know but first take a look into the extensibility section on the website mentioned above.
Cheers,GM
Hi @Pradip Chavhan ,
Is it a mobile app or a reactive app?
You can accomplish it by using this action:
Hi @Pradip Chavhan,
Can you please elaborate what customizations do you need help with? Also can you share what version of Charts are you using
You can also check the documentation here https://charts.outsystems.com/
Regards,
Kharlo
I am using
"OnInitialize" Event of screen, I am calling "AdvancedFormat_Init_v1" action of the chart & here i am passing .json file. But as i mentioned on 1 page/screen I have 4-5 charts.
How will the action identify which chart change is for?
Changes - As I mentioned above title, series name, labels formatting, tooltip, legend, "No data to display", exporting etc.