Bases Chart Layouts

by Nikita Gaziev
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Adds new layouts to bases: Bar Chart, Line Chart, and Pie Chart.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Obsidian Bases Chart Layouts

This plugin adds new layouts to bases: Bar Chart, Line Chart, and Pie Chart.

Usage Guide

Prerequisites

Setting Up a Chart View

  1. Create a new view within your Base and select one of the available chart layouts (Bar Chart, Line Chart, or Pie Chart).

  2. Open the View Settings to configure the axes:

    1. X-Axis: Select the property you want to use.
    2. Y-Axis: Click the native Properties menu in the top-right corner of the Base to select the target data.

Screenshots

Bar Chart

Bases Bar Chart Layout screenshot

Line Chart

Bases Line Chart Layout screenshot

Pie Chart

Bases Pie Chart Layout screenshot

Localization

The plugin automatically adapts to your selected Obsidian interface language.

Currently supported languages:

  • English (en)
  • Russian (ru)

Adding Your Language

We welcome translations! You can contribute your language by opening a Pull Request. Take a look at the existing translation files in the src/i18n/locales directory as a reference.

Contributing

Contributions are welcome! This project uses Deno for tooling and development.

Commands

Build the plugin for production:

deno build

Start the development watcher to automatically rebuild on changes:

deno watch

Code Quality & Styling

Before submitting a Pull Request, please ensure your code complies with the project's style guidelines:

Format the code:

deno fmt

Lint the code for potential errors:

deno lint

Type check:

deno check