Forum Discussion
Lovebo01
6 years agoHelper I
Scatter chart X-axis with text value
Hi everyone, I am trying to use a scatter chart and have some numerical value on Y-axis and text value on X-axis, but when I am trying to do this, I have this error message : "Your x- and y-axis ...
negi007
6 years agoCommunity Champion
Lovebo01 To create scatter plot, one of the axis has to be a calculated field/numeric field. Can you please share your data and what you wish to see on the scatter plot.
Lovebo01
6 years agoHelper I
Hi,
Thank you all for your responses,
Here a set of data :
| size | color | sales |
| 1 | red | 30 |
| 2 | blue | 5 |
| 3 | red | 25 |
| 4 | blue | 12 |
And the graphic that I want to do :
The size of the bubble depends on the value "sales".
fhill I tried to apply your solution with the line chart but with 2 axis I don't know if it's possible, the size of the marker can depends on another value ?
Thank you,
Lovebo