Skip to content

Commit 2d427c3

Browse files
committed
feat(cubejs-client-core): modify cubejs-client-core doc
1 parent aa7d6db commit 2d427c3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/pages/reference/frontend/cubejs-client-core.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,8 @@ resultSet.tablePivot({
838838
Name | Type | Description |
839839
------ | ------ | ------ |
840840
aliasSeries? | string[] | Give each series a prefix alias. Should have one entry for each query:measure. See [chartPivot](#result-set-chart-pivot) |
841-
fillMissingDates? | boolean | null | **`true` by default.** If set to `true`, missing dates on the time dimensions will be filled with `0` for all measures. Note: setting this option to `true` will override any `order` applied to the query. |
841+
fillMissingDates? | boolean | null | **`true` by default.** If set to `true`, missing dates on the time dimensions will be filled with `fillWithValue` or `0` by default for all measures. Note: setting this option to `true` will override any `order` applied to the query. |
842+
fillWithValue? | string | null | Value to autofill all the missing date's measure. |
842843
x? | string[] | Dimensions to put on **x** or **rows** axis. |
843844
y? | string[] | Dimensions to put on **y** or **columns** axis. |
844845

@@ -1055,4 +1056,4 @@ values? | never |
10551056
[link-mdn-max-safe-integer]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER
10561057

10571058
[ref-query-format]: /product/apis-integrations/rest-api/query-format
1058-
[ref-security]: /product/auth
1059+
[ref-security]: /product/auth

0 commit comments

Comments
 (0)