No description
Find a file
2025-10-07 13:02:06 +02:00
.github update release script 2025-10-04 17:01:34 +02:00
automation update stuff 2025-10-02 21:08:03 +02:00
exampleData labels and colors 2025-10-04 14:01:28 +02:00
exampleVault cleanup and clicking 2025-10-07 13:02:06 +02:00
images update readme 2025-10-04 16:52:25 +02:00
packages/obsidian/src cleanup and clicking 2025-10-07 13:02:06 +02:00
tests Initial commit 2025-10-02 11:10:56 +02:00
.editorconfig Initial commit 2025-10-02 11:10:56 +02:00
.gitignore update build stuff 2025-10-04 14:10:10 +02:00
.npmrc Initial commit 2025-10-02 11:10:56 +02:00
.prettierignore update build stuff 2025-10-04 14:10:10 +02:00
.prettierrc.json Initial commit 2025-10-02 11:10:56 +02:00
bun.lock grouping; multiple plots; and more 2025-10-05 16:44:48 +02:00
bunfig.toml Initial commit 2025-10-02 11:10:56 +02:00
eslint.config.mjs update build stuff 2025-10-04 14:10:10 +02:00
LICENSE initial version 2025-10-02 14:51:00 +02:00
manifest-beta.json [auto] bump version to 0.0.5 2025-10-05 16:45:12 +02:00
manifest.json [auto] bump version to 0.0.5 2025-10-05 16:45:12 +02:00
meta.txt Initial commit 2025-10-02 11:10:56 +02:00
package.json [auto] bump version to 0.0.5 2025-10-05 16:45:12 +02:00
README.md [auto] run release preconditions 2025-10-04 16:53:38 +02:00
tsconfig.json Initial commit 2025-10-02 11:10:56 +02:00
versions.json [auto] bump version to 0.0.5 2025-10-05 16:45:12 +02:00
vite.config.ts update build stuff 2025-10-04 14:10:10 +02:00

Bases Charts

This plugin for Obsidian adds three new bases views: Scatter Charts, Line Charts, and Bar Charts.

Usage

First you need a Base, 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 are supported. On the Y axis the plugin only supports Number. Data points can be grouped into multiple colors via a Group by sort.

Scatter Charts

scatter_chart_example

Line Charts

line_chart_example

Bar Charts

bar_chart_example

Installation

Currently only via BRAT.

License

GPL-3.0

Contributions

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.