49
Views
2
Comments
Solved
[OutSystems Charts] How to change the angle of a pentagonal radar chart
Question
outsystems-charts
Reactive icon
Forge asset by OutSystems

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.

UserImage.jpg
Ikeda Naho
Solution

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"

2018-12-05 10-23-15
Pedro ALMEIDA

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.

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