Shivam Mishra
5 anni fa
committed by
GitHub
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
-
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(); |
|
|
|
} |
|
|
|
|
|
|
|