mirror of
https://github.com/mprojectscode/obsidian-bases-charts-plugin.git
synced 2026-07-22 06:43:19 +00:00
[auto] run release preconditions
This commit is contained in:
parent
67317855e3
commit
d69a891f8e
1 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue