-
Notifications
You must be signed in to change notification settings - Fork 474
Histogram
Ali Almossawi edited this page Aug 14, 2014
·
9 revisions
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.
Possible values: {null, number}
# processed_dx_accessor
Lorem Ipsum
Possible values: {dx, string}
# processed_x_accessor
Lorem Ipsum
Possible values: {x, string}
# processed_y_accessor
Lorem Ipsum
Possible values: {y, string}