Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display bar chart or line chart with different thick depends on data?

How to display bar chart or line chart with different thick depends on data?

if data 1 = 10

data 2 = 5

Bar data 1 is thicker than bar data 2.

Sample.png

May be someone ever do it in Qlikview. Thanks

Danny

11 Replies
whiteline
Master II
Master II

Why not to use Mekko Chart ?

Anonymous
Not applicable
Author

Danny,

For the line chart - see attribute expression "Line Style".  You can control it conditionaly.

Regards,

Michael

Not applicable
Author

May be someone else can give me problem solving. Thanks

Anonymous
Not applicable
Author

Unfortunately the "Line Style" only works on Line Combo and Radar charts. As mentioned previously you could

achieve something like what you want with mekko chart (see attached image). Otherwise you will probably have to look into extension objects for this.

whiteline
Master II
Master II

To solve your problem you have to abandon the use of bar charts.

Not applicable
Author

May be someone know how to configure the thickness of bar chart? Not in Mekko Chart.

Thanks.

whiteline
Master II
Master II

I think nobody knows that, it seems it's just not implemented in bar chart.

Anonymous
Not applicable
Author

As Whiteline says it is not possible for barcharts. To achieve this you would have to create this type of chart as an extension object. Maybe someone already has? I suggest looking into extension objects if you really need this function. To use extension objects you need to be running the fullbrowser client (Ajax), (just in case this is an issue for you).

Not applicable
Author

I have add code on Line chart, expecially on line style. This is code :

='<w2.5>'

But can i use this code on Bar Chart? Can someone help me please? Thanks