Skip to content

Commit 22ff714

Browse files
committed
Add missed constant
1 parent 2fc1f3c commit 22ff714

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/traces/scatterpolargl/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ var Axes = require('../../plots/cartesian/axes');
1717
var makeHoverPointText = require('../scatterpolar/hover').makeHoverPointText;
1818
var subTypes = require('../scatter/subtypes');
1919

20+
var TOO_MANY_POINTS = require('../scattergl/constants').TOO_MANY_POINTS;
21+
2022
function calc(container, trace) {
2123
var layout = container._fullLayout;
2224
var subplotId = trace.subplot;

0 commit comments

Comments
 (0)