Closed nassissme closed 3 years ago
Hi !
I found a bug when you have all the nodes on the same y. The labels are not displayed anymore because of a bad calculation of the maxY.
maxY
Example : https://codesandbox.io/s/error-labels-xjc3o
Here is a proposal for a fix with a test.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information 0.0% Duplication
Thanks @nassissme
Hi !
I found a bug when you have all the nodes on the same y. The labels are not displayed anymore because of a bad calculation of the
maxY
.Example : https://codesandbox.io/s/error-labels-xjc3o
Here is a proposal for a fix with a test.