This project demonstrates some key concepts of the Highcharts Library paired with VueJS, such as:
- Documentation walkthrough
- Basic setup
- Module setup
- Customization
- Responsiveness
- Theming
- Pitfalls
You can find more information in the demo walkthrough.
- NodeJS v16
- npm v8
npm install
npm run serve
To browse between the different demo steps (1 to 6), edit the import statement in the App.vue
component:
import { Demo<demoStep> as Demo } from "./components";