Skip to content

Commit a04ae94

Browse files
committed
additional tests
1 parent 3cc9c37 commit a04ae94

10 files changed

+17
-0
lines changed
650 Bytes
Loading
403 Bytes
Loading
221 Bytes
Loading

test/image/baselines/polar_blank.png

200 Bytes
Loading

test/image/baselines/smith_blank.png

228 Bytes
Loading

test/image/mocks/carpet_grid_dash.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"minorgriddash": "dash"
3838
},
3939
"baxis": {
40+
"labelalias": { "0": "ZERO" },
4041
"minorgridcount": 3,
4142
"gridcolor": "black",
4243
"minorgridcolor": "red",

test/image/mocks/indicator_bullet.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"gauge": {
1515
"shape": "bullet",
1616
"axis": {
17+
"labelalias": {
18+
"0": "ZERO"
19+
},
1720
"range": [null, 300]
1821
},
1922
"threshold": {

test/image/mocks/indicator_format_extremes.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@
171171
{
172172
"type": "indicator",
173173
"mode": "number+delta+gauge",
174+
"gauge": {
175+
"axis": {
176+
"labelalias": {
177+
"1": "ONE"
178+
}
179+
}
180+
},
174181
"title": {
175182
"text": "null"
176183
},

test/image/mocks/polar_blank.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"x": [0, 0.46],
3434
"y": [0.56, 1]
3535
},
36+
"angularaxis": {
37+
"labelalias": { "0": "ZERO" }
38+
},
3639
"radialaxis": {
3740
"title": {"text": "blank"},
3841
"angle": 180

test/image/mocks/smith_blank.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"x": [0, 0.46],
4242
"y": [0.56, 1]
4343
},
44+
"imaginaryaxis": {
45+
"labelalias": { "0": "ZERO" }
46+
},
4447
"realaxis": {
4548
"side": "top"
4649
}

0 commit comments

Comments
 (0)