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.
以下是我的图表:
http://jsfiddle.net/eR4vn/1/
我的要求是单独隐藏图例项目符号(而不是标签),并使用复选框作为选择和取消选择系列的手段。我已经成功地做到了这一点。
但是,在取消选择系列时,图例标签旁边会出现灰色框。使用图例的 itemHiddenStyle 属性将颜色应用于图例文本,从而将其隐藏。
http://jsfiddle.net/eR4vn/2/
反正有没有达到这个要求?
我认为您只想删除图例符号,
我建议你一起去
legend:{ symbolWidth: 0 }
那么这个http://jsfiddle.net/eR4vn/4/可能会帮助你