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
610 stars 28 forks source link

Can the function of drawing scatter plots be added? #110

Open hehx001 opened 9 months ago

hehx001 commented 9 months ago

Describe the feature

Can the function of drawing scatter plots be added?

Does this fix a problem? If so, specify.

thanks

Did you consider other alternatives?

No response

Screenshots and recordings

No response

mkerpelman commented 8 months ago

+1

EliasMheart commented 3 months ago

Reading through the code, to see if I could spot the place where to add the log-functionality (out of curiosity, not a dev^^), I saw that there already is a type "scatter". It looks basically like line, but without the connecting lines, but maybe that is what you wanted?

(Referencing the file /src/chartRenderer.ts, line 190) Maybe that is just not added to the documentation, yet, but it seems to work with my few tests.