Skip to content

Commit 0bc59c8

Browse files
committed
pre varying radius
1 parent 44b7904 commit 0bc59c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/traces/streamtubes/convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function createLineWithMarkers(scene, data) {
325325
module.exports = createLineWithMarkers;
326326

327327
function calculateMesh(inputX, inputY, inputZ, inputW, inputC, inputMW, inputMC, scalingFactor) {
328-
328+
debugger
329329
function addVertex(X, Y, Z, x, y, z) {
330330
X.push(x);
331331
Y.push(y);

test/image/mocks/gl3d_streamtubes_basic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"text": ["A","B","C","D","E","F","G","H","I","J","K"],
99
"mode": "lines+markers+text",
1010
"line": {
11-
"width": 10,
11+
"width": [10,16,12,18,20,28,22,24,14,26,30],
1212
"colorscale": "Viridis",
1313
"color": [0,1,2,3,4,5,6,7,8,9,10]
1414
},

0 commit comments

Comments
 (0)