Sfoglia il codice sorgente

refactor: remove window assignment

funnel-chart
Shivam Mishra 5 anni fa
committed by GitHub
parent
commit
2c35a2f35b
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/js/charts/FunnelChart.js

+ 1
- 1
src/js/charts/FunnelChart.js Vedi File

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



Caricamento…
Annulla
Salva