Shivam Mishra
5 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
src/js/charts/FunnelChart.js
|
@@ -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(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|