We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf33df5 commit c42acb8Copy full SHA for c42acb8
src/traces/parcoords/parcoords.js
@@ -4,7 +4,7 @@ var d3 = require('@plotly/d3');
4
var Lib = require('../../lib');
5
var isArrayOrTypedArray = Lib.isArrayOrTypedArray;
6
var numberFormat = Lib.numberFormat;
7
-var rgba = require('color-rgba');
+var rgba = require('color-rgba').default;
8
9
var Axes = require('../../plots/cartesian/axes');
10
var strRotate = Lib.strRotate;
0 commit comments