I need to create a line chart in Domo with my existing dataset. I have the idea in excel pivot table but I need some help in getting the same in Domo line chart.
As an example, my pivot table is this data:
Count of ID | Column Labels | | | | |
---|
Row Labels | Plan A | Plan B | Plan C | blank | Grand Total |
good | 89 | 4 | 29 | 260 | 382 |
bad | 7 | 2 | 5 | 106 | 120 |
evil | 325 | 35 | 113 | 1632 | 2105 |
Grand Total | 421 | 41 | 147 | 1998 | 2607 |
I changed it to show value as % of column total
Count of ID | Column Labels | | | | |
---|
Row Labels | Plan A | Plan B | Plan C | blank | Grand Total |
good | 21% | 10% | 20% | 13% | 15% |
bad | 2% | 5% | 3% | 5% | 5% |
evil | 77% | 85% | 77% | 82% | 81% |
Grand Total | 100% | 100% | 100% | 100% | 100% |
How do I represent this in a line chart in Domo where x-axis is for good, bad, evil and y-axis is value as % of column total for Plan A, B, C and blank as shown above.
Thanks,
Gunjan