From bbc9f1d616b2cff2444cd2973fb750e43f054b35 Mon Sep 17 00:00:00 2001 From: Pch <77828085+I-Pch@users.noreply.github.com> Date: Sat, 8 Nov 2025 17:29:32 +0100 Subject: [PATCH] Update README.md Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b932d22..b6ec76d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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. +First you need a [Base](https://help.obsidian.md/bases), then from there you can (with the plugin installed and enabled) create three new bases views: Scatter Charts, Line Charts, and Bar Charts. Next you need to select the property or formula used for the X axis, in the view settings. On the X axis, [`Number`, `Date`, and `String`](https://help.obsidian.md/bases/functions) are supported. Then you can select which properties to display on the Y Axis using the Base's `Properties` menu (top right).