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
-
src/js/charts/FunnelChart.js
|
|
@@ -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(); |
|
|
|
} |
|
|
|
|
|
|
|