Skip to content
New issue

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

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

Already on GitHub? # to your account

Listener For Mouse Over On Chart Element #520

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Listener For Mouse Over On Chart Element #520

wants to merge 1 commit into from

Conversation

hart-james
Copy link

In response to open issue #498. This loop checks the X position of the mouse in the chart, and runs through the datapoints to determine if the user is hovering over anything. If so a datapoints information can be displayed however a user sees fit. This could be built on in the future with a custom UI for the information obtained.

must be enabled in your chart :
chart.getStyler().setToolTipsEnabled(true);

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

Successfully merging this pull request may close these issues.

1 participant