No description
Find a file
2026-04-16 09:54:01 -07:00
assets New Feature: Autocomplete! 2026-04-14 03:46:55 -07:00
helpers Added radar chart type 2026-04-16 09:54:01 -07:00
src Added radar chart type 2026-04-16 09:54:01 -07:00
workflows cleanup 2026-04-12 17:40:14 -07:00
.editorconfig cleanup 2026-04-12 17:40:14 -07:00
.gitignore cleanup 2026-04-12 17:40:14 -07:00
.npmrc cleanup 2026-04-12 17:40:14 -07:00
esbuild.config.mjs cleanup 2026-04-12 17:40:14 -07:00
eslint.config.mts cleanup 2026-04-12 17:40:14 -07:00
LICENSE Create LICENSE 2026-04-12 17:43:23 -07:00
manifest.json New Feature: Autocomplete! 2026-04-14 03:46:55 -07:00
package-lock.json Testing out autocomplete feature for obj. 2026-04-13 18:23:26 -07:00
package.json Testing out autocomplete feature for obj. 2026-04-13 18:23:26 -07:00
README.md Update README.md 2026-04-14 13:47:24 -07:00
styles.css Changed lineplot to datachart 2026-04-15 12:31:21 -07:00
tsconfig.json Testing out autocomplete feature for obj. 2026-04-13 18:23:26 -07:00
version-bump.mjs cleanup 2026-04-12 17:40:14 -07:00
versions.json New Feature: Autocomplete! 2026-04-14 03:46:55 -07:00

DataCharts Plugin

DataCharts is an Obsidian plugin for creating charts, plotting functions, and visualizing note data directly in markdown. Further documentation can be found at https://datacharts-docs.vercel.app/.

Line Plot Demo

Features

  • Currently supports line charts powered by Chart.js

  • Uses Mathjs for parsing and plotting mathematical equations.

  • Create plots with manually given data.

  • Create plots with data stored in normal markdown tables.

  • Customize datasets, plots, and canvas styling.

  • Zoom, Pan, Inspect plot values.

Installation

Install from Community Plugins once published or Manually place the plugin files in your vault's .obsidian/plugins/datacharts folder.

  • main.js
  • styles.css
  • manifest.json

Roadmap

  • Improve stability from user feedback.
  • Query vault data through Bases / Datacore.
  • Add bar, scatter, pie, and other chart types.
  • Expand equation parsing and custom math syntax.
  • Add functionality to save or export plot as images.

Issues

Found a bug or have an idea? Open a GitHub Issue.

Changelog

1.0.1

  • Added a simple autocomplete feature for properties.

![Autocomplete][assets/autocomplete.gif]

1.0.0

  • Initial release
  • Function plotting
  • Manual Datasets
  • Markdown Table Sources
  • Plot and Line customizations