The date adaptors use Chart._adapters._date.override to configure the chart. https://github.com/chartjs/chartjs-adapter-luxon/blob/master/src/index.js#L17
If the adapter is written in TS, Property 'override' does not exist on type 'DateAdapter'. is raised by the TS compiler
The date adaptors use
Chart._adapters._date.overrideto configure the chart. https://github.com/chartjs/chartjs-adapter-luxon/blob/master/src/index.js#L17If the adapter is written in TS,
Property 'override' does not exist on type 'DateAdapter'.is raised by the TS compiler