How to manually set end_date without render chart ?

Hi, this’ my code to set end_date after chart is rendered, it worked well

gantt.config.end_date = my_end_date;
gantt.render()

Is it possbile to just expand end date without render whole chart ?

Hello,
due to implementation, scale can’t be redrawn without repainting a big part of the component. So calling the gantt.render is the only way