File tree Expand file tree Collapse file tree 4 files changed +0
-14
lines changed
Expand file tree Collapse file tree 4 files changed +0
-14
lines changed Original file line number Diff line number Diff 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"
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";
1717import funnelarea from "plotly.js/lib/funnelarea" ;
1818import groupby from "plotly.js/lib/groupby" ;
1919import heatmap from "plotly.js/lib/heatmap" ;
20- import heatmapgl from "plotly.js/lib/heatmapgl" ;
2120import histogram from "plotly.js/lib/histogram" ;
2221import histogram2d from "plotly.js/lib/histogram2d" ;
2322import histogram2dcontour from "plotly.js/lib/histogram2dcontour" ;
@@ -30,7 +29,6 @@ import ohlc from "plotly.js/lib/ohlc";
3029import parcats from "plotly.js/lib/parcats" ;
3130import parcoords from "plotly.js/lib/parcoords" ;
3231import pie from "plotly.js/lib/pie" ;
33- import pointcloud from "plotly.js/lib/pointcloud" ;
3432import sankey from "plotly.js/lib/sankey" ;
3533import scatter from "plotly.js/lib/scatter" ;
3634import 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 ,
You can’t perform that action at this time.
0 commit comments