Is the chart object from Chartjs exposed in such a way that say a custom JS action could connect a plugin (like datalabels) to it? I tried looking at devtools and spelunking the wwLib object without great success.
I also looked at the component on github (chartjs-pie/src/wwElement.vue at main · weweb-assets/chartjs-pie · GitHub) which looks like the instance is wrapped up inside the vue app and not mounted on window or anywhere in particular.
I appreciate the answer might be no, but it would be super great if it were a yes, so I ask!