Simple, interactive and highly customizable Gantt chart component for Vue 3
Vue Ganttastic is a versatile Gantt chart component designed for Vue 3, offering simplicity, interactivity, and extensive customization options. It supports TypeScript and provides reactivity and responsiveness to changes in data.
To begin using Vue Ganttastic, first install the component using:
npm install vue-ganttastic
Then, initialize the plugin in your app’s main file (usually src/main.js) to globally register the components g-gantt-chart and g-gantt-row:
import Vue from 'vue';
import VueGanttastic from 'vue-ganttastic';
Vue.use(VueGanttastic);
Vue Ganttastic is a feature-rich Gantt chart component for Vue 3, offering support for TypeScript, interactivity, and extensive customization options. It provides a simple yet powerful solution for creating dynamic and responsive Gantt charts within Vue applications.