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
I also tried using label with a . and a sanitized name on the data but the ChartTooltip doesn't use the getSeriesLabels util since there's no "series" passed in.
If possible, include a link to a codesandbox with a minimal reproduction
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.12.2
What package has an issue?
@mantine/charts
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
All
Describe the bug
name
that contains a.
it will throw the following exception:TypeError: Cannot read properties of undefined
fromupdateChartTooltipPayload
inChartTooltip
repro:
I also tried using
label
with a.
and a sanitizedname
on the data but theChartTooltip
doesn't use thegetSeriesLabels
util since there's no "series" passed in.If possible, include a link to a codesandbox with a minimal reproduction
https://codesandbox.io/p/sandbox/busy-wind-6p7vh4
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: