We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Home ▸ List of Options ▸ Histogram Options
# bar_margin
The margin between bars.
Possible values: {1, number}
# binned
Specifies whether the histogram data is already binned. If not, we use d3.histogram.layout, which defaults to Sturges' formula.
Possible values: {false, true}
# bins
The number of bins to use. This is passed through to the underlying graph's histogram.bins property.
Possible values: {null, number | thresholds | threshold_function}