Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gkalian/timeline-generator

A simple vueJS timeline generator
https://github.com/gkalian/timeline-generator

apexcharts vite vuejs vuetify

Last synced: 1 day ago
JSON representation

A simple vueJS timeline generator

Awesome Lists containing this project

README

        

# 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](https://gkalian.github.io/timeline-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](https://vuetifyjs.com/en/components/date-inputs/) component.

### Build

![ME](https://img.shields.io/badge/by-gkalian-purple?style=for-the-badge&&logoColor=white)
![Vue.js](https://img.shields.io/badge/vuejs-%2335495e.svg?style=for-the-badge&logo=vuedotjs&logoColor=%234FC08D)
![Vuetify](https://img.shields.io/badge/Vuetify-1867C0?style=for-the-badge&logo=vuetify&logoColor=AEDDFF)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)

## Usage

- Install dependencies `npm install`
- Run locally `npm run dev`

## [Changelog](./changelog.md)

## [License](./LICENSE)