Skip to content

gkalian/timeline-generator

Repository files navigation

Timeline generator

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.

Live generator

Plans to do:

  • Extract the VueDatePicker code to a separate component
  • Improve the VueDatePicker style and update the overall app style
  • Save input date in browser kv store
  • Add possibility to import data from .csv file
  • Update demo pic to actual state
  • Add more settings for chart component
  • (Probably) Replace later the VueDatePicker with default Date Input component.

Build

ME Vue.js Vuetify Vite

Usage

  • Install dependencies npm install
  • Run locally npm run dev