Skip to content

DataGlassBeautiful charts in Obsidian

Create 30+ interactive chart types from your data with simple YAML configuration

DataGlass

Quick Example

yaml
type: bar
data:
  file: data/sales.csv
x: product
y: revenue
color: category
title: Sales by Product

Learn More

SectionDescription
Getting StartedInstall and create your first chart
Chart GalleryBrowse all 30+ chart types with examples
Data SourcesConnect CSV, JSON, URLs, vault data
TransformationsFilter, aggregate, sort your data
RecipesReal-world examples you can copy
ReferenceQuick reference for all options

Released under the MIT License.