In Highchart legend, Want to bring checkbox at start

后端 未结 2 456
轮回少年
轮回少年 2020-12-19 15:59

I want to bring Checkbox before item name which are normally after the item name. Refer below image for more description.

2条回答
  •  伪装坚强ぢ
    2020-12-19 16:31

    It's hard to tell without seing your chart code, but you may have some joy with the rtl legend option.

    legend: { rtl: true },

    or

    legend: { rtl: false },

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

提交回复
热议问题