Hi,
When I am using pointWidth property on series data of gantt chart I can see the size of milestones gets adjusted according to the pointWidth value as expected. But If this property changes size of milestones in navigator as well and that looks weird.
https://ibb.co/N151gFD This image shows milestone size if pointWidth : 15
https://ibb.co/hxz0vZJ this image shows milestone size if pointWidth is not set.
I would like to set pointWidth on milestone but I dont want increased size on the navigator. It looks too crowed when I have 20-25 milestones in same month.
Here is my code https://codepen.io/manshi44/pen/KKrzOGy?editors=0010
Please suggest how can i achieve this?