Kaynağa Gözat

refactor: remove window assignment

funnel-chart
Shivam Mishra 5 yıl önce
committed by GitHub
ebeveyn
işleme
2c35a2f35b
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: 4AEE18F83AFDEB23
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/js/charts/FunnelChart.js

+ 1
- 1
src/js/charts/FunnelChart.js Dosyayı Görüntüle

@@ -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();
}



Yükleniyor…
İptal
Kaydet