chartjs/Chart.js

[FEATURE] Histograms

Open

#3 900 ouverte le 12 févr. 2017

Voir sur GitHub
 (33 commentaires) (40 réactions) (0 assignés)JavaScript (11 951 forks)batch import
help wantedtype: enhancement

Métriques du dépôt

Stars
 (67 416 stars)
Métriques de merge PR
 (Merge moyen 190j 2h) (1 PR mergée en 30 j)

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.

Guide contributeur