A request for making Task title and the flyover popup into a component. #7178
Labels
enhancement
New feature or request
vaadin-charts
waiting for author
Further information is requested
This not a bug report, merely a request for enhancement, but since the GANTT is still in beta I will write here.
Is there a better place?
The GANTT looks really great and is very useful to me, a million thanks. Never the less I have a couple of requests.
Make the title into a component to be displayed to the left of each task where the title goes now.
The reason is that I want to display more than one line in at controlled manner and just make the row height grow accordingly.
Make the Flyover popup into a component .
The content of the flyover basically repeats already visible information.
Finally i was confused by accident.
I accidentally did this, when wanting to control the plot options and it all went south.
configuration.setPlotOptions(plotOptionsGantt);
what I should have done was
series.setPlotOptions(plotOptionsGantt);
The fact that you can add the plot options in both places took me a while to realize and fix.
Probably the documentation will make it clear, but it was an easy mistake.
Br Mikael
The text was updated successfully, but these errors were encountered: