Skip to content

Commit fc1adf5

Browse files
committed
improve pattern mock
1 parent 8334830 commit fc1adf5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

test/image/baselines/pattern_bars.png

37 Bytes
Loading

test/image/mocks/pattern_bars.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"t": ["M", "N", "O", "P"],
6262
"r": [1, 2, 3, 4],
6363
"type": "barpolar",
64-
"name": "polar-1",
64+
"name": "Barpolar 1",
6565
"marker": {
6666
"color": "red",
6767
"pattern": {
@@ -74,7 +74,7 @@
7474
"t": ["M", "N", "O", "P"],
7575
"r": [2, 3, 4, 1],
7676
"type": "barpolar",
77-
"name": "polar-2",
77+
"name": "Barpolar 2",
7878
"marker": {
7979
"color": "rgba(0,127,0,0.5)",
8080
"pattern": {
@@ -87,7 +87,7 @@
8787
"t": ["M", "N", "O", "P"],
8888
"r": [3, 4, 1, 2],
8989
"type": "barpolar",
90-
"name": "polar-3",
90+
"name": "Barpolar 3",
9191
"marker": {
9292
"color": "blue",
9393
"pattern": {
@@ -100,7 +100,7 @@
100100
"t": ["M", "N", "O", "P"],
101101
"r": [4, 1, 2, 3],
102102
"type": "barpolar",
103-
"name": "polar-4",
103+
"name": "Barpolar 4",
104104
"marker": {
105105
"color": "orange",
106106
"pattern": {
@@ -115,7 +115,7 @@
115115
"xaxis": "x2",
116116
"yaxis": "y2",
117117
"y": ["A", "A", "A", "A", "B", "B", "C"],
118-
"name": "Night",
118+
"name": "Histogram 1",
119119
"type": "histogram",
120120
"marker": {
121121
"color": "yellow",
@@ -133,7 +133,7 @@
133133
"xaxis": "x2",
134134
"yaxis": "y2",
135135
"y": ["C", "C", "C", "C", "B", "B", "A"],
136-
"name": "Day",
136+
"name": "Histogram 2",
137137
"type": "histogram",
138138
"marker": {
139139
"color": "yellow",
@@ -199,7 +199,7 @@
199199

200200
"xaxis3": {
201201
"anchor": "y3",
202-
"domain": [0.65, 1]
202+
"domain": [0.7, 1]
203203
},
204204
"yaxis3": {
205205
"anchor": "x3",

0 commit comments

Comments
 (0)