Skip to content

Commit fdea626

Browse files
committed
Update doc string for stacked bar chart
1 parent 2bfa60f commit fdea626

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/InputParameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ These key-value pairs are placed under the root of the code block.
3737
| `ignoreAttachedValue` | Use `constValue` even if the target has a value attached on (true\|false) | 1~NT | false |
3838
| `ignoreZeroValue` | Treat zero value as missing (true\|false) | 1~NT | false |
3939
| `accum` | Accumulatively sum the values over time (true\|false) | 1~NT | false |
40+
| `stack` | Support stacked charts (true\|false) | 1 | false |
4041
| `penalty` | Value to use if the search target is missing on the day | 1~NT | |
4142
| `valueShift` | Amount to shift for each collected value | 1~NT | 0 |
4243
| `shiftOnlyValueLargerThan` | Do `valueShift` only if the value is larger then the specifed one | 1~NT | null |

0 commit comments

Comments
 (0)