Shivam Mishra
пре 5 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
1 додато и
1 уклоњено
-
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(); |
|
|
|
} |
|
|
|
|
|
|
|