Skip to content

1.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 13:22
· 5 commits to main since this release

Fixes a chart bug: type=bar with more than one series drew every series at the same position, so the tallest column covered the rest and only a sliver showed at the baseline. Value labels piled on top of each other too.

bar and grouped-bar are now two names for the same chart — one series draws one column, n series draw n columns side by side. Both names stay valid.

Single-series bars are unchanged, byte for byte.

Requires Obsidian 1.13.0 or later.