;doc:bal: note an issue with the no-symbol commodity and hledger-bar

This commit is contained in:
Simon Michael 2023-08-22 08:45:13 +01:00
parent 115b639ec2
commit df9917be57

View File

@ -906,6 +906,11 @@ Examples:
"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
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.