c3
c3 copied to clipboard
Add API for showing and hidding axis. Fixes #1520
Add new API for showing and hidding x and y axis
chart.axis.isXShown(); // will return true, if x axis is visible, false otherwise
chart.axis.isYShown(); // will return true, if y axus is visible, false otherwise
chart.axis.isXShown(true) // will make x axis visible
chart.axis.isXShown(false); // will make x axis hidden
chart.axis.isYShown(true) // will make y axis visible
chart.axis.isYShown(false); // will make y axis hidden
Current coverage is 63.85%
@@ dev #1760 diff @@
==========================================
Files 1 1
Lines 4424 4438 +14
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 2820 2834 +14
Misses 1604 1604
Partials 0 0
Powered by Codecov. Last updated by f7f99e0...f0971db
love it!🌹