Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A request for making Task title and the flyover popup into a component. #7178

Open
MikaelFiil opened this issue Mar 9, 2025 · 1 comment
Labels
enhancement New feature or request vaadin-charts waiting for author Further information is requested

Comments

@MikaelFiil
Copy link

MikaelFiil commented Mar 9, 2025

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.

  1. 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.

  2. 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

@ZheSun88 ZheSun88 transferred this issue from vaadin/platform Mar 10, 2025
@yuriy-fix yuriy-fix added the enhancement New feature or request label Mar 12, 2025
@yuriy-fix
Copy link
Contributor

Dear @MikaelFiil , could you please provide mockups on what you are trying to achieve (if you have those)?
Regarding Flyover popup do you mean tooltip?

@yuriy-fix yuriy-fix added the waiting for author Further information is requested label Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request vaadin-charts waiting for author Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants