Register chart controller
How can we register new chart controller on existing filament chart object?
6 Replies
What is your question? Looks like you have answered it yourself
Well this doesnt work... It still says this one is not registered
Alpine Expression Error: "choropleth" is not a registered controller.
I added this into app.js:
In filament chart.js file custom chart function is exported, but when initing the chart itself it may doesnt come with registered plugin
And this is my widget code:
Did you run
npm
again?npm run build? yes several times
It could be time when it is done, before or after the filament chart init... But even if I render this script before any other script in filament, still doesnt work.
Anyone? 😄