https://github.com/mnlipp/chart.js-bug
https://github.com/mnlipp/chart.js-bug
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mnlipp/chart.js-bug
- Owner: mnlipp
- Created: 2022-04-17T15:32:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-17T15:43:33.000Z (about 3 years ago)
- Last Synced: 2025-02-16T22:41:28.302Z (4 months ago)
- Language: JavaScript
- Size: 221 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
* Run `npm install`
* Run `npm start` (opens bowser window, else got to http://localhost:3000/)
* All of this is only needed to have a server that serves the content of `app`
* `app` contains chart.js and an `index.html` that loads `auto.esm.js` as module.
* Open the console in the browser and reload. See the error message.
* Add `.js` as suggested in the bug report, reload and see the error disappear.