HighCharts Hide Series Name from the Legend

后端 未结 5 510
耶瑟儿~
耶瑟儿~ 2021-01-31 01:19

I try to solve this problem several times and give up. Now, when I have met him again, I decided to ask for some help.

I have this code for my Legend:

lege         


        
5条回答
  •  佛祖请我去吃肉
    2021-01-31 01:26

    showInLegend is a series-specific option that can hide the series from the legend. If the requirement is to hide the legends completely then it is better to use enabled: false property as shown below:

    legend: { enabled: false }

    More information about legend is here

提交回复
热议问题