File tree 4 files changed +0
-14
lines changed
4 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -1260,7 +1260,6 @@ export type PlotType =
1260
1260
| "funnel"
1261
1261
| "funnelarea"
1262
1262
| "heatmap"
1263
- | "heatmapgl"
1264
1263
| "histogram"
1265
1264
| "histogram2d"
1266
1265
| "histogram2dcontour"
@@ -1272,7 +1271,6 @@ export type PlotType =
1272
1271
| "parcats"
1273
1272
| "parcoords"
1274
1273
| "pie"
1275
- | "pointcloud"
1276
1274
| "sankey"
1277
1275
| "scatter"
1278
1276
| "scatter3d"
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import funnel from "plotly.js/lib/funnel";
17
17
import funnelarea from "plotly.js/lib/funnelarea" ;
18
18
import groupby from "plotly.js/lib/groupby" ;
19
19
import heatmap from "plotly.js/lib/heatmap" ;
20
- import heatmapgl from "plotly.js/lib/heatmapgl" ;
21
20
import histogram from "plotly.js/lib/histogram" ;
22
21
import histogram2d from "plotly.js/lib/histogram2d" ;
23
22
import histogram2dcontour from "plotly.js/lib/histogram2dcontour" ;
@@ -30,7 +29,6 @@ import ohlc from "plotly.js/lib/ohlc";
30
29
import parcats from "plotly.js/lib/parcats" ;
31
30
import parcoords from "plotly.js/lib/parcoords" ;
32
31
import pie from "plotly.js/lib/pie" ;
33
- import pointcloud from "plotly.js/lib/pointcloud" ;
34
32
import sankey from "plotly.js/lib/sankey" ;
35
33
import scatter from "plotly.js/lib/scatter" ;
36
34
import scatter3d from "plotly.js/lib/scatter3d" ;
@@ -72,7 +70,6 @@ Plotly.register([
72
70
funnelarea ,
73
71
groupby ,
74
72
heatmap ,
75
- heatmapgl ,
76
73
histogram ,
77
74
histogram2d ,
78
75
histogram2dcontour ,
@@ -85,7 +82,6 @@ Plotly.register([
85
82
parcats ,
86
83
parcoords ,
87
84
pie ,
88
- pointcloud ,
89
85
sankey ,
90
86
scatter ,
91
87
scatter3d ,
You can’t perform that action at this time.
0 commit comments