Horizontal bar logarithmic yaxsis
Bug report
Codepen
https://codesandbox.io/s/vue-basic-example-forked-sm25o?file=/src/components/Chart.component.vue
Explanation
- What is the behavior you expect? Expected horizontal axis to be logarithmic
- What is happening instead? Data is not shown, horizontal axis does not have logarithmic values
- What error message are you getting? Error: Multiple Y Axis for bars are not supported. Switch to column chart by setting plotOptions.bar.horizontal=false
I am getting the same issue for horizontal bar charts. Since data is on xaxis - we might need an option to make xaxis logarithmic - or that yaxis logarithmic should work..(since ideally we are passing data into y axis). Anycase, this is an issue and needs to be resolved. Please suggest a way to resolve this ?
This is what i get if i set logarithmic true for yaxis.
same issue for me