swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.3k stars 1.15k forks source link

Shared Crosshair concept #1184

Open Huey-H opened 5 years ago

Huey-H commented 5 years ago

I am using the line graphs and realize it'd be nice if there is a feature where if there are multiple of the same graph being used within the same context (running through for loop to draw multiple graphs), when hovering over one of the graph's x-axis, the other graphs will be hovered over showing the value of the respective data in that graph

app789 commented 4 years ago

Yes, that would be a very useful feature. ng2-charts is a having a similar vertical and horizontal crosshairs which we can move with mouse.