swimlane / ngx-charts

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

Hover of legend doesn't highlight bar (bar charts) #1149

Open MarcoDeJong opened 5 years ago

MarcoDeJong commented 5 years ago

I'm submitting a ...

Current behavior When you hover over an entry in the legend, it does not highlight the respective svg that corresponds to that value for grouped, normalized and stacked bar charts

Expected behavior When you hover over an entry in the legend, it should highlight the respective svg that corresponds to that value for grouped, normalized and stacked bar charts

Reproduction of the problem Hover legend on https://swimlane.github.io/ngx-charts/#/ngx-charts/bar-vertical compared to hover legend on https://swimlane.github.io/ngx-charts/#/ngx-charts/bar-vertical-stacked

What is the motivation / use case for changing the behavior? Have consequent UX throughout charts

Please tell us about your environment: any

bDino commented 4 years ago

I believe I can confirm this