We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea274dd commit a9403e7Copy full SHA for a9403e7
CS/AspNetCoreCustomItem/wwwroot/js/FunnelD3.js
@@ -103,12 +103,6 @@
103
};
104
105
class FunnelD3ItemViewer extends Dashboard.CustomItemViewer {
106
- funnelSettings;
107
- funnelViewer;
108
- selectionValues;
109
- exportingImage;
110
- funnelContainer;
111
-
112
constructor(model, container, options) {
113
super(model, container, options);
114
@@ -290,11 +284,10 @@
290
284
}
291
285
292
286
class FunnelD3Item {
293
- name = FUNNEL_D3_EXTENSION_NAME;
294
- metaData = funnelMeta;
295
296
287
constructor(dashboardControl) {
297
288
dashboardControl.registerIcon(svgIcon);
289
+ this.name = FUNNEL_D3_EXTENSION_NAME;
+ this.metaData = funnelMeta;
298
299
300
createViewerItem(model, element, content) {
0 commit comments