on ‎2015 Jul 01 9:33 AM
Hi All,
I want to fix the bar width of i5 bar chart in sap MII 14.0 SP4. Is it possible?
please help on this issue.
Regards
Venkat
Request clarification before answering.
Hi Venkata,
I don't think there is any direct property to change the width of a bar in bar i5chart. But, you can achieve it using CSS.
Please add the following piece of code in your style sheet -
rect.v-datapoint.v-morphable-datapoint{
width:15px !important;
}
Before Applying CSS -
After Applying CSS -
Regards,
Sai Vellanki.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.