Hi all
I need to change the x position of a data label used in a BAR-Combination chart.
As you can see below, I need to re-position the data label of the circle value (85.00) and if I use F12 and I MANUALLY change the X value from -15.0195 into 10 the position of the label is afterwards correct.
F12 | |
F12 |
To achieve this goal I’m using the bellow CSS:
.DATA_LABEL_POSITION g.v-modules g.v-module g.v-markers.v-datashapesgroup g.v-m-datalabel g.v-datalabel text{
font-size:22px;
fill: #dc143c;
X:10;
}
As you can see if I add “font-size:22px;” + “fill: #dc143c; ” in the CSS the effect is:
Meaning that these 2xstatments are done correctly. However, in the chart the X value (“X:10;”) is NOT working – strangely.
How can I make the X position to change in CSS file?
I’ve also looked in scn In the below related posts:
http://scn.sap.com/thread/3504242
and
https://scn.sap.com/thread/3721342
http://scn.sap.com/thread/3506050
http://scn.sap.com/thread/3435935
https://scn.sap.com/thread/3771866
But without any success.
Can you please help me on some suggestions or ideas?
Best regards
Armando Santos




