Forum Discussion

lg1551's avatar
lg1551
Resolver II
4 years ago
Solved

Scatter Plot With Line Connecting Plot Points to X-Axis

I have an X axis from 0 - 350. I am plotting where different categories fall on that axis based on their values.  What I am looking to do is have the plot points show the category label but I need a...
  • lg1551's avatar
    lg1551
    4 years ago

    With lots of googling and youtubing I was able to figure it out. Got exactly what I needed. 
    I used a basic bar chart and set the X axis to the max of my measure and the min to 0 and used the measure as the axis itself. On the Y axis I used the categories but of course they only did a count of 1. So I made a calculation group item that used the category name as the output string and placed that on the visual as a filter. Voila. Categories on top of each bar and each bar is plotted along the continuum.