ChartJS custom tooltip positioner
To add a plugin to chartjs as Filament docs say I use the filamentChartJsPlugins array. Id like also to register a cutsom positioner for the tooltip. As chartJS doc I must hook into Tooltip object. Is that possible to do this with Filament ?
ChartJS doc example to add a custom positoner:
filament-chart-js-plugin.js
0 Replies