From d69a891f8e00a6ef84070beac418421c49fef503 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Sat, 4 Oct 2025 16:53:38 +0200 Subject: [PATCH] [auto] run release preconditions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2d1cf2..2692fc9 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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.