In the table chart, each row will list all the column data. One use case is to merge/group the column cells into one combined cell for the same data/info so that it does not show repetitive data.
There is no such customization option in the table chart. Wonder if there is a way to transform the following example table chart/display.
from:
..........
abc | 123
..........
abc | 456
..........
abc | 789
..........
to:
..........
| 123
......
abc | 456
......
| 789
..........
New contributor
Zhiguo Chen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.