()
| 78 | }; |
| 79 | |
| 80 | initialize() { |
| 81 | this.type = 'legend'; |
| 82 | this.name = 'legend'; |
| 83 | this.eventBus.on('clickLegendCheckbox', this.onClickCheckbox); |
| 84 | this.eventBus.on('clickLegendLabel', this.onClickLabel); |
| 85 | } |
| 86 | |
| 87 | initColorAndIconTypeMap(legendData: LegendDataList) { |
| 88 | this.seriesColorMap = {}; |