can this module be used for real time data
Closed this issue · 1 comments
RRRASU commented
I am looking for gantt charts that support real time data . Do this module supports real time data .
helloyou2012 commented
@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);