Forum Discussion

Markzolotoy's avatar
Markzolotoy
Icon for Impactful Individual rankImpactful Individual
5 years ago
Solved

Series Bar chart with gaps

I am using a measure to add a gap between series in a bar chart. I have two questions. How can I make the gap as small as possible? And how can I remove that measure from the legend?

 

Thanks

  • Hi Markzolotoy,

     

    You can create a measure as:

    measure=0

    And then drop the measure in to the middle of values. 

     

    Best Regards,
    Link

     

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

3 Replies

  • Markzolotoy , The only option you have is padding, if that can help.

    measure you can not have on the legend , not sure what you mean by that

  • v-xulin-mstf's avatar
    v-xulin-mstf
    Icon for Community Support rankCommunity Support

    Hi Markzolotoy,

     

    You can create a measure as:

    measure=0

    And then drop the measure in to the middle of values. 

     

    Best Regards,
    Link

     

    If this post helps then please consider Accept it as the solution to help the other members find it more quickly.