We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bfa60f commit fdea626Copy full SHA for fdea626
1 file changed
docs/InputParameters.md
@@ -37,6 +37,7 @@ These key-value pairs are placed under the root of the code block.
37
| `ignoreAttachedValue` | Use `constValue` even if the target has a value attached on (true\|false) | 1~NT | false |
38
| `ignoreZeroValue` | Treat zero value as missing (true\|false) | 1~NT | false |
39
| `accum` | Accumulatively sum the values over time (true\|false) | 1~NT | false |
40
+| `stack` | Support stacked charts (true\|false) | 1 | false |
41
| `penalty` | Value to use if the search target is missing on the day | 1~NT | |
42
| `valueShift` | Amount to shift for each collected value | 1~NT | 0 |
43
| `shiftOnlyValueLargerThan` | Do `valueShift` only if the value is larger then the specifed one | 1~NT | null |
0 commit comments