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

feat: allow custom tooltip render method, and provide the project info that is being hovered over #172

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

nate-g
Copy link

@nate-g nate-g commented Oct 7, 2024

The current tooltip only shows general information for the given timeslot. A customTooltip option has been added to the config for the Scheduler. If a function is passed in, this will be used for generating the tooltip content. It will receive the tooltipData as well as the project if one is selected and should return a React element or string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant