[charts] Refine line charts highlight #13687
Labels
bug 🐛
Something doesn't work
component: charts
This is the name of the generic UI component, not the React module!
Steps to reproduce
Link to live example: codesandox.io
Steps:
tooltip={{ trigger: "item" }}
(which should say that the tooltip will appear for a point, not for the whole column)Current behavior
When we hover over a point in a chart that may have a series of multiple lines and we have
trigger: "item"
set fortooltip
, all points in the column are highlighted.Expected behavior
With
trigger: "item"
, only the point pointed at should be highlighted.Context
No response
Your environment
I'm use Google Chrome (126.0.6478.127)
npx @mui/envinfo
The text was updated successfully, but these errors were encountered: