options/highcharts_legend_options library
Classes
- Options for keyboard navigation for the legend.
- HighchartsLegendAccessibilityOptions
- Accessibility options for the legend. Requires the Accessibility module.
- HighchartsLegendBubbleLegendLabelsOptions
- Options for the bubble legend labels.
- HighchartsLegendBubbleLegendOptions
- The bubble legend is an additional element in legend which presents the scale of the bubble series. Individual bubble ranges can be defined by user or calculated from series. In the case of automatically calculated ranges, a 1px margin of error is permitted.
- HighchartsLegendBubbleLegendRangesOptions
- Options for specific range. One range consists of bubble, label and connector.
- HighchartsLegendEventsOptions
-
General event handlers for the legend. These event hooks can
also be attached to the legend at run time using the
Highcharts.addEvent
function. - Options for the paging or navigation appearing when the legend is overflown. Navigation works well on screen, but not in static exported images. One way of working around that is to increase the chart height in export.
- HighchartsLegendOptions
- The legend is a box containing a symbol and name for each series item or point item in the chart. Each series (or points in case of pie charts) is represented by a symbol and its name in the legend.
- HighchartsLegendTitleOptions
- A title to be added on top of the legend.