-
Notifications
You must be signed in to change notification settings - Fork 472
Home ▸ List of Options ▸ Bar Options
# bar_height
The height of the bar in pixels.
Possible values: {20, number}
# baseline_accessor
The data element to map the baseline component to.
Possible values: {null, string}
# binned
Determines whether the data is already binned.
Possible values: {true, false}
# dodge_accessor
The data element to map the dodge component to.
Possible values: {null, string}
# outer_padding_percentage
TBA
Possible values: {0.1, number}
# padding_percentage
TBA
Possible values: {0.1, number}
# predictor_accessor
The data element to map the predictor component to.
Possible values: {null, string}
# predictor_proportion
TBA
Possible values: {5, number}
# truncate_x_labels
TBA
Possible values: {true, false}
# truncate_y_labels
TBA
Possible values: {true, false}
# x_label_rotation
The number of degrees to rotate the x-axis' labels.
Possible values: {0, number}
# y_label_rotation
The number of degrees to rotate the y-axis' labels.
Possible values: {0, number}