Hi,
I've a gantt chart wrapped under a card in angular and the card is having a button which shows fullscreen window on click of it along with the gantt chart. But when I zoom in/out in the browser, the gantt chart height varies. I want the height of gantt chart to be fixed at 100% on full screen. Currently, width is responsive i.e it's getting adjusted automatically at any zoom level. Please find the below screenshot for the reference and help me know how can I solve the issue:
Note: the height of the chart is set to 450px and the width is auto. I tried removing height from html but it doesn't work