pyrochlore / obsidian-tracker

A plugin tracks occurrences and numbers in your notes
MIT License
1.36k stars 230 forks source link

Creating pie chart from calf_pain::<left_or_right>_side? #358

Open PaperOrb opened 6 months ago

PaperOrb commented 6 months ago

This is a question rather than a bug report.

I want to create a pie chart that takes 1 singular dataview field (the field will be calf_pain::left_side or calf_pain::right_side) as input. However, I can only get the pie chart to work if there's more than one dataview field (e.g., calf_pain_left::1 and calf_pain_right::1), and it only works if the dataview field contains an integer.

Is there no way to tally up the % of times calf pain occurred on the right leg versus left leg using just a singular dataview field?