Forum Discussion
MSMITH379
Oct 05, 2021Copper Contributor
Fix my Graph
I'm trying to work on a graph that I am trying to clean up and make more pleasing to the eye. I've tried using a primary and secondary axis. Any ideas? Below is a sample of the data. I'd like to get the count and the percentage on the same graph.
| Categories | Customer 1 | Customer 2 | Customer 3 | Customer 4 |
| HL | 45 | 100 | 99 | 175 |
| IL | 0 | 1 | 0 | 0 |
| LL | 0 | 1 | 0 | 0 |
| ML | 0 | 0 | 1 | 0 |
| Categories | Customer 1 | Customer 2 | Customer 3 | Customer 4 |
| HL | 100% | 98.50% | 99% | 100% |
| IL | 0% | 0.75% | 0% | 0% |
| LL | 0% | 0.75% | 0% | 0% |
| ML | 0% | 0% | 1% | 0% |