Skip to content

Commit 73b187e

Browse files
committed
edited title of histogram and bar mocks
1 parent d0b10c3 commit 73b187e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/image/mocks/bar_errorbars_inherit_color.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"type": "bar",
3131
"barmode": "group",
3232
"marker": {
33-
"color": "red"
33+
"color": "yellow"
3434
},
3535
"error_y": {
3636
"type": "sqrt"
@@ -70,7 +70,7 @@
7070
"width": 600,
7171
"heigh": 600,
7272
"title": {
73-
"text": "Bar chart error bars inherit color from marker.line or marker"
73+
"text": "Bar chart error bars inherit color from marker.line not marker"
7474
}
7575
}
7676
}

test/image/mocks/histogram_errorbars_inherit_color.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"type": "histogram",
2828
"barmode": "stack",
2929
"marker": {
30-
"color": "red"
30+
"color": "yellow"
3131
},
3232
"error_y": {
3333
"type": "sqrt"
@@ -65,7 +65,7 @@
6565
"width": 600,
6666
"heigh": 600,
6767
"title": {
68-
"text": "Histogram error bars inherit color from marker.line or marker"
68+
"text": "Histogram error bars inherit color from marker.line not marker"
6969
}
7070
}
7171
}

0 commit comments

Comments
 (0)