Hmm, that killed the component, but setting it to this works:
Nope, it was just the forum-converted dodgy apostrophe characters that I blindly pasted in... replacing with un-adultered versions worked
(value, index, ticks) => {
return '$' + value;
}
Oh right, I completely misread that doc section when I looked at it before... got it working now, cheers!
Are you looking at the line setup or the split tooltip setup? Or both?
Anything split on the tooltips requires you to write a tooltip handler on the external property of the tooltips plugin. In there, you'll need to handle creating an HTML tooltip, which in my case was creating a div for each Y axis.
Unfortunately that plugin isn't compatible with the version of Chart.js included in Embr-Charts.
Embr-Charts includes Chart.js version 4.4.8, and the plugin is only compatible with version 2.