Search found 3 matches

by roman
Fri Nov 28, 2014 12:25 pm
Forum: JavaScript / HTML5
Topic: Gantt chart customization
Replies: 5
Views: 15595

Re: Gantt chart customization

Thank you for your cooperation, result is very nice.
Capture.PNG
Capture.PNG (64.92 KiB) Viewed 16054 times
I believe that there is possibility to load data from XML, but I'm lost as what structure has to have XML file for Gantt and Line chart.
Could you describe it for me?

Best regards
Roman
by roman
Thu Nov 06, 2014 8:06 am
Forum: JavaScript / HTML5
Topic: Gantt chart customization
Replies: 5
Views: 15595

Re: Gantt chart customization

Thank you for you ideas, I solved axis label step problem by defining var OneHour = (new Date(2014,1,2,6,0,0) - new Date(2014,1,1,6,0,0))/24; and setting increment to defined OneHour Chart1.axes.bottom.increment = OneHour; When I zoom I reset increment to auto and vice-versa Chart1.onzoom = function...
by roman
Thu Oct 30, 2014 6:15 am
Forum: JavaScript / HTML5
Topic: Gantt chart customization
Replies: 5
Views: 15595

Gantt chart customization

I use Gantt chart to show CNC machine status monitoring. Time window is one day or 12 hours so I have two shifts to draw (6:00-18:00,18:00-6:00). Each shift has its breaks with specific length in specific time. Is it possible to set my own axes.bottom begin, end and step? For example from 6:00 to 18...