Hi experts,
i have a question about how to get the y-axis of a horizontal bar-diagram to the right instead of the left side.
What i have tried already is this command for a new css-class:
.mirror_y {
transform: matrix(-1, 0, 0, 1, 0, 0);
}
The problem is, that with this command the description of the diagram is getting mirrored as well, which is something i don't want. I am using Design Studio Version 1.5.
Any ideas are highly appreciated!
Kind regards,
Tobias