Closed
Description
Here is a codesandbox demonstrating this issue.
https://codesandbox.io/s/8xqw51zr18
If hovertemplate
is set to %{y:,.2f}"
the chart display unwanted trace information on hover.
To get around that bug I need to append additional information to the hovertemplate
.
"%{y:,.2f}<extra></extra>"
so that the hover renders correctly.
Metadata
Metadata
Assignees
Labels
No labels