Skip to content

Commit a9403e7

Browse files
Support old iOS
1 parent ea274dd commit a9403e7

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

CS/AspNetCoreCustomItem/wwwroot/js/FunnelD3.js

+2-9
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@
103103
};
104104

105105
class FunnelD3ItemViewer extends Dashboard.CustomItemViewer {
106-
funnelSettings;
107-
funnelViewer;
108-
selectionValues;
109-
exportingImage;
110-
funnelContainer;
111-
112106
constructor(model, container, options) {
113107
super(model, container, options);
114108

@@ -290,11 +284,10 @@
290284
}
291285

292286
class FunnelD3Item {
293-
name = FUNNEL_D3_EXTENSION_NAME;
294-
metaData = funnelMeta;
295-
296287
constructor(dashboardControl) {
297288
dashboardControl.registerIcon(svgIcon);
289+
this.name = FUNNEL_D3_EXTENSION_NAME;
290+
this.metaData = funnelMeta;
298291
}
299292

300293
createViewerItem(model, element, content) {

0 commit comments

Comments
 (0)