Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update InputParameters.md #187

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/InputParameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ These key-value pairs are placed under the root of the code block.
| `textValueMap` | A container key for multiple text-value mapping | | |
| `fixedScale` | Uniform scaling factor to the graph dimensions | 1 | 1.0 |
| `fitPanelWidth` | Auto-fit the width of the chart to the container | 1 | false |
| `margin` | Four margins (top|right|bottom|left) of the graph | 1~4 | 10 |
| `margin` | Four margins (top\|right\|bottom\|left) of the graph | 1~4 | 10 |
| `line` | A container key for parameters related to the line chart | | |
| `bar` | A container key for parameters related to the bar chart | | |
| `summary` | A container key for parameters related to the summary output | | |
Expand Down Expand Up @@ -108,7 +108,7 @@ These key-value pairs should be placed under the key `summary`.

| Key | Description | Number of Values | Default |
|:--------|:-------|:-----------:|:------|
| `template` | Text template (you may embed [expressions](https://github.com/pyrochlore/obsidian-tracker/blob/master/docs/Expressions.md) | 1 | '' |
| `template` | Text template (you may embed [expressions](https://github.com/pyrochlore/obsidian-tracker/blob/master/docs/Expressions.md)) | 1 | '' |
| `style` | CSS style applied to the rendered text block | 1 | '' |

### Parameters for a Bullet Chart
Expand Down