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
Feature Discussion: Timeline Overview Bar with Hover Detail
Hello everyone,
I'm looking for a very specific charting functionality for a project of mine. I am fairly new to chart.js and similar packages and not sure if this is currently possible with chart.js.
Therefore I hope for some pointers from the community here.
Current Need
I'm looking to implement a chart visualization feature similar to YouTube's video timeline preview:
A main chart area (can be zoomed in to specific data)
An overview bar below showing the full dataset (similar to the youtube progress bar)
Interactive hover functionality that shows detailed preview at cursor position for increased readability and selection precision. One could also describe it as a pre-zooming effect. Therefore the zoom level should be adjustable somehow.
Questions
Is this functionality already possible with chart.js?
If yes, could someone point me to relevant documentation/examples?
If no, what would be the complexity of implementing this?
Technical Considerations:
Would this require custom plugins/extensions?
Are there any performance concerns with large datasets?
What would be the best approach for the hover preview mechanism?
Implementation:
Is anyone familiar with implementing similar functionality?
Looking for recommendations for developers experienced with this type of visualization
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Feature Discussion: Timeline Overview Bar with Hover Detail
Hello everyone,
I'm looking for a very specific charting functionality for a project of mine. I am fairly new to chart.js and similar packages and not sure if this is currently possible with chart.js.
Therefore I hope for some pointers from the community here.
Current Need
I'm looking to implement a chart visualization feature similar to YouTube's video timeline preview:
Questions
Is this functionality already possible with chart.js?
Technical Considerations:
Implementation:
Thanks already to everyone helping out!
Beta Was this translation helpful? Give feedback.
All reactions