Skip to content

Conversation

@markov00
Copy link
Member

@markov00 markov00 commented Aug 18, 2022

Summary

This PR fixes the problem caused by a wrongly generated React key on each grid items.

The story is updated with a button to randomized the dataset and a switch to enable a visual debug (showing the values of the passed data).

Warning flashing images below:

Screen Recording 2022-08-18 at 14 41 29

Issues

fix #1778

Checklist

  • The proper chart type label has been added (e.g. :xy, :partition)
  • The proper feature labels have been added (e.g. :interactions, :axis)
  • All related issues have been linked (i.e. closes #123, fixes #123)
  • The proper documentation and/or storybook story has been added or updated

@markov00 markov00 added bug Something isn't working :data Data/series/scales related issue :metric Related to Metric chart labels Aug 18, 2022
Copy link
Collaborator

@drewdaemon drewdaemon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great and makes sense.

@markov00 markov00 merged commit 076406e into elastic:master Aug 22, 2022
nickofthyme pushed a commit that referenced this pull request Aug 23, 2022
## [47.2.1](v47.2.0...v47.2.1) (2022-08-23)

### Bug Fixes

* **deps:** update dependency @elastic/eui to v63 ([#1783](#1783)) ([554f370](554f370))
* **deps:** update dependency @elastic/eui to v64 ([#1798](#1798)) ([bb028e9](bb028e9))
* **metric:** clip title at right length ([#1790](#1790)) ([7d7ad55](7d7ad55))
* **metric:** use a correct React key for each grid item ([#1789](#1789)) ([076406e](076406e))
monfera pushed a commit to monfera/elastic-charts that referenced this pull request Aug 23, 2022
This PR fixes the problem caused by a wrongly generated React key on each grid items.
monfera pushed a commit to monfera/elastic-charts that referenced this pull request Aug 23, 2022
## [47.2.1](elastic/elastic-charts@v47.2.0...v47.2.1) (2022-08-23)

### Bug Fixes

* **deps:** update dependency @elastic/eui to v63 ([elastic#1783](elastic#1783)) ([554f370](elastic@554f370))
* **deps:** update dependency @elastic/eui to v64 ([elastic#1798](elastic#1798)) ([bb028e9](elastic@bb028e9))
* **metric:** clip title at right length ([elastic#1790](elastic#1790)) ([7d7ad55](elastic@7d7ad55))
* **metric:** use a correct React key for each grid item ([elastic#1789](elastic#1789)) ([076406e](elastic@076406e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working :data Data/series/scales related issue :metric Related to Metric chart

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Metric visualization shows phantom tiles after data change

2 participants