A simple timeline chart generator built using the Apex Chart and Vuepic/vue-datepicker libraries. Supports multiple rows, upload and download data in .csv format, changing the chart title and size.
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 stateAdd more settings for chart component- (Probably) Replace later the VueDatePicker with default Date Input component.
- (Probably) Add more functions for chart styling
Add new field for text (to put title or any comment)Add colors for the text- Add legend on the chart (if possible)
- Add copyright url in the chart picture
- Install dependencies
npm install - Run locally
npm run start