Quantcast
Channel: SCN : All Content - SAP BusinessObjects Design Studio
Viewing all articles
Browse latest Browse all 4216

Rotate Data labels in Column chart

$
0
0

Hi everyone,

 

 

Our issue is that we have this graph

rotate0.PNG

We are currently trying to rotate datalabels vertically.

 

I have applied the current css:

 

g.v-m-datalabel g.v-datalabel

{

-webkit-transform: rotate(-90deg);

-webkit-transform-origin: center;

}

 

(the syntax is for google chrome as for some reason it doesn't display the changes within DS if I use

 

.v-m-datalabel .v-datalabel

{

transform: rotate(-90deg);

transform-origin: center;

}

 

 

However we get the following result

rotate1.PNG

 

It rotates all labels as a whole by 90 degrees.

 

Isn't there a way to just rotate the display value?


Viewing all articles
Browse latest Browse all 4216

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>