amcharts / amcharts5

The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.
Other
353 stars 94 forks source link

`gridType: polygons` for RadarChart #436

Open hfhchan opened 2 years ago

hfhchan commented 2 years ago

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: image

But it seems the gridType: polygons option is not available. Is there any way to accomplish a similar effect on the right with amcharts5?

martynasma commented 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.

brentbolton commented 3 months ago

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.