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

Add suggestedMax option to PolarArea chart #40

Open pavelokun opened 2 years ago

pavelokun commented 2 years ago

Hello! It would be great if you can add this option. It's placed here: const options = { scales: { r: { suggestedMax: 10 } } }