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

Add area option to line graph #16

Open jdanielmourao-zz opened 3 years ago

jdanielmourao-zz commented 3 years ago

Would be really nice to the able to input a low and high value, and get the corresponding area filled, on a line graph.

phibr0 commented 3 years ago

Did you look into the fill Modifier? https://github.com/phibr0/obsidian-charts#fill-modifier

jdanielmourao-zz commented 3 years ago

I have, but it fills down to value 0. Is there a way to set a limit besides 0, that being a line whose value I input?