No description
Find a file
2025-12-17 21:35:39 +01:00
.github some more nitpicks 2025-10-09 13:17:27 +02:00
automation some more nitpicks 2025-10-09 13:17:27 +02:00
exampleData movie data; scatter lables; fix group by sorting; fix #4 2025-10-10 16:44:31 +02:00
exampleVault movie data; scatter lables; fix group by sorting; fix #4 2025-10-10 16:44:31 +02:00
images update readme 2025-10-04 16:52:25 +02:00
packages/obsidian/src adress new review bot 2025-12-16 13:39:00 +01: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 adress new review bot 2025-12-16 13:39:00 +01:00
bunfig.toml Initial commit 2025-10-02 11:10:56 +02:00
eslint.config.mjs add obsidian eslint plugin 2025-10-09 12:56:05 +02:00
LICENSE initial version 2025-10-02 14:51:00 +02:00
manifest-beta.json [auto] bump version to 0.0.11 2025-12-17 21:35:39 +01:00
manifest.json [auto] bump version to 0.0.11 2025-12-17 21:35:39 +01:00
meta.txt Initial commit 2025-10-02 11:10:56 +02:00
package.json [auto] bump version to 0.0.11 2025-12-17 21:35:39 +01:00
README.md Update README.md 2025-11-08 17:29:32 +01:00
svelte.config.js adress new review bot 2025-12-16 13:39:00 +01:00
tsconfig.json some more nitpicks 2025-10-09 13:17:27 +02:00
versions.json [auto] bump version to 0.0.11 2025-12-17 21:35:39 +01: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 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 are supported. Then you can select which properties to display on the Y Axis using the Base's Properties menu (top right). It is recommended that you disable the default activated file name. On the Y axis the plugin only supports values of type Number.

Grouping and Multiple Charts

The plugin supports grouping data points by color and spliting them into multiple charts.

The view settings (in the Base's view menu, top left) include a Multi chart mode dropdown. The avaiable options are Separate by group and Separate by property.

Separating by group will use a Group by sort (Base's Sort menu, top right) to arrange the notes into multiple charts. Here, every group gets it's own chart. Within one chart, data points are colored by their Y axis property.

Separating by property will display a separate chart for each selected Y axis property. Within a chart, data points are colored using a Group by sort (Base's Sort menu, top right).

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.