;doc:bal: note an issue with the no-symbol commodity and hledger-bar
This commit is contained in:
parent
115b639ec2
commit
df9917be57
@ -906,6 +906,11 @@ Examples:
|
|||||||
"total","VHT","294.00"
|
"total","VHT","294.00"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Note: bare layout will sometimes display an extra row for the no-symbol commodity,
|
||||||
|
because of zero amounts (hledger treats zeroes as commodity-less, usually).
|
||||||
|
This can break `hledger-bar` confusingly (workaround: add a `cur:` query to exclude
|
||||||
|
the no-symbol row).
|
||||||
|
|
||||||
- Tidy layout produces normalised "tidy data", where every variable
|
- Tidy layout produces normalised "tidy data", where every variable
|
||||||
has its own column and each row represents a single data point.
|
has its own column and each row represents a single data point.
|
||||||
See <https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html> for more.
|
See <https://cran.r-project.org/web/packages/tidyr/vignettes/tidy-data.html> for more.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user