chartjs/Chart.js

[FEATURE] Histograms

Open

#3.900 geöffnet am 12. Feb. 2017

Auf GitHub ansehen
 (33 Kommentare) (40 Reaktionen) (0 zugewiesene Personen)JavaScript (11.951 Forks)batch import
help wantedtype: enhancement

Repository-Metriken

Stars
 (67.416 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 190T 2h) (1 gemergte PR in 30 T)

Beschreibung

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