Open hfhchan opened 2 years ago
This feature is not available in amCharts 5, I'm afraid.
At this time we do not have plans on implementing it.
I have a workaround that extends am5radar.AxisRendererRadial to draw polygons instead of arcs: (https://codepen.io/b-bolton/pen/poqJqmR) It's not a complete solution but does enough for my needs.
Question
I'm trying to recreate the Linear grid with RadarChart as shown in amcharts4 https://www.amcharts.com/docs/v4/chart-types/radar-chart/#Circular_vs_linear_grid in amcharts 5:
But it seems the
gridType: polygons
option is not available. Is there any way to accomplish a similar effect on the right with amcharts5?