c3js / c3js/c3

Histogram charts

Open
#750 11 comments 1 reaction 0 assignees View on GitHub
C-feature-request
Dominant language
JavaScript
Stars
9.3k
Forks
1.4k
Avg merge
6d 16h
Merged PRs (30d)
1

Description

Use Case: To show the relative distribution of values I would like to display my data in an [histogram chart](http://de.wikipedia.org/wiki/Histogramm)

While a histogram chart _looks_ just like a bar chart, raw data can’t be just used to display an histogram of this data – so called »binning« must take place before (answering the question »how is it different from a regular bar-chart« in #586) .

(I tried to just use the [d3.layout.histogram()](https://github.com/mbostock/d3/wiki/Histogram-Layout) to do these calculations before using a simple c3 bar chart, but I was unsuccessful with this approach)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.