Nodes in chart monitor are not reused properly when adding/removing them
See original GitHub issueThis is a duplicate of https://github.com/romseguy/d3-state-visualizer/issues/12 https://github.com/romseguy/redux-devtools-chart-monitor/issues/17 and I’m just posting it here as a reminder to upgrade deps when (if) the problem is resolved.
Here is what’s happening when I add three leafs to a list at the very top one by one and then remove them (also one by one):
The second (the largest) state branch is not affected at all, but there’s quite a lot going on visually.
Those strange unexpected horisontal jumps probably happen because of how d3 treats ids of the nodes. If they are represented as an array and id = i
, adding or removing an item in the middle of it is likely to bring in this effect.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Adding/Removing Monitors - Ceph Documentation
Since monitors are lightweight, it is possible to run them on the same host as OSDs; however, we recommend running them on separate...
Read more >Statistics & Monitoring Reference - Riak Docs
Riak provides data related to current operating status, which includes statistics in the form of counters and histograms. These statistics are made ...
Read more >Key Metrics for OpenShift Monitoring - Datadog
Monitor the health, performance, and scalability of your OpenShift clusters with these key metrics.
Read more >Add and remove IBFT validators - GoQuorum - 22.4.2 - ConsenSys
Node -5/data/keystore. Copy the address of the validator and propose it from more than half the number of current validators.
Read more >Changes in v1.7.3 | Severalnines Documentation Center
PostgreSQL: Query Monitor → Query Statistics, Exclusive Lock Waits was not ... Node Charts: Node CPU chart was incorrect on Centos6/RHEL6 because it...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It is included in
2.16
, which will land in a day on Chrome Store. Thanks again for your contribution!Thanks @kachkaev! I’ll fix also other critical issues these days and include it in
2.16
.