Skip to content

Ft user options state #149

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

Merged
merged 6 commits into from
Dec 26, 2024
Merged

Ft user options state #149

merged 6 commits into from
Dec 26, 2024

Conversation

graphieros
Copy link
Owner

Additional config options to control the state of the user options menu:

userOptions: {
  show: boolean, // Not new. Has to be true for these new options to be applied. Is true by default
  showOnChartHover: boolean; // Default: false. Set to true to only show the burger menu when hovering the component
  keepStateOnChartLeave: boolean; // Default: true. Set to false to always close the menu when hovering out the component
}

@graphieros graphieros merged commit b156985 into master Dec 26, 2024
@graphieros graphieros deleted the ft-userOptions-state branch December 29, 2024 15:35
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.

[FEATURE REQUEST] When the mouse passes over the chart, the userOptions operation menu is displayed
1 participant