c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.34k stars 1.39k forks source link

move axis x from bottom to top without using onrendered #2752

Open hoangduytn1703 opened 4 years ago

hoangduytn1703 commented 4 years ago

I made the x-axis (inherently below) to fit the design by onrendered, but the problem was that when clicking on the legend, it had the phenomenon that the x-axis had to reload (dropped down). below for 0.5s), is there a way to make it permanently above the chart?

hoangduytn1703 commented 4 years ago

@masayuki0812 Do you have a solution?