aprs.me/assets
Graham McIntire e7852e6201
Fix Chart.js date adapter loading error in vendor bundle
Fixed "This method is not implemented: Check that a complete date adapter
is provided" error that occurred when loading weather charts.

The issue was caused by the Chart.js date adapter trying to register
itself before Chart.js was fully loaded in the browser. Updated the
vendor.js bundle to ensure proper loading order and added verification
logging to confirm all libraries and adapters are loaded correctly.

Changes:
- Updated import order in vendor.js to ensure Chart.js loads first
- Added comments explaining the critical loading order requirements
- Added verification logging to check Chart.js adapters are registered

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-21 10:02:30 -05:00
..
css Bundle all vendor JavaScript files locally instead of loading from CDNs 2025-07-21 09:52:39 -05:00
js Fix Chart.js date adapter loading error in vendor bundle 2025-07-21 10:02:30 -05:00
vendor Bundle all vendor JavaScript files locally instead of loading from CDNs 2025-07-21 09:52:39 -05:00
download-vendor-files.sh Bundle all vendor JavaScript files locally instead of loading from CDNs 2025-07-21 09:52:39 -05:00