Namespace: invenioSearchRangeFactory

invenioSearchRangeFactory

Render the range histogram on the provided div elements
Source:

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
Name Type Description
barColor string Color of the unselected bars.
selectColor string Color of the selected bars.
lineColor string Color of the line.
circleColor string Color of the circles on the ends of the selection.
padding number Padding around the histogram.
onSelection onSelection To be called on selection change.
Source: