Przeglądaj źródła

refactor: remove window assignment

funnel-chart
Shivam Mishra 5 lat temu
committed by GitHub
rodzic
commit
2c35a2f35b
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/js/charts/FunnelChart.js

+ 1
- 1
src/js/charts/FunnelChart.js Wyświetl plik

@@ -7,7 +7,7 @@ export default class FunnelChart extends AggregationChart {
constructor(parent, args) { constructor(parent, args) {
super(parent, args); super(parent, args);
this.type = 'funnel'; this.type = 'funnel';
window.funnel = this;
funnel = this;
this.setup(); this.setup();
} }




Ładowanie…
Anuluj
Zapisz