Forum Discussion
zantarel
7 months agoHelper I
Auto create new visuals based on data source?
Hi all So I think I know the answer but thought I'd double check it with you smart people - basically I have an LMS system with 10 modules in it. I need a pie chart showing the % of people who ha...
- 7 months ago
Hi zantarel ,
In some visualizations you have the option to generate small multiples, so you can have that option wihout big problems, however the pie chart is not one of those visuals.
Based on the new card visualization you can generate an SVG measure and then place the titles on the Categories.
cengizhanarslan
7 months agoSuper User
You can get the same management-friendly outcome dynamically with one visual (or a small set) that expands as new modules are added by simply using 100% Stacked bar/column chart.
Axis: Module
Values: Completed and Not Completed (or just completion %)
Turn on data labels, sort by % complete
This gives a “per-module completion” view that scales to any number of modules and is usually easier to compare than 10 pies.