Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想启用/禁用饼图中的部分,因为 Highcharts 允许条形图,即在此条形图中,我可以启用/禁用Year1800,year1900 and year 2008 我想要在饼图中类似的东西。我该怎么做?
Year1800,year1900 and year 2008
这是我的JSFiddle。此外,名称也没有显示,即饼图的这个区域属于哪个名称。
我希望你在谈论highchart传奇。您可以使用
启用
legend: { enabled: true },
禁用
legend: { enabled: false },
这个链接可以帮助你
http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/legend/enabled-false/
http://api.highcharts.com/highcharts#legend