mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
* [DOCS] Migrates Canvas function docs to Kibana docs * [DOCS] Add docs for TinyMath Canvas functions
16 lines
640 B
Text
16 lines
640 B
Text
[[canvas-function-reference]]
|
|
== Canvas function reference
|
|
|
|
beta[] Behind the scenes, Canvas is driven by a powerful expression language,
|
|
with dozens of functions and other capabilities, including table transforms,
|
|
type casting, and sub-expressions.
|
|
|
|
For the purpose of this documentation,
|
|
the Canvas functions are divided by the environment they run in:
|
|
|
|
* <<canvas-common-functions>> can run anywhere
|
|
* <<canvas-server-functions>> can only execute on the server
|
|
* <<canvas-client-functions>> must execute in a browser
|
|
|
|
The Canvas expression language also supports <<canvas-tinymath-functions>>, which
|
|
perform complex math calculations.
|