Our state of the art Gantt chart


Post by amandachen »

Hi,

I am seeing this console error when I resize a task.

Screen Shot 2021-05-12 at 11.02.48 PM.png
Screen Shot 2021-05-12 at 11.02.48 PM.png (109.59 KiB) Viewed 335 times

It seems to have to do with the resize tooltip. This is my config for the tooltip:

    taskResize: {
      tipTemplate: ({endText}) => {
        return `
          <div>${endText}</div>
        `;
      },
    },

Do you know what might be wrong? Let me know if I need to provide more of my configs. I am currently on version 4.1.2.


Post by mats »

This is not supported until next release 4.1.3 (being released now). There is no public config called 'tipTemplate', but in next version this is supported & tested (called tooltipTemplate).


Post by amandachen »

Got it, I'll be sure to update. Thanks!


Post Reply