chartjs / chartjs/Chart.js

New polar chart type

Open
#11,131 12 comments 0 reactions 0 assignees View on GitHub
type: enhancement
Dominant language
JavaScript
Stars
67.7k
Forks
11.9k
Avg merge
7h 39m
Merged PRs (30d)
5

Description

### Feature Proposal

Enhance the current Polar charts adding a new type thats adds new data displayed for each current data category. Making it posible to create and display wind rose plots like the following, this type of plot is called _**polar bar**_:
![BGD_yearly](https://user-images.githubusercontent.com/35240993/218009194-1684701f-64ba-4cc1-8c8f-2dbf5cf43fc4.png)

### Possible Implementation

Starting with the current "Polar area centered point labels chart", add a new data set for each current data category. Color codes and legends should be for this new data set (like in the wind rose plot in the previous picture). Also, the current "centered point label" could be made customizable to hide some labels (to achieve something like in the wind rose plot)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.