Perspective power chart x-axis vertical alignment wrong

ah you said powerchart in the title xd
the xy chart is made up differently, it is in theory possible with theme.css but i wouldnt really bother with trying that.

But if you really want to:
create a styleclass and paste this into backgroundimage: (or if you know themes.css i suppose you knwo what to do)
} .psc-Name > div > div:nth-child(2) > svg > g > g:nth-child(2) > g:nth-child(1) > g > g:nth-child(3) > g > g:nth-child(1) > g > g:nth-child(3) > g > g > g > g:nth-child(2){transform:translate(50px,0)}{

the ‘Name’ in .psc-Name should be your style path.
If it has ‘/’ in it use \ infront of them: like so .psc-Folder\/Name
ofc change the 50px to what you want

assing the class to the chart(last property)

image

1 Like