I have a .csv file containing TaskId and TaskStartTimerValue. I want to make a Gantt Graph displaying TaskId on the x axis and TaskStartTimervalue at the y axis. I am using a demo from this link this link at sanjaal.com.
The demo uses a SimpleTimePeriod method to get the timing range. Is there any other method available that I can use to pass my timer values?