You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scales: {x: {// HERE WHAT CAUSE THE ISSUEtype: 'time',time: {// Luxon format stringtooltipFormat: 'DD T'},title: {display: true,text: 'Date'}},y: {title: {display: true,text: 'value'}}},},
ERROR Error: This method is not implemented: Check that a complete date adapter is provided.
at abstract (chart.js:2631:9)
at _DateAdapterBase.formats (chart.js:2660:12)
at TimeScale.init (chart.js:11571:42)
at chart.js:5881:13
at each (helpers.segment.js:101:12)
at Chart.buildOrUpdateScales (chart.js:5859:5)
at Chart._updateScales (chart.js:6024:10)
at Chart.update (chart.js:5975:10)
at new Chart (chart.js:5742:12)
at primeng-chart.mjs:118:22
Expected behavior
No exception in the console
Current behavior
I mam following this example
using
ERROR Error: This method is not implemented: Check that a complete date adapter is provided.
at abstract (chart.js:2631:9)
at _DateAdapterBase.formats (chart.js:2660:12)
at TimeScale.init (chart.js:11571:42)
at chart.js:5881:13
at each (helpers.segment.js:101:12)
at Chart.buildOrUpdateScales (chart.js:5859:5)
at Chart._updateScales (chart.js:6024:10)
at Chart.update (chart.js:5975:10)
at new Chart (chart.js:5742:12)
at primeng-chart.mjs:118:22
Reproducible sample
https://www.chartjs.org/docs/latest/samples/scales/time-line.html
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
No response
chart.js version
4.4.7
Browser name and version
No response
Link to your project
No response
The text was updated successfully, but these errors were encountered: