Issue with zoomconfig after upgrade to 7.0.0

Hi all !

I am upgrading my code with HTMLXGantt 7.0.0 and I am facing issues with the zoom config that used to work well with 6.3.

Here is a sample with my config : https://docs.dhtmlx.com/gantt/snippet/d429685e .

I tried to reuse sample code from https://docs.dhtmlx.com/gantt/desktop__zoom.html and have it modified to used my code but it seems to fail at different steps.

I can not find the part that makes the component to fail.

Thanks for your help !

Hello Julien,
The code in the snippet fails because you didn’t add the quarterToStr function. When I add it, the snippet is loaded correctly:
http://docs.dhtmlx.com/gantt/snippet/93ca829b
I have the following snippet with the buttons, everything also works correctly there:
http://snippet.dhtmlx.com/ec9712db1

1 Like