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 @@ -1266,7 +1266,6 @@ export type PlotType =
1266
1266
| "funnel"
1267
1267
| "funnelarea"
1268
1268
| "heatmap"
1269
- | "heatmapgl"
1270
1269
| "histogram"
1271
1270
| "histogram2d"
1272
1271
| "histogram2dcontour"
@@ -1278,7 +1277,6 @@ export type PlotType =
1278
1277
| "parcats"
1279
1278
| "parcoords"
1280
1279
| "pie"
1281
- | "pointcloud"
1282
1280
| "sankey"
1283
1281
| "scatter"
1284
1282
| "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