Forum Discussion
dejudicibus
Mar 02, 2020Copper Contributor
Creating series for bubble chart from a table column
Let us suppose that I have to create a bubble chart from the following data:
| Label | X | Y | Size | Series |
| ASD | 23 | 345 | 5 | Red |
| FRT | 45 | 234 | 6 | Red |
| HYT | 32 | 567 | 8 | Blue |
| GFR | 46 | 826 | 3 | Green |
| GFD | 78 | 384 | 4 | Green |
| IUJ | 23 | 235 | 9 | Blue |
| NHY | 12 | 247 | 1 | Blue |
| OUT | 79 | 996 | 2 | Red |
The first column is for labeling data. Data for X and Y axes are taken from second and third column. The fourth column is used to size the bubbles. If I use just the first four columns, no problem. Quite easy to do. But now suppose that I wish to use series of data, that is, I wish to color bubbles by using three different colors. I have, in fact, a fifth column that tells me to which group/series a record belong to.
I cannot find a way to do it. Any hint? Just consider that I have a big table and that records change because are real data taken from an external source, so manually splitting the table is NOT a solution. I need some automatic approach.
1 Reply
- FabioO365GoDBrass Contributor