mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
f64bcd75d7
commit
106423d1dc
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ import { all } from './all';
|
|||
import { any } from './any';
|
||||
import { asFn } from './as';
|
||||
import { axisConfig } from './axisConfig';
|
||||
import { clear } from './clear';
|
||||
import { compare } from './compare';
|
||||
import { containerStyle } from './containerStyle';
|
||||
import { context } from './context';
|
||||
|
@ -64,6 +65,7 @@ export const functions = [
|
|||
any,
|
||||
asFn,
|
||||
axisConfig,
|
||||
clear,
|
||||
columns,
|
||||
compare,
|
||||
containerStyle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue