6 lines
No EOL
173 B
JavaScript
6 lines
No EOL
173 B
JavaScript
// Combined Chart.js bundle with date adapter
|
|
// Load Chart.js first
|
|
import './chart-minimal.js';
|
|
|
|
// Then load the date adapter wrapper
|
|
import './chart-adapter-wrapper.js'; |