HHistPreferences
Interface
Histogram Preferences
Properties
colors
Colors for the histogram up and down bars. Example:
colors: ['#1592e6', '#fbc123']
Type
string[]
direction
Direction of the histogram. Whether the histogram will be shown on the left or right edge of the chart
Type
percentWidth
Percentage width of the chart for which the histogram should occupy
Type
number
showValues
Should the values be shown
Type
boolean
transparencies
Transparency values for the histogram
Type
number[]
valuesColor
Color for values shown
Type
string
visible
Should the histogram be visible
Type
boolean