Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
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
1 change: 1 addition & 0 deletions draftlogs/7213_change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Drop deprecated pointcloud and heatmapgl traces and gl2d subplots [[#7213](https://github.com/plotly/plotly.js/pull/7213)]
3 changes: 0 additions & 3 deletions lib/heatmapgl.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/index-gl2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ Plotly.register([
// traces
require('./scattergl'),
require('./splom'),
require('./pointcloud'),
require('./heatmapgl'),
require('./parcoords'),

// transforms
Expand Down
2 changes: 0 additions & 2 deletions lib/index-strict.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Plotly.register([
require('./choropleth'),
require('../src/traces/scattergl/strict'),
require('../src/traces/splom/strict'),
require('./pointcloud'),
require('./heatmapgl'),
require('../src/traces/parcoords/strict'),
require('./parcats'),
require('./scattermapbox'),
Expand Down
2 changes: 0 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ Plotly.register([
require('./choropleth'),
require('./scattergl'),
require('./splom'),
require('./pointcloud'),
require('./heatmapgl'),
require('./parcoords'),
require('./parcats'),
require('./scattermapbox'),
Expand Down
3 changes: 0 additions & 3 deletions lib/pointcloud.js

This file was deleted.

284 changes: 0 additions & 284 deletions src/plots/gl2d/camera.js

This file was deleted.

Loading