LineChart / LineChartPro "grid" and GridChart - 'log' axes & zoom cause warnings and grid breakdown due to non-unique child keys #15853
Labels
bug 🐛
Something doesn't work
component: charts
This is the name of the generic UI component, not the React module!
status: waiting for maintainer
These issues haven't been looked at yet by a maintainer
Steps to reproduce
Steps:
Current behavior
Console sprays warnings.
Using 'zoom' parameters in LineChartPro causes complete grid breakdown due to this same issue.
Expected behavior
Console should not spray warnings, child elements should have unique keys.
Zoom should not break the grid.
Context
This occurs when using 'log' axes and when modifying axes using zoom parameters, likely due to ticks being used to provide keys to the grid.
Your environment
ENV: Chromium
Search keywords: LineChart, LineChartPro, grid, GridChart, log, zoom
The text was updated successfully, but these errors were encountered: