An array of objects representing each bin in the histogram.
A function used to format user inputs.
Function used to parse slider inputs formatted by the inputFormatFunction.
A function used to format labels.
An array of strings associated with values generated using an internal label formatter or the values returned from labelFormatFunction.
The maximum possible data/thumb value of the slider.
The minimum possible data/thumb value of the slider.
Defines how slider values should be rounded.
Determines the SQL where clause generated in generateWhereClause() for filtering purposes.
Indicates the standard deviation of the dataset above and below the average
.
The state of the view model.
When false
, the user can freely move any slider thumb to any position along the track.
An array of numbers representing absolute thumb positions on the slider.
The default input format function available for use as a fallback in custom formatting implementations.
The default input parsing function available for use as a fallback in custom parsing implementations.
The default label format function, available for use as a fallback in custom formatting implementations.
Emits an event on the instance.
Generates a SQL where clause based on a given field and the slider's rangeType.
Returns the min and max bounds for a 'value' at the provided index.
Returns the formatted label for a provided value.
Indicates whether there is an event listener on the instance that matches the provided event name.
Updates a thumb value based on the provided index.
Rounds the given value to the number of decimal places specified in the precision property set on the view model.
Generated using TypeDoc
The statistical average of the data in the histogram.
Read more...