Hi!
The milestones overflow to the rows above and below them.
Is it a known bug, maybe?
Hi!
The milestones overflow to the rows above and below them.
Is it a known bug, maybe?
Hello @subri_joska,
Itâs not a bug as it is, as itâs a part of the design.
If itâs inappropriate for your app, you can stylize milestones with the.gantt_task_line.gantt_milestone
selector.
Here is a demo, with a âminifiedâ milestone(HTML tab):
http://snippet.dhtmlx.com/5/6c9448034
Please, notify, that âlink pointersâ and âlinksâ are stylized for default task sizes, so that may become âshiftedâ after such customization.
Also, unfortunately, there is no easy way to stylize links, as styles will be applied not only for âmilestoneâ task links but for usual tasks.
Also, such customization wonât be flexible, in case if you will use the
row_height
config:
https://docs.dhtmlx.com/gantt/api__gantt_row_height_config.html
Alright, thank you for the help!