Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Scatter Chart

I have a bubble scatter chart that works fine. So if I hover over one of the bubble I can see how many customer fit that corrdinate (IE a plot of x = 2, y = 3). I want a scatter chart that in stead of showing a bubble I want it to show "5" (IE 5 customers have X =2 and y = 3)

How do I accomplish this?

Thanks,
Stephen

3 Replies
danielrozental
Master II
Master II

Stephen, you can use the bubble size to show an extra expression value (3rd expression).

Not applicable
Author

Looking, where/what are the properties I need to set? Can seem to make it work.

danielrozental
Master II
Master II

You would need 1 dimension and 3 expressions ie x, y, count(distinct client_id)