8000 Drop contourgl and pointcloud traces from the code and API by archmoj · Pull Request #5398 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Drop contourgl and pointcloud traces from the code and API #5398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 15, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
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
  • Loading branch information
archmoj committed Jan 14, 2021
commit 881c41791f59fb9699380c522bdc7d497666a0c9
11 changes: 0 additions & 11 deletions lib/contourgl.js

This file was deleted.

11 changes: 0 additions & 11 deletions lib/heatmapgl.js

This file was deleted.

3 changes: 0 additions & 3 deletions lib/index-gl2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ var Plotly = require('./core');
Plotly.register([
require('./scattergl'),
require('./splom'),
require('./pointcloud'),
require('./heatmapgl'),
require('./contourgl'),
require('./parcoords')
]);

Expand Down
3 changes: 0 additions & 3 deletions lib/index.js
< 8616 td class="blob-code blob-code-context js-file-line"> require('./splom'),
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ Plotly.register([
require('./scattergl'),

require('./pointcloud'),
require('./heatmapgl'),

require('./parcoords'),

require('./parcats'),
Expand Down
11 changes: 0 additions & 11 deletions lib/pointcloud.js

This file was deleted.

Loading
0