Time line in months or quarters or years

Does gantt chart support displaying timeline in months or quarters or years?
Is it configurable or only days is supported.

Any plans to support months or quarters

It has been saying for about one year this feature will be available in the next version. But it never comes out.

Looks like the project is orphaned.

Dear Fedor,

Do you have any news regarding to the new version which supports the time scale? Any clue on the ETA is appreciated. Thanks. :ugeek:

When was the last update for Gantt? From what I have read here is sounds like this has not been updated for almost 1 year. I am currently looking for the best interactive Gantt app, and although Dhtmlx-gantt looked promising it doesn’t sound like DHX is putting much priority on the gantt app.

Has anyone had experience with EXT Gantt from Bryntum based on Ext JS. It looks quite nice however requires the EXT JS framework.

hi wine,

You may want to have a try this one: jsgantt.com/ :ugeek:

It’s open source.

Is there yet anything more known about the release date of this future?

This is quite easy to fix, just apply the patch pastebin.com/GLBVYjcP and call

ganttChartControl.setPixelsPerDay(8);

before creating the chart. If pixels is < 16 it will hide the day numbers (necessary to make it work).

Sorry, forgot a few lines: pastebin.com/6jNtnzz9

@fhackenberger, thanks a lot for this great patch, it works like a charm on a Gantt with something like 60 projects and 300 tasks. This feature is really a must have.

I noticed than when after loading the xml, every widths is correctly computed according the setPixelsPerDay call, except the width of project. This only appears at loading, because when you “touch” a tasks belonging to the project, the width is correctly recomputed.

As you seem to understand how things work, could you take a look at this request, if the fix is not too hard ?