inputStyle property

Map<String, String>? inputStyle
getter/setter pair

CSS for the HTML inputs in the range selector.

In styled mode, the inputs are styled by the .highcharts-range-input text rule in SVG mode, and input.highcharts-range-selector when active.

API Docs: https://api.highcharts.com/highcharts/rangeSelector.inputStyle

Implementation

Map<String, String>? inputStyle;