Shivam Mishra
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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(); |
|
|
|
} |
|
|
|
|
|
|
|