Bases Chart Layouts

approved

by Nikita Gaziev

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

1 stars27 downloadsUpdated 4d agoMIT

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

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.