Mentions légales du service

Skip to content

Fix display of variable lines with no variation or with invalid values

Philippe SWARTVAGHER requested to merge pswartva/vite:fix-variable-line into master

Hello,

If a variable line contains only one value or if it contains many values, but they are all the same, there is a bug in displaying the line. There is also the same graphical bug if one of line values is nan or inf:

variable-line-bug

This PR fixes these two buggy cases:

variable-line-ok

Merge request reports