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

Stacked bar chart to show vertically

Former Member
0 Likes
270

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 Likes

Hi Nilesh,

One quick suggestion is to output the normal stacked bar chart as an image and use CSS or JavaScript to rotate the image.

If you need dynamic capabilities of the xMII applets, this approach would be inadequate.

Cheers,

Jai.

Former Member
0 Likes

Hi,

If we rotate using css and Javascript then labels on both axis also rotate which will not look good. It will look like rotated.

Nilesh