Closed RRRASU closed 6 years ago
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);
I am looking for gantt charts that support real time data . Do this module supports real time data .