gantt-chart-component-svn
v1.0.0
Published
Production-grade, framework-agnostic Gantt chart library with hierarchical tasks, dependencies, and progress tracking
Maintainers
Readme
Gantt Chart
Unscoped npm package for the vanilla JavaScript Gantt chart component.
Install
npm install gantt-chart-component-svnUsage
import GanttChart from 'gantt-chart-component-svn';
import 'gantt-chart-component-svn/src/styles.css';
const gantt = new GanttChart({
container: '#gantt-container',
data: []
});