mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fixed param order (#15518)
This commit is contained in:
parent
cd9af07533
commit
06ebbf4ac7
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ import { VisFactoryProvider } from 'ui/vis/vis_factory';
|
|||
import { VisTypesRegistryProvider } from 'ui/registry/vis_types';
|
||||
|
||||
class MyVisualization {
|
||||
constructor(vis, el) {
|
||||
constructor(el, vis) {
|
||||
this.el = el;
|
||||
this.vis = vis;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue