[auto] run release preconditions

This commit is contained in:
Moritz Jung 2025-10-04 16:53:38 +02:00
parent 67317855e3
commit d69a891f8e

View file

@ -4,9 +4,9 @@ This plugin for Obsidian adds three new bases views: Scatter Charts, Line Charts
## Usage
First you need a [Base](https://help.obsidian.md/bases), then from there you can (with the plugin installed and enabled) create thee new bases views: Scatter Charts, Line Charts, and Bar Charts.
Next you need to select the properties or formulas used for the X and Y values. Currently the plugin only supports a 1-to-1 mapping of notes to data points.
On the X axis, [`Number`, `Date`, and `String`](https://help.obsidian.md/bases/functions) are supported. On the Y axis the plugin only supports [`Number`](https://help.obsidian.md/bases/functions).
First you need a [Base](https://help.obsidian.md/bases), then from there you can (with the plugin installed and enabled) create thee new bases views: Scatter Charts, Line Charts, and Bar Charts.
Next you need to select the properties or formulas used for the X and Y values. Currently the plugin only supports a 1-to-1 mapping of notes to data points.
On the X axis, [`Number`, `Date`, and `String`](https://help.obsidian.md/bases/functions) are supported. On the Y axis the plugin only supports [`Number`](https://help.obsidian.md/bases/functions).
Data points can be grouped into multiple colors via a `Group by` sort.
### Scatter Charts
@ -33,4 +33,4 @@ Currently only via BRAT.
Thank you for wanting to contribute to this project.
Contributions are always welcome. If you have an idea, feel free to open a feature request under the issue tab or even create a pull request.
Contributions are always welcome. If you have an idea, feel free to open a feature request under the issue tab or even create a pull request.