Skip to content

Commit 881c417

Browse files
committed
drop problematic gl2d plots and traces
- namely pointcloud, contourgl and heatmapgl - one could use image & scattergl instaed of heatmapgl & pointcloud - this very much cleans the gl2d bundle from bugs & function constructors - with the exception of binary-search-bounds v2 used in scattergl now
1 parent ecfa01e commit 881c417

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+45
-4032
lines changed

Diff for: lib/contourgl.js

-11
This file was deleted.

Diff for: lib/heatmapgl.js

-11
This file was deleted.

Diff for: lib/index-gl2d.js

-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ var Plotly = require('./core');
1313
Plotly.register([
1414
require('./scattergl'),
1515
require('./splom'),
16-
require('./pointcloud'),
17-
require('./heatmapgl'),
18-
require('./contourgl'),
1916
require('./parcoords')
2017
]);
2118

Diff for: lib/index.js

-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ Plotly.register([
4444
require('./scattergl'),
4545
require('./splom'),
4646

47-
require('./pointcloud'),
48-
require('./heatmapgl'),
49-
5047
require('./parcoords'),
5148

5249
require('./parcats'),

Diff for: lib/pointcloud.js

-11
This file was deleted.

0 commit comments

Comments
 (0)