File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ Then in your render call, add your controller as an HTML attribute:
217
217
{{ render_chart(chart, {'data-controller': 'mychart'}) }}
218
218
219
219
There is also a ``chartjs:init `` event that is called just *one * time before your
220
- first chart is rendered. That's an ideal place to `register plugins globally < Using Plugins > `_
220
+ first chart is rendered. That's an ideal place to `register Chart.js plugins globally `_
221
221
or make other changes to any "static"/global part of Chart.js. For example,
222
222
to add a global `Tooltip positioner `_:
223
223
@@ -247,4 +247,5 @@ the Symfony framework: https://symfony.com/doc/current/contributing/code/bc.html
247
247
.. _`a lot of plugins` : https://github.com/chartjs/awesome#plugins
248
248
.. _`zoom plugin` : https://www.chartjs.org/chartjs-plugin-zoom/latest/
249
249
.. _`zoom plugin documentation` : https://www.chartjs.org/chartjs-plugin-zoom/latest/guide/integration.html
250
+ .. _`register Chart.js plugins globally` : https://www.chartjs.org/docs/latest/developers/plugins.html
250
251
.. _`Tooltip positioner` : https://www.chartjs.org/docs/latest/samples/tooltip/position.html
You can’t perform that action at this time.
0 commit comments