142
Views
4
Comments
Solved
[OutSystems Charts] Highchart title,series name, label overall i would like to modify as per my need
outsystems-charts
Reactive icon
Forge asset by OutSystems
Application Type
Mobile, Reactive

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?

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

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:

  • Titles and Labels
    • X-Axis
    • Y-Axis

  • series name

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

2020-04-21 08-15-30
William Antunes
 
MVP

Hi @Pradip Chavhan ,


Is it a mobile app or a reactive app?


You can accomplish it by using this action:

2024-04-05 03-05-03
Kharlo Ridado

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


2022-05-18 07-58-50
Pradip Chavhan

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. 


2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

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:

  • Titles and Labels
    • X-Axis
    • Y-Axis

  • series name

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

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