Home Forums Chart Support Completely hide y axis for rangeArea series chart Reply To: Completely hide y axis for rangeArea series chart

#35077

Volker Voß

You can prevent the chart to reserve space for the hidden axes by setting negative values to the axis margin as shown in this below code snippet

axisY: {
  margin: -5
 },

Also take a look at this updatedJSFiddle for complete code.

Hiding y-axis line in chart


Ranjitha R
Team CanvasJS