Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Is it possible to reduce bar chart space in Qlik sense?

Is it possible to reduce bar chart space in Qlik sense desktop or Qlik sense mashup?

We could create bar chart with Qlik sense bar chart object or create Qlik sense bar chart on the fly.

However, is it possible to change space among bar chart. For example, to reduce the space in the red circle in the attached Qlik sense bar chart image.

Thanks!

<qlik-visual appid="Helpdesk Management.qvf"

     type="barchart"

     options='{ "gridLine" : { "auto" : false , "spacing" : 0 } }'

     cols='["Case Owner Group","=Avg([Case Duration Time])"]' >

</qlik-visual>


bar chart.JPG

1 Solution

Accepted Solutions
ToniKautto
Employee
Employee

No, there is no such option in the native bar chart at the moment.

The rendering adapts to the object's presentation size. This means the rendering is a best effort to give the end user best possible presentation of the data. A clear distance between the bars enables most people to clearly distinguish the bars form each other and thereby interpret the data in a good way. If you would make the distance narrower, it could simple be too narrow on a small screen.

View solution in original post

1 Reply
ToniKautto
Employee
Employee

No, there is no such option in the native bar chart at the moment.

The rendering adapts to the object's presentation size. This means the rendering is a best effort to give the end user best possible presentation of the data. A clear distance between the bars enables most people to clearly distinguish the bars form each other and thereby interpret the data in a good way. If you would make the distance narrower, it could simple be too narrow on a small screen.