Skip to content

Commit a3544c7

Browse files
committed
showcase new parcoord font attributes in parcoords_2 mock
1 parent 3925d6d commit a3544c7

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed
5.01 KB
Loading

test/image/mocks/gl2d_parcoords_2.json

+19-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"layout": {
33
"width": 500,
4-
"height": 500
4+
"height": 500,
5+
"font": {
6+
"size": 15
7+
}
58
},
69

710
"data": [{
@@ -13,13 +16,27 @@
1316
"y": [0.2, 0.7]
1417
},
1518

19+
"labelfont": {
20+
"color": "red",
21+
"size": 20
22+
},
23+
"tickfont": {
24+
"color": "blue"
25+
},
26+
"rangefont": {
27+
"color": "green"
28+
},
29+
1630
"line": {
1731
"showscale": true,
1832
"reversescale": true,
1933
"colorscale": "Jet",
2034
"cmin": -4000,
2135
"cmax": -100,
22-
"color": [-41, -1317, -164, -1856, -79, -931, -191, -2983, -341, -3846]
36+
"color": [-41, -1317, -164, -1856, -79, -931, -191, -2983, -341, -3846],
37+
"colorbar": {
38+
"x": 1.1
39+
}
2340
},
2441

2542
"dimensions": [

0 commit comments

Comments
 (0)