Hi Team,
Let me know how to implement below Highchart into the outsystems traditional application.
https://www.highcharts.com/demo/column-stacked
I tried with the sample forge component but could not achieve. any sample for the above chart would be soo helpful.
Thanks ,
Sowndarya
Hello,
Did you try using the ColumnChart widget from Charts application that is out-of-the-box in OutSystems? You have an AdvancedFormat property that you can use and modify its behavior as specified in the highcharts documentation
Regards,
Bogdan
Hi Bodgan ,
I tried customizing highcharts and tried adding CSS , but it is not working if I modify any css.
Hi @Bogdan Boglea ,
I tried using Outsystems column chart , but I could not modify default outsystems chart colors.
I need to change default set of colors in Staked column chart with my color palette.
Above is my chart for which I need to change colors. For example for 1st dataseries - red , 2nd - blue etc. The system should take from my palette. I tried modifying highcharts but it did not work. Kindly suggest solution for the same.