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. Figure 1: Chart with hidden primary Y axis JS Playground sample link: Axis hiding |
This page will automatically be redirected to the sign-in page in 10 seconds.