Community
Participate
Working Groups
I am trying to completely remove a legend (not the serie) of a Gantt chart. I know how to hide the label & the picture with this code in beforeDrawLegendItem() : bounds.setHeight(0); bounds.setWidth(0); lerh.getLabel().setVisible(false); But the legend keep taking a space between the others legends. So, is there any way to completely remove a legend ?
could you please attached a screenshot of your problem ? Thanks.
See #comment1. If the issue still exists for you, please feel free to reopen the bug with more details on how to reproduce.