I would like to create a pentagonal radar chart, with the base of the pentagon at the bottom, and one of the 5 points of the pentagon at the top.
I tried to create the same as the sample, but the top and bottom are turned upside down.
I found a forum of the highchart that might be helpful, but I don't know how to apply it to OutSystems.
If anyone knows how to do this, please let me know.
I was able to solve the problem on my own.
By using the "Addons\SetHighchartsSeriesConfigs" client action.
And, set the following values in the PropertyValueList
[0]:"pointPlacement"
Value:"on"
Hi @Ikeda Naho
I'm having the same issue on my side.
How did you set the parameters for the Addon "SetHighchartsSeriesConfigs"? Something like this, right?
Which Widgetid did you set? The one related with the chart or with the series?
Thank you very much.