Forum Discussion
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=0And then drop the measure in to the middle of values.
Best Regards,
LinkIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
3 Replies
- amitchandak
Super User
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
- Markzolotoy
Impactful Individual
Can yuo help me to find this padding?
- v-xulin-mstf
Community Support
Hi Markzolotoy,
You can create a measure as:
measure=0And then drop the measure in to the middle of values.
Best Regards,
LinkIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.