Skip to content

Commit d4d732b

Browse files
committed
Plotly v3 - Drop deprecated pointcloud and heatmapgl traces and gl2d subplots
plotly/plotly.js#7213
1 parent 946aaf1 commit d4d732b

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
@@ -1266,7 +1266,6 @@ export type PlotType =
12661266
| "funnel"
12671267
| "funnelarea"
12681268
| "heatmap"
1269-
| "heatmapgl"
12701269
| "histogram"
12711270
| "histogram2d"
12721271
| "histogram2dcontour"
@@ -1278,7 +1277,6 @@ export type PlotType =
12781277
| "parcats"
12791278
| "parcoords"
12801279
| "pie"
1281-
| "pointcloud"
12821280
| "sankey"
12831281
| "scatter"
12841282
| "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)