Display legend items in two columns highcharts

前端 未结 3 811
半阙折子戏
半阙折子戏 2020-12-19 08:45

In highcharts is it possible to display the legend in two columns, stacked vertically?

I\'m trying to work out the best way of displaying the legend items, at the mo

3条回答
  •  暖寄归人
    2020-12-19 09:23

    Maybe you could use the "labelFormater" of the legend.

    http://api.highcharts.com/highcharts#legend.labelFormatter

    Then you could create a table and arrange the legend text as you wnat.

    Have a look at the example on the documentation page.

提交回复
热议问题