ng2-charts icon indicating copy to clipboard operation
ng2-charts copied to clipboard

Question : Is there a way to create a stacked radar chart?

Open Robiig opened this issue 4 years ago • 1 comments

I was wondering if there's an option or a workaround to create a stacked radar chart with ng2-charts?

Something like this : qFQdE

Robiig avatar Jan 27 '20 18:01 Robiig

Chart.js does not have support for stacked radar charts, so ng2-charts doesn't have it either

See official docs: https://www.chartjs.org/docs/master/charts/radar/

You would have to extend the Radar controller and add some of the logic from stacked bar charts

danmana avatar Sep 23 '20 08:09 danmana

This library defers all the functionality to Chart.js. Refer to the the Chart.js documentation to learn how to configure charts.

santam85 avatar Dec 07 '22 15:12 santam85