Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
chartjs
/
Chart.js
Public
Notifications
You must be signed in to change notification settings
Fork
11.9k
Star
67.7k
Code
Issues
497
Pull requests
84
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Improve Tooltip and Hover Interaction
- #3400
#3400
Merged
etimberg
merged 9 commits into
master
chartjs/Chart.js:master
from
v2.4-tooltips
chartjs/Chart.js:v2.4-tooltips
Copy head branch name to clipboard
Oct 3, 2016
Conversation
Commits
9
(9)
Checks
Files changed
Merged
Improve Tooltip and Hover Interaction
#3400
etimberg
merged 9 commits into
master
chartjs/Chart.js:master
from
v2.4-tooltips
chartjs/Chart.js:v2.4-tooltips
Copy head branch name to clipboard
Commits
Commits on Sep 25, 2016
refactor interaction modes to use lookup functions in Chart.Interaction.modes in preparation for adding new modes
etimberg
committed
03a438d
View commit details
Copy full SHA for 03a438d
Browse repository at this point
Move function implementations into Chart.Interaction.modes
etimberg
committed
4cf2d65
View commit details
Copy full SHA for 4cf2d65
Browse repository at this point
Intersect mode + new test file
etimberg
committed
fe743b6
View commit details
Copy full SHA for fe743b6
Browse repository at this point
Commits on Sep 28, 2016
Move function implementations into Chart.Interaction.modes and then add new intersect, nearest and nearestIntersect modes
etimberg
committed
f40c747
View commit details
Copy full SHA for f40c747
Browse repository at this point
Commits on Sep 30, 2016
Refactor modes to work with 2 parameters. We use the mode string along with an `intersect` boolean.
Show description for 44c510d
etimberg
committed
44c510d
View commit details
Copy full SHA for 44c510d
Browse repository at this point
Commits on Oct 1, 2016
functions in Chart.Interaction.modes now get passed the options instead of just the intersect boolean for more flexibility
etimberg
committed
f496ba6
View commit details
Copy full SHA for f496ba6
Browse repository at this point
New X and Y modes
etimberg
committed
3c271f4
View commit details
Copy full SHA for 3c271f4
Browse repository at this point
Documentation
etimberg
committed
fd4ea54
View commit details
Copy full SHA for fd4ea54
Browse repository at this point
Commits on Oct 3, 2016
Refactoring for code review
etimberg
committed
7ef7bef
View commit details
Copy full SHA for 7ef7bef
Browse repository at this point
You can’t perform that action at this time.