Forum Discussion
Visual with two text axes
I'm searching for a visual that can have two text axes.
Let's say I have a list of manufacturers, a list of cities and a number of products produced by each manufacturer in each city.
I wanted to use a scatter chart but it accepts only numeric values as axes.
Is there any other visual that can be useful in such case?
Thank you.
R is a bit complicated for me right now, so I've used matrix with conditional formatting -> background color scales.
3 Replies
- Greg_DecklerCommunity Champion
If you want something more visual than a Matrix, then you'll probably have to look at custom visuals in the store or R visuals.
- AnonymousNot applicable
Hi AnetaK,
I agree with smoupre's point of view, R view will be a choose.In addition, if you want to do some custom layout or shapes, you can also try to use Synoptic Panel visual.
Regards,
Xiaoxin Sheng
- AnetaKHelper V
Thank you.
R is a bit complicated for me right now, so I've used matrix with conditional formatting -> background color scales.