frappe / charts

Simple, responsive, modern SVG Charts with zero dependencies
https://frappe.io/charts
MIT License
14.94k stars 718 forks source link

How to place Y axis on the right side? #170

Closed limonte closed 6 years ago

limonte commented 6 years ago

Is it possible to achieve something like this:

image

limonte commented 6 years ago

Any response?

travisNeel commented 6 years ago

I am by no means an expert, but I was able to achieve these results in the make_y_axis() function by passing true to get_y_axis_line_props(). Hope this helps.