I'm new to Chart.js, saw the v3 doc:
Chart.js 3 is tree-shakeable, so it is necessary to import and register the controllers, elements, scales, and plugins you are going to use.
I'm wondering where do I find these things for registering, for example, what needs to be registered for this example to work?