(...items)
| 110 | static getChart = getChart; |
| 111 | |
| 112 | static register(...items) { |
| 113 | registry.add(...items); |
| 114 | invalidatePlugins(); |
| 115 | } |
| 116 | |
| 117 | static unregister(...items) { |
| 118 | registry.remove(...items); |
nothing calls this directly
no test coverage detected