Function for styling bars representing histogram bins.
An array of objects representing each bin in the histogram.
The ID or node representing the DOM element containing the widget.
Function that fires each time a data line is created.
When set, renders lines on the histogram that indicate important or meaningful values to the end user.
Sets the color of the histogram bars that are excluded based on the specified rangeType.
The unique ID assigned to the widget when the widget is created.
Sets the color of the histogram bars that are included in the specified rangeType.
The widget's label.
A function used to format labels.
The maximum value or upper bound of the slider.
The minimum value or lower bound of the slider.
Defines how slider thumb values should be rounded.
Indicates how the histogram bins should be rendered as the user slides the thumbs.
Indicates the standard deviation of the dataset.
Indicates the number of standard deviation lines to render on the histogram from the [average].
An array of either one or two numbers representing thumb positions on the slider.
The view model for the widget.
Indicates whether the widget is visible.
A utility method used for building the value for a widget's class
property.
Destroys the widget instance.
Emits an event on the instance.
Generates a SQL where clause based on a given field and the slider's rangeType.
Indicates whether there is an event listener on the instance that matches the provided event name.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Widget teardown helper.
This method is primarily used by developers when implementing custom widgets. Executes after widget is ready for rendering.
This method is primarily used by developers when implementing custom widgets. It must be implemented by subclasses for rendering.
Renders widget to the DOM immediately.
This method is primarily used by developers when implementing custom widgets. Schedules widget rendering.
when()
may be leveraged once an instance of the class is created.
Generated using TypeDoc
The statistical average of the data in the histogram.
Read more...