Render the range histogram on the provided div elements
Methods
(inner) renderHistogram(placement, selectPlacement, data, userOptions, onSelection)
Renders a histogram and selection bar on the selected elements
Parameters:
Name | Type | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
placement |
string | The element to contain the histogram. | ||||||||||||||||||
selectPlacement |
string | The element to contain the bar. | ||||||||||||||||||
data |
Object | The data to be displayed. | ||||||||||||||||||
userOptions |
Object | Options for rendering.
Properties
|
||||||||||||||||||
onSelection |
onSelection | To be called on selection change. |