chartjs/Chart.js

[FEATURE] Histograms

Open

#3.900 aberto em 12 de fev. de 2017

Ver no GitHub
 (33 comments) (40 reactions) (0 assignees)JavaScript (11.951 forks)batch import
help wantedtype: enhancement

Métricas do repositório

Stars
 (67.416 stars)
Métricas de merge de PR
 (Mesclagem média 190d 2h) (1 fundiu PR em 30d)

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.

Guia do colaborador