refactor: remove window assignment
This commit is contained in:
parent
f32cf4bde7
commit
2c35a2f35b
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user