Skip to content

Commit 5f351b5

Browse files
committed
parcoords linewidth of 1 for browser compatibility
1 parent d6bddd1 commit 5f351b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/parcoords/lines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ module.exports = function(canvasGL, d) {
318318
frag: fragmentShaderSource,
319319

320320
primitive: 'lines',
321-
lineWidth: plotGlPixelRatio,
321+
lineWidth: 1,
322322
attributes: attributes,
323323
uniforms: {
324324
resolution: regl.prop('resolution'),

0 commit comments

Comments
 (0)