Forum Discussion

RyanThorsen's avatar
RyanThorsen
Frequent Visitor
2 years ago
Solved

Small Multiples chart

How can I get rid of blank values in a bar chart. I used small multiples and this is what I get

 

 

But I want this 

 

11 Replies

  • Not sure if the "independent y axis"  setting is available for your type of visual.

    Have you considered using a regular table or matrix visual and some SVG?

    Have some sample data?

  • RyanThorsen's avatar
    RyanThorsen
    Frequent Visitor

    A matric or table view wouldn't give me the bars though right? I need the bars. Here is some dummy data with the same set-up as my actual data. 

    TerritoryRegionScore
    A184
    A291
    A385
    A486
    A582
    A684
    A781
    A892
    B975
    B1083
    B1186
    B1284
    B1387
    B1480
    B1579
      • RyanThorsen's avatar
        RyanThorsen
        Frequent Visitor

        Thanks, that worked to get me the view, but last thing, can I adjust bar colors based on a column. Particularly the Region color in this dummy data?