()
| 345 | } |
| 346 | |
| 347 | protected initStore() { |
| 348 | [ |
| 349 | root, |
| 350 | optionsStore, |
| 351 | theme, |
| 352 | seriesData, |
| 353 | legend, |
| 354 | layout, |
| 355 | category, |
| 356 | ...this.modules, |
| 357 | ].forEach((module) => this.store.setModule(module)); |
| 358 | } |
| 359 | |
| 360 | protected initialize() { |
| 361 | this.initStore(); |