Closed khm0651 closed 1 month ago
Hi! You can do it with axis position setting (axis settings):
plot {
// first way - in mapping configuration
points {
x(...)
y(...) {
axis.position = AxisPosition.OPPOSITE
}
}
// second way - free axis configuration
y.axis.position = AxisPosition.OPPOSITE
}
But I just looked, it's not working right now because of a bug #434. Will fix it soon.
@AndreiKingsley thank you so much
Fixed in 0.7.1.
i saw https://github.com/Kotlin/kandy/issues/306
but i cant find change yAxis position left or right in API doc i want change yAxis position left to right how can i do that??
like that python matplotlib yaxis.tick_right()