()
| 69 | yAxisName = 'yAxis'; |
| 70 | |
| 71 | initialize() { |
| 72 | this.type = 'series'; |
| 73 | this.name = 'line'; |
| 74 | this.eventBus.on('selectSeries', this.selectSeries); |
| 75 | this.eventBus.on('showTooltip', this.showTooltip); |
| 76 | this.eventBus.on('hideTooltip', this.onMouseoutComponent); |
| 77 | } |
| 78 | |
| 79 | initUpdate(delta: number) { |
| 80 | this.drawModels.rect[0].width = this.models.rect[0].width * delta; |