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
568 stars 26 forks source link

Support for scatter type #28

Closed ramon86 closed 2 years ago

ramon86 commented 2 years ago

Would it be possible to support the scatter chart type? I see that's available in chart.js, so I hope it wouldn't be too much work.

phibr0 commented 2 years ago

You can create Scatter Charts via the Dataview API or by using advanced-chart Codeblocks. The default chart Codeblocks are just a abstraction of the Chart.js API, do you have any ideas on how to simplify the Scatter Chart Syntax?

ramon86 commented 2 years ago

Aaah I finally got it to work, thanks! There was some confusion on my end, but it looks like issue #30 messed things up for me. Reverting back to the previous build made the scanner chart work as expected with the hint you gave. Thanks!