Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Can you tell me how to show bar chart with all bar have same distance. \Like shown in attached screen show.
In this screen you can see all bar are at different distence and year dimension is also not on proper bar location.
So how to set bar at equal distence and year data at proper bar location.
thanks,
Narender
Thats because you have used 2 dimensions in bar.
try concatenating Year & Development.
as a Calculated Dimension :
= Year & ' '& Development
Did you try with?
Bar Chart -> Properties -> Presentation -> Top Left -> Bar Settings?
Yes i have tried it but not successful.
You can try it with my attached file.
Thats because you have used 2 dimensions in bar.
try concatenating Year & Development.
as a Calculated Dimension :
= Year & ' '& Development