phibr0 / obsidian-charts

Charts - Obsidian Plugin | Create editable, interactive and animated Charts in Obsidian via Chart.js
https://charts.phib.ro/
GNU Affero General Public License v3.0
592 stars 27 forks source link

Gantt/Timeline support #29

Closed selfire1 closed 2 years ago

selfire1 commented 2 years ago

Hi @phibr0 ! Thanks for the great plugin.

I'd love to see gantt/timeline support in Obsidian charts. I'm aware it's not currently supported in chartjs. Any chance still?

phibr0 commented 2 years ago

Obsidian can do gantt charts natively! https://mermaid-js.github.io/mermaid/#/gantt

selfire1 commented 2 years ago

Yes! What I just miss is the dataview integration. That doesn't work with mermaid but obsidian-charts supports it! 😁

phibr0 commented 2 years ago

This will most likely not be implemented, as only chart.js is used. I am currently working on better dataview integration (without the need of dataviewjs) though, and the workaround #31 is already added.