Skip to content

Commit e8973fa

Browse files
committed
closes #2873 - add line colorscale + markers mock
... locking down the fix for #2873 completed in c9d92d7
1 parent 6a47d66 commit e8973fa

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"data": [
3+
{
4+
"type": "scatter3d",
5+
"x": [0, 0, 0],
6+
"y": [1, 1, 1],
7+
"z": [1, 2, 3],
8+
"mode": "lines+markers",
9+
"line": {
10+
"color": [0, 1, 2],
11+
"width": 10
12+
}
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)