We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abaf46e commit cde7a0bCopy full SHA for cde7a0b
src/traces/parcoords/lines.js
@@ -241,7 +241,7 @@ module.exports = function(canvasGL, d) {
241
var isPick = d.pick;
242
243
var regl = d.regl;
244
- var plotGlPixelRatio = d.viewModel.plotGlPixelRatio;
+ var plotGlPixelRatio = 1; // d.viewModel.plotGlPixelRatio;
245
246
var renderState = {
247
currentRafs: {},
@@ -318,7 +318,7 @@ module.exports = function(canvasGL, d) {
318
frag: fragmentShaderSource,
319
320
primitive: 'lines',
321
- lineWidth: 1,
+ lineWidth: plotGlPixelRatio,
322
attributes: attributes,
323
uniforms: {
324
resolution: regl.prop('resolution'),
0 commit comments