Skip to content

Commit 55685f0

Browse files
committed
Plotly v3 - Drop deprecated pointcloud and heatmapgl traces and gl2d subplots
plotly/plotly.js#7213
1 parent b4d9378 commit 55685f0

File tree

4 files changed

+0
-14
lines changed

4 files changed

+0
-14
lines changed

types/plotly.js/index.d.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,6 @@ export type PlotType =
12601260
| "funnel"
12611261
| "funnelarea"
12621262
| "heatmap"
1263-
| "heatmapgl"
12641263
| "histogram"
12651264
| "histogram2d"
12661265
| "histogram2dcontour"
@@ -1272,7 +1271,6 @@ export type PlotType =
12721271
| "parcats"
12731272
| "parcoords"
12741273
| "pie"
1275-
| "pointcloud"
12761274
| "sankey"
12771275
| "scatter"
12781276
| "scatter3d"

types/plotly.js/lib/heatmapgl.d.ts

-4
This file was deleted.

types/plotly.js/lib/pointcloud.d.ts

-4
This file was deleted.

types/plotly.js/test/register-tests.ts

-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import funnel from "plotly.js/lib/funnel";
1717
import funnelarea from "plotly.js/lib/funnelarea";
1818
import groupby from "plotly.js/lib/groupby";
1919
import heatmap from "plotly.js/lib/heatmap";
20-
import heatmapgl from "plotly.js/lib/heatmapgl";
2120
import histogram from "plotly.js/lib/histogram";
2221
import histogram2d from "plotly.js/lib/histogram2d";
2322
import histogram2dcontour from "plotly.js/lib/histogram2dcontour";
@@ -30,7 +29,6 @@ import ohlc from "plotly.js/lib/ohlc";
3029
import parcats from "plotly.js/lib/parcats";
3130
import parcoords from "plotly.js/lib/parcoords";
3231
import pie from "plotly.js/lib/pie";
33-
import pointcloud from "plotly.js/lib/pointcloud";
3432
import sankey from "plotly.js/lib/sankey";
3533
import scatter from "plotly.js/lib/scatter";
3634
import scatter3d from "plotly.js/lib/scatter3d";
@@ -72,7 +70,6 @@ Plotly.register([
7270
funnelarea,
7371
groupby,
7472
heatmap,
75-
heatmapgl,
7673
histogram,
7774
histogram2d,
7875
histogram2dcontour,
@@ -85,7 +82,6 @@ Plotly.register([
8582
parcats,
8683
parcoords,
8784
pie,
88-
pointcloud,
8985
sankey,
9086
scatter,
9187
scatter3d,

0 commit comments

Comments
 (0)