(id: string)
| 1154 | addScales(...args: ChartComponentLike[]): void; |
| 1155 | |
| 1156 | getController(id: string): DatasetController | undefined; |
| 1157 | getElement(id: string): Element | undefined; |
| 1158 | getPlugin(id: string): Plugin | undefined; |
| 1159 | getScale(id: string): Scale | undefined; |
no outgoing calls
no test coverage detected