We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Essential JS2

Syncfusion jQuery based widgets are no longer in active development. Switch to our pure JavaScript based next generation Essential JS 2 library.

Syncfusion Feedback

How to hide an axis in Chart?

Platform: jQuery |
Control: ejChart

You can customize the visibility of Chart axis by using the visible property of axis. This property takes a boolean value as either ‘true’ or ‘false’. When an axis is hidden, axis labels and axis ticks are not visible but axis line is visible. The axisLine property in axis contains options to customize the visibility, color, dash style and opacity of the axis line. This is illustrated in the following code example.

JS

$("#container").ejChart({
    primaryYAxis: {
        visible:false
    }
});

The following screenshot displays the Chart with hidden primary Y axis. Note that the axis line is still visible after disabling the visibility of primary Y axis.

Hiding an axis in Chart

Figure 1: Chart with hidden primary Y axis

JS Playground sample link: Axis hiding

ADD COMMENT
You must log in to leave a comment

Please sign in to access our KB

This page will automatically be redirected to the sign-in page in 10 seconds.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile