chartjs/Chart.js

[FEATURE] Histograms

Open

#3,900 opened on Feb 12, 2017

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

Description

A nice feature would be to support histogram charts, or alternatively, update the bar chart so that a histogram can be manually created given the right data. At the moment it seems like a bar chart only can represent value-category pairs, while a histogram would require the bars to be drawn at the right positions on a numerical/linear axis.

Contributor guide