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.
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.