Skip to content

Commit b39f205

Browse files
committed
steps in indicator mock should be array - thickness greater than one
1 parent 77f576c commit b39f205

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: test/image/baselines/indicator_attrs.png

1.29 KB
Loading

Diff for: test/image/mocks/indicator_attrs.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,19 +123,19 @@
123123
"exponentformat": "none",
124124
"showexponent": "all"
125125
},
126-
"steps": {
126+
"steps": [{
127127
"color": "red",
128128
"line": {
129129
"color": "blue",
130130
"width": 2
131131
},
132-
"thickness": 0.5,
132+
"thickness": 2,
133133
"range": [
134134
-100,
135135
100
136136
],
137137
"name": "name"
138-
},
138+
}],
139139
"threshold": {
140140
"line": {
141141
"color": "green",

0 commit comments

Comments
 (0)