krispo / ng2-nvd3

Angular2 component for nvd3
http://krispo.github.io/ng2-nvd3/
MIT License
328 stars 104 forks source link

Move yAxis for multiBarHorizontalChart above graph #91

Open SOSharkie opened 7 years ago

SOSharkie commented 7 years ago

I want to have the yAxis, basically the axis labels and the zero line to be above the graph. Is there any way to do this in my component.ts file without modifying the multiBarHorizontalChart source code? I've done yAxis: { orient: 'top' }, but this only moves the labels above the zero line, it doesn't actually translate the entire axis above the graph.