Reducing Bar Width in Webi Reports - sap

Is there any way to reduce the bar width in a Column Chart?
Please guide me if this is possible.
Thanks
Niki

If you go to "Format" - Chart, then click on the Series tab, you can adjust the Gap width for Bar charts. Technically this adjusts the gap between the bars, but has the effect of adjusting the width of the bars as well.
Hope this works for you

Related

ngx chart resizing issue

Original screen,
Hi I am able to stretch the chart and increase the width but as soon as I hit button to shrink the width to original state; the chart is not resized .Its still using the expanded dimension
Above are screenshots of overlapping charts.
Anyone please help.

ngx-charts how to set the y-axis ticks width

I'm currently using the ngx-charts library to display some data.
One UX problem I found is, due to the length of the y-axis ticks change(f.e 1000 and 100000), the chart will flick before the redraw.
I'm wondering if there is a way to set the width of the ticks?
I've tried to add space to the ticks ( ), but it will display as 1000on the chart.
Anyone knows how to solve it?
UPDATE:
Click on the change button to see the flickering on y-axis.
https://stackblitz.com/edit/ngx-charts-flickering-problem?embed=1&file=app/app.component.ts

How may I create the area bar like the below Image in Photoshop?

How may I create the Area Bar like the below Image Bar on the Top and Bottom too for Area? I search a lot but didn't find it that how may I make it?
You can use rectangular marquee tool and fill the desired color.
Marquee tool have add and subtract option too by which you can make different shapes also according to your image.

Core Plot: How to put data label always on top of a bar

I have created a bar chart using Core Plot (1.1) and would like to plot all data labels above their bars.
Problem: There is no data label shown for the bar with the negative value.
Question: How can I plot the data label plotted for the negative bar on top of the bar?
Thank you!
I don't think there is an easy way to do this. You could suppress the labels for the negative bars and draw them yourself using plot space annotations.

Issue relate to sencha touch bar charts

I am very new to sencha touch. Working with sencha touch to develop bar charts. I am an issue regarding the bar width of the chart. As the number of bars get increased the bar width gets decreased. But the thing is it should not happen like that. The bar width must be fixed even if the bars get increased also. I will apply scroll bar to see the reamining bars plotted on the graph. Scroll bar is not issue. But how do I fix the bar width of the bar chart. Could anyone share the solution for this issue ASAP.
Thank in advance.
http://www.java2s.com/Open-Source/Ja...ies/Bar.js.htm
http://docs.sencha.com/touch-charts/1-0/source/Bar.html
http://docs.sencha.com/touch-charts/...art.series.Bar
To change the width of the bar, add the following to your series definition:
e.g.
series: [{
xField: 'comedy',
displayName: 'Comedy',
style: {color:0x6238A7, size:8}
}]
see if u can get anything from this
bar chart widht is depend on height of your chart's counteiner so you have to set height of counteiner by calculating with number of bar in your chart.
and set calucalted value to counteiner by using setHeight() method