We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
BUG I have a basic line chart with point configurations:
pointRadius: 1, pointHoverRadius: 6,
and hover configuration
hover: { intersect: false, mode: 'x' },
I expect usual hover animations of 400ms to apply
No animation and it looks bad
mode: 'x'
I have time charts with scarce data and I need behaviour similar to a vertical cursor
Chart.js latest
The text was updated successfully, but these errors were encountered:
No branches or pull requests
BUG
I have a basic line chart with point configurations:
and hover configuration
Expected Behavior
I expect usual hover animations of 400ms to apply
Current Behavior
No animation and it looks bad
Steps to Reproduce (for bugs)
mode: 'x'
to hover settings to a chart and it all turns badContext
I have time charts with scarce data and I need behaviour similar to a vertical cursor
Environment
Chart.js latest
The text was updated successfully, but these errors were encountered: