d-band/gantt

can this module be used for real time data

Closed this issue · 1 comments

I am looking for gantt charts that support real time data . Do this module supports real time data .

@RRR85200 I haven't try, you can try like this:

import Gantt from 'gantt';

const gantt = new Gantt('#canvas-root', initData, {
  viewMode: 'week'
});
// setData will re-render
gantt.setData(realTimeData);