Skip to content

Commit bfaf60e

Browse files
committed
Good: Reran only bars_and_lines.R from cookbook test suite for branch pd-line-styles-and-width
1 parent 4b18776 commit bfaf60e

9 files changed

+6
-6
lines changed
Loading
Loading

tests/cookbook-test-suite/bars-and-lines/basic-dashed-line-with-colors.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"mode": "lines",
1313
"line": {
1414
"color": "rgb(255,0,0)",
15-
"width": 1.5,
16-
"dash": "dotted",
15+
"width": 3,
16+
"dash": "dot",
1717
"shape": "linear"
1818
},
1919
"xaxis": "x1",
Loading
Loading

tests/cookbook-test-suite/bars-and-lines/basic-line-with-points-fully-styled.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "Female",
1414
"line": {
1515
"color": "rgb(0,0,0)",
16-
"width": 1.5,
16+
"width": 3,
1717
"dash": "solid",
1818
"shape": "linear"
1919
},
@@ -34,7 +34,7 @@
3434
"name": "Male",
3535
"line": {
3636
"color": "rgb(0,0,0)",
37-
"width": 1.5,
37+
"width": 3,
3838
"dash": "solid",
3939
"shape": "linear"
4040
},
Loading
Loading

tests/cookbook-test-suite/bars-and-lines/finished-line.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"name": "Female",
1414
"line": {
1515
"color": "rgb(145,12,0)",
16-
"width": 1,
16+
"width": 2,
1717
"dash": "solid",
1818
"shape": "linear"
1919
},
@@ -34,7 +34,7 @@
3434
"name": "Male",
3535
"line": {
3636
"color": "rgb(0,105,110)",
37-
"width": 1,
37+
"width": 2,
3838
"dash": "dash",
3939
"shape": "linear"
4040
},

0 commit comments

Comments
 (0)