We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf2c4c commit 3cd30b7Copy full SHA for 3cd30b7
README.md
@@ -75,7 +75,7 @@ chartjs-plugin-datasource-prometheus can be used with ES6 modules, plain JavaScr
75
Then, you need to register the plugin to enable it for all charts in the page.
76
77
```js
78
-Chart.plugins.register(ChartDatasourcePrometheusPlugin);
+Chart.registry.plugins.register(ChartDatasourcePrometheusPlugin);
79
```
80
81
Or, you can enable the plugin only for specific charts.
0 commit comments