style property
CSS styles for the legend area. In the 1.x versions the position
of the legend area was determined by CSS. In 2.x, the position is
determined by properties like align
, verticalAlign
, x
and y
,
but the styles are still parsed for backwards compatibility.
API Docs: https://api.highcharts.com/highcharts/legend.style
Implementation
Map<String, String>? style;