-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chart: fix multi-Y limit inconsistency (#1687)
When explicitly setting the axis it was inclusive of the limit value meaning you could actually use one more than the max setting. Settings like axis per line were honoring the actual limit. Fixed them to be consistent and bumped the configured limit by 1 for backwards compatibility with any uses of the additional explicit axis.
- Loading branch information
1 parent
f753099
commit 1872ec2
Showing
31 changed files
with
29 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ atlas { | |
max-height = 1000 | ||
max-zoom = 2.0 | ||
max-lines-in-legend = 50 | ||
max-yaxes = 4 | ||
max-yaxes = 5 | ||
} | ||
} | ||
} |
Binary file modified
BIN
+20.1 KB
(140%)
.../resources/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_binary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20.1 KB
(140%)
...t/resources/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20.1 KB
(140%)
...esources/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_duration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20.1 KB
(140%)
...esources/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_identity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+19.9 KB
(140%)
...urces/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_logarithmic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20.1 KB
(140%)
...t/resources/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_lower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+19.8 KB
(140%)
...t/resources/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_power.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+19.8 KB
(140%)
...st/resources/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_sqrt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+19.8 KB
(140%)
...t/resources/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_upper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+20 KB
(140%)
.../resources/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_ylabel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+19.4 KB
(140%)
...urces/graphengine/DefaultGraphEngineSuite/dark_default_multiy_n_ylabel_wrap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18.2 KB
(140%)
.../test/resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_binary.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18.1 KB
(140%)
...c/test/resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_color.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18.2 KB
(140%)
...est/resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_duration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18.2 KB
(140%)
...est/resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_identity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18.2 KB
(140%)
.../resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_logarithmic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+17.9 KB
(140%)
...c/test/resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_lower.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18 KB
(140%)
...c/test/resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_power.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18.2 KB
(140%)
...rc/test/resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_sqrt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18.5 KB
(140%)
...c/test/resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_upper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+18.2 KB
(140%)
.../test/resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_ylabel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+17.6 KB
(130%)
.../resources/graphengine/DefaultGraphEngineSuite/default_multiy_n_ylabel_wrap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+25 Bytes
(100%)
atlas-webapi/src/test/resources/GraphApiSuite/42bb9a56.png
Oops, something went wrong.
Binary file modified
BIN
+29 Bytes
(100%)
atlas-webapi/src/test/resources/GraphApiSuite/7a906f27.png
Oops, something went wrong.