This method is not implemented: Check that a complete date adapter is provided.
I've tried add import 'chartjs-adapter-luxon' to an inheritted controller. This is also imported globally since we are using ChartJS without Stimulus Components currently. Not sure how to get around this error so we can use timeseries charts.
I'm getting the following error.
This method is not implemented: Check that a complete date adapter is provided.
I've tried add
import 'chartjs-adapter-luxon'
to an inheritted controller. This is also imported globally since we are using ChartJS without Stimulus Components currently. Not sure how to get around this error so we can use timeseries charts.