File tree Expand file tree Collapse file tree 4 files changed +49
-109
lines changed Expand file tree Collapse file tree 4 files changed +49
-109
lines changed Original file line number Diff line number Diff line change 5858 "dependencies" : {
5959 "@plotly/d3-sankey" : " 0.7.2" ,
6060 "@plotly/d3-sankey-circular" : " 0.33.1" ,
61+ "@plotly/point-cluster" : " ^3.1.9" ,
6162 "@turf/area" : " ^6.0.1" ,
6263 "@turf/bbox" : " ^6.0.1" ,
6364 "@turf/centroid" : " ^6.0.2" ,
103104 "ndarray" : " ^1.0.19" ,
104105 "ndarray-linear-interpolate" : " ^1.0.0" ,
105106 "parse-svg-path" : " ^0.1.2" ,
106- "point-cluster" : " ^3.1.8" ,
107107 "polybooljs" : " ^1.2.0" ,
108108 "regl" : " ^1.6.1" ,
109109 "regl-error2d" : " ^2.0.10" ,
110110 "regl-line2d" : " ^3.0.17" ,
111- "regl-scatter2d" : " ^ 3.1.8 " ,
112- "regl-splom" : " ^1.0.9 " ,
111+ "regl-scatter2d" : " 3.1.9 " ,
112+ "regl-splom" : " ^1.0.11 " ,
113113 "right-now" : " ^1.0.0" ,
114114 "robust-orientation" : " ^1.1.3" ,
115115 "sane-topojson" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 88
99'use strict' ;
1010
11- var cluster = require ( 'point-cluster' ) ;
11+ var cluster = require ( '@plotly/ point-cluster' ) ;
1212
1313var Lib = require ( '../../lib' ) ;
1414var AxisIDs = require ( '../../plots/cartesian/axis_ids' ) ;
Original file line number Diff line number Diff line change 88
99'use strict' ;
1010
11- var cluster = require ( 'point-cluster' ) ;
11+ var cluster = require ( '@plotly/ point-cluster' ) ;
1212var isNumeric = require ( 'fast-isnumeric' ) ;
1313
1414var scatterglPlot = require ( '../scattergl/plot' ) ;
You can’t perform that action at this time.
0 commit comments