A simple timeline chart generator built using the Apex Chart and Vuepic/vue-datepicker libraries. Supports multiple rows, data uploading, changing the chart title, and resizing the entire chart.
Plans to do:
Extract the VueDatePicker code to a separate componentImprove the VueDatePicker style and update the overall app styleSave input date in browser kv storeAdd possibility to import data from .csv fileUpdate demo pic to actual state- Add more settings for chart component
- (Probably) Replace later the VueDatePicker with default Date Input component.
- Install dependencies
npm install
- Run locally
npm run dev