chartjs/Chart.js

[FEATURE] Add the ability to stack data for polar area chart

Open

#4,472 opened on Jul 6, 2017

View on GitHub
 (11 comments) (18 reactions) (0 assignees)JavaScript (67,416 stars) (11,951 forks)batch import
help wantedtype: enhancement

Description

Currently, polar area charts can only have one piece of data associated with a "slice". I propose that stacking of data, similar to stacked bar charts, is made possible. See image below for clarification

image

Contributor guide