options/highcharts_color_axis_options library
Classes
- HighchartsColorAxisDataClassesOptions
- An array of data classes or ranges for the choropleth map. If none given, the color axis is scalar and values are distributed as a gradient between the minimum and maximum colors.
- HighchartsColorAxisEventsOptions
- Highcharts Options Widget.
- HighchartsColorAxisLabelsOptions
- The axis labels show the number for each tick.
- HighchartsColorAxisMarkerAnimationOptions
-
Animation for the marker as it moves between values. Set to
false
to disable animation. Defaults to{ duration: 50 }
. - HighchartsColorAxisMarkerOptions
-
The triangular marker on a scalar color axis that points to the
value of the hovered area. To disable the marker, set
marker: null
. - HighchartsColorAxisOptions
- A color axis for series. Visually, the color axis will appear as a gradient or as separate items inside the legend, depending on whether the axis is scalar or based on data classes.
- HighchartsXAxisAccessibilityOptions
- Accessibility options for an axis. Requires the accessibility module.
- HighchartsXAxisLabelsStyleOptions
-
CSS styles for the label. Use
lineClamp
to control wrapping of category labels. UsetextOverflow: 'none'
to prevent ellipsis (dots).