Nikita Gaziev1 downloadsAdds new layouts to bases: Bar Chart, Line Chart, and Pie Chart.
This plugin adds new layouts to bases: Bar Chart, Line Chart, and Pie Chart.
Create a new view within your Base and select one of the available chart layouts (Bar Chart, Line Chart, or Pie Chart).
Open the View Settings to configure the axes:
Properties menu in the top-right corner of
the Base to select the target data.The plugin automatically adapts to your selected Obsidian interface language.
Currently supported languages:
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.
Contributions are welcome! This project uses Deno for tooling and development.
Build the plugin for production:
deno build
Start the development watcher to automatically rebuild on changes:
deno watch
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