Hi,
When displaying horizontal legends, and too many series, the legends are extending beyond the chart, and beyond the image, and are truncated.
This happens often when the series names are long
Configuration:
styler.setLegendPosition(LegendPosition.OutsideS);
styler.setLegendLayout(LegendLayout.Horizontal);
Expected:
Legends should go to the next line when the current line is too long.

Hi,
When displaying horizontal legends, and too many series, the legends are extending beyond the chart, and beyond the image, and are truncated.
This happens often when the series names are long
Configuration:
styler.setLegendPosition(LegendPosition.OutsideS);
styler.setLegendLayout(LegendLayout.Horizontal);
Expected:

Legends should go to the next line when the current line is too long.