|
| 1 | +{ |
| 2 | + "data": [ |
| 3 | + { |
| 4 | + "x": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19], |
| 5 | + "y": [0,0,0,0,0,0,0,0,0,0,0, 0, 0, 0, 0, 0, 0, 0, 0, 0], |
| 6 | + "z": [0,1,0,2,0,3,0,4,0,5,0, 6, 0, 7, 0, 8, 0, 9, 0, 10], |
| 7 | + |
| 8 | + "type": "scatter3d", |
| 9 | + "mode":"lines+text", |
| 10 | + "line":{ "width": 5 } |
| 11 | + }, |
| 12 | + { |
| 13 | + "x": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19], |
| 14 | + "y": [1,1,1,1,1,1,1,1,1,1,1, 1, 1, 1, 1, 1, 1, 1, 1, 1], |
| 15 | + "z": [0,1,0,2,0,3,0,4,0,5,0, 6, 0, 7, 0, 8, 0, 9, 0, 10], |
| 16 | + |
| 17 | + "text": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19], |
| 18 | + |
| 19 | + "type": "scatter3d", |
| 20 | + "mode":"lines+text", |
| 21 | + "line":{ "width": 5 } |
| 22 | + }, |
| 23 | + { |
| 24 | + "x": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19], |
| 25 | + "y": [2,2,2,2,2,2,2,2,2,2,2, 2, 2, 2, 2, 2, 2, 2, 2, 2], |
| 26 | + "z": [0,1,0,2,0,3,0,4,0,5,0, 6, 0, 7, 0, 8, 0, 9, 0, 10], |
| 27 | + |
| 28 | + "text": [0,1e-3,0.1,"A","B","C","D","E","F","G",null,"I",null,"K","L","M","N",{"text":"X", "value":10.01},"Y","Zzz"], |
| 29 | + |
| 30 | + "type": "scatter3d", |
| 31 | + "mode":"lines+text", |
| 32 | + "line":{ "width": 5 } |
| 33 | + }, |
| 34 | + { |
| 35 | + "x": [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19], |
| 36 | + "y": [3,3,3,3,3,3,3,3,3,3,3, 3, 3, 3, 3, 3, 3, 3, 3, 3], |
| 37 | + "z": [0,1,0,2,0,3,0,4,0,5,0, 6, 0, 7, 0, 8, 0, 9, 0, 10], |
| 38 | + |
| 39 | + "text": [0,0.0,-0,-0.0,"","0"," ","E","\n","G",null,"I",null,"K",null,null,null,"X"], |
| 40 | + |
| 41 | + "type": "scatter3d", |
| 42 | + "mode":"lines+text", |
| 43 | + "line":{ "width": 5 } |
| 44 | + } |
| 45 | + |
| 46 | + ], |
| 47 | + "layout": { |
| 48 | + "title":"scatter3d lines with good/bad/no input texts (including undefined, null & blank variations) should be displayed well on WEBGL", |
| 49 | + "width": 1200, |
| 50 | + "height": 900, |
| 51 | + "scene":{ |
| 52 | + "camera":{ |
| 53 | + "eye":{"x":-1.25,"y":1.25,"z":1.25}, |
| 54 | + "center":{"x":0,"y":0,"z":0}, |
| 55 | + "up":{"x":0,"y":0,"z":1} |
| 56 | + } |
| 57 | + } |
| 58 | + } |
| 59 | +} |
0 commit comments