Skip to content

Commit a744689

Browse files
committed
drop texangle and position defaults from funnel mocks
1 parent a650170 commit a744689

File tree

5 files changed

+0
-9
lines changed

5 files changed

+0
-9
lines changed

test/image/mocks/funnel_attrs.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
}, {
1414
"width": [0.4, 0.6, 0.8, 1],
1515
"text": ["Three", 2, "inside text", 0],
16-
"textposition": "auto",
1716
"textfont": { "size": [10]},
1817
"y": [3, 2, 1, 1],
1918
"x": [1, 2, 3, 4],
@@ -33,7 +32,6 @@
3332
"type": "funnel"
3433
}, {
3534
"text": [2, "outside text", 3, 2],
36-
"textposition": "auto",
3735
"y": [2, 0.25, 3, 2],
3836
"x": [1, 2, 3, 4],
3937
"marker": { "color": "Red" },

test/image/mocks/funnel_axis.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
2,
1414
1
1515
],
16-
"textangle": 0,
1716
"textinfo": "value+percent initial+percent previous+percent total"
1817
},
1918
{
@@ -31,7 +30,6 @@
3130
],
3231
"textposition": "inside",
3332
"insidetextanchor": "start",
34-
"textangle": 0,
3533
"textinfo": "value+percent initial+percent previous+percent total",
3634
"xaxis": "x2",
3735
"yaxis": "y2"
@@ -51,7 +49,6 @@
5149
],
5250
"textposition": "inside",
5351
"insidetextanchor": "end",
54-
"textangle": 0,
5552
"textinfo": "value+percent initial+percent previous+percent total",
5653
"xaxis": "x3",
5754
"yaxis": "y3"
@@ -71,7 +68,6 @@
7168
],
7269
"textposition": "outside",
7370
"cliponaxis": false,
74-
"textangle": 0,
7571
"textinfo": "value+percent initial+percent previous+percent total",
7672
"xaxis": "x4",
7773
"yaxis": "y4"

test/image/mocks/funnel_axis_textangle.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
1
3232
],
3333
"textposition": "inside",
34-
"textangle": 0,
3534
"textinfo": "value+percent initial+percent previous+percent total"
3635
},
3736
{

test/image/mocks/funnel_axis_textangle_start-end.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
],
3434
"insidetextanchor": "end",
3535
"textposition": "inside",
36-
"textangle": 0,
3736
"textinfo": "value+percent initial"
3837
},
3938
{

test/image/mocks/funnel_horizontal_stack_more.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
30,
1616
20
1717
],
18-
"textposition": "auto",
1918
"textinfo": "value+percent initial"
2019
},
2120
{

0 commit comments

Comments
 (0)