Plotly
by Dmitriy Shulha
Score: 24/100
favorite
share
Description
Category: Data Visualization

The Plotly plugin allows users to embed interactive Plotly charts into Obsidian notes for data visualization. It supports creating static charts with YAML or JSON payloads directly within markdown blocks using a plotly block. Advanced users can leverage the DataViewJS block for JavaScript-based charts, enabling dynamic visualizations and integration with note data through the DataView API. This plugin is ideal for users who want to visualize data effectively while working within the Obsidian environment, offering flexibility for both static and dynamic charting needs.

Stats
75
stars
7,615
downloads
4
forks
111
days
531
days
1,153
days
4
total PRs
0
open PRs
0
closed PRs
4
merged PRs
20
total issues
12
open issues
8
closed issues
0
commits
Latest Version
3 years ago
Changelog

Now user can create plot using DataViewJS block.
This approach supports all examples from plotly.com.

README file from