You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR removes Canvas docs that were duplicated to only keep the
version that is already embedded within the Canvas docs, for a better
UX.
Keeping the reference pages separated made no sense here.
Fixes: #2949
Copy file name to clipboardExpand all lines: explore-analyze/visualize/canvas/canvas-function-reference.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1308,7 +1308,7 @@ Interprets a `TinyMath` math expression using a `number` or `datatable` as *cont
1308
1308
1309
1309
| Argument | Type | Description |
1310
1310
| --- | --- | --- |
1311
-
|*Unnamed*<br>Alias: `expression`|`string`| An evaluated `TinyMath` expression. See [canvas-tinymath-functions.md](/reference/data-analysis/kibana/tinymath-functions.md). |
1311
+
|*Unnamed*<br>Alias: `expression`|`string`| An evaluated `TinyMath` expression. See [canvas-tinymath-functions.md](/explore-analyze/visualize/canvas/canvas-tinymath-functions.md). |
1312
1312
|`onError`|`string`| In case the `TinyMath` evaluation fails or returns NaN, the return value is specified by onError. When `'throw'`, it will throw an exception, terminating expression execution (default). |
1313
1313
1314
1314
**Returns:** Depends on your input and arguments
@@ -1323,7 +1323,7 @@ Adds a column by evaluating `TinyMath` on each row. This function is optimized f
1323
1323
| Argument | Type | Description |
1324
1324
| --- | --- | --- |
1325
1325
|*Unnamed***\***<br>Aliases: `column`, `name`|`string`| The name of the resulting column. Names are not required to be unique. |
1326
-
|*Unnamed*<br>Alias: `expression`|`string`| An evaluated `TinyMath` expression. See [canvas-tinymath-functions.md](/reference/data-analysis/kibana/tinymath-functions.md). |
1326
+
|*Unnamed*<br>Alias: `expression`|`string`| An evaluated `TinyMath` expression. See [canvas-tinymath-functions.md](/explore-analyze/visualize/canvas/canvas-tinymath-functions.md). |
1327
1327
|`castColumns` † |`string`| The column ids that are cast to numbers before the formula is applied. |
1328
1328
|`copyMetaFrom`|`string`, `null`| If set, the meta object from the specified column id is copied over to the specified target column. If the column doesn’t exist it silently fails.<br>Default: `null`|
1329
1329
|`id`**\***|`string`| id of the resulting column. Must be unique. |
@@ -1443,7 +1443,7 @@ Subdivides a `datatable` by the unique values of the specified columns, and pass
1443
1443
1444
1444
### `pointseries`[pointseries_fn]
1445
1445
1446
-
Turn a `datatable` into a point series model. Currently we differentiate measure from dimensions by looking for a `TinyMath` expression. See [canvas-tinymath-functions.md](/reference/data-analysis/kibana/tinymath-functions.md). If you enter a `TinyMath` expression in your argument, we treat that argument as a measure, otherwise it is a dimension. Dimensions are combined to create unique keys. Measures are then deduplicated by those keys using the specified `TinyMath` function
1446
+
Turn a `datatable` into a point series model. Currently we differentiate measure from dimensions by looking for a `TinyMath` expression. See [canvas-tinymath-functions.md](/explore-analyze/visualize/canvas/canvas-tinymath-functions.md). If you enter a `TinyMath` expression in your argument, we treat that argument as a measure, otherwise it is a dimension. Dimensions are combined to create unique keys. Measures are then deduplicated by those keys using the specified `TinyMath` function
0 commit comments