I am using studio 11.5 version and using the "ColumnChart". I am trying to increase the width of it. Can any one help please?
I didn't understand that, but if he wants to change the width of the columns we should consult the Highcharts documentation - pointWidth: number.
On the logic, where he assigns the DataPoint List he should assign the value of the width to the "AdvancedFormat.HighchartsJSON".
After that assign the "AdvancedFormat" property of the chat.
Example for width = 5
Example for width = 50
Please find the OML file attached.
Kind regards,
FC
Nice!
I'm glad I could help you.
Have fun with OutSystems :)
Hi Miguel, I tried your solution it worked
Thank you.
Sr
Hi Srinivas,
I hope you´re doing well.
Basically, you need to create a CSS class, choose the value for the width and apply it to the chart.
If you did not apply a CSS class:
If you apply a CSS class:
Let me know if this solves your issue.
What you are doing is changing the width of the entire chart, not just the width of the columns, like the OP asked.
Like with all charts formatting, the Highcharts documentation is your friend. You need to set either the pointWidth as plotOptions, or series column pointWidth. Or, if you don't want to mess with pixels, check the pointPadding setting (plotOptions, series).
Hello guys,
I am facing same thing regarding bar chart,
I am trying to increase the width of bars. Can any one help please?
if possible please share an OML of application.
Thanks & Regards
Vikas Mohite