cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Stacked bar chart to show vertically

Former Member
0 Kudos
261

I want to show stacked bar chart vertically.

Requirement is

Mat1 - WIP Qty 14, Inv 20, Finished 22

Mat2 - WIP Qty 16, Inv 10, Finished 18

We want to display chart where Material will be displayed on Y-axis and diffrent Qty will be shown as one bar for each material stacked like stacked bar starting from left to right.

We did this using stacked bar but in that case the material will be displayed on X-axis and bar is showing from bottom to top. Is there any way we can rotate this chart by 90 degree?

Nilesh Modi

View Entire Topic
Former Member
0 Kudos

Hi Nilesh,

I know what you mean.

If you know your scale and intervals, you may be able to position HTML DIV tags in the right locations for one or both axes. You may need to dynamically change the content (label value) in these Divs. You would remove the axes labels from the xMII object.

This solution lacks design-time elegance but may suffice your project needs.

Cheers,

Jai.

Former Member
0 Kudos

Hi,

Don't think this will work out as we need to refresh page and your suggetion may need more coding. Is there any idea that we can do some setting on chart. Or may be we will select diffrent chart type/custom chart.