2

When removing all values from legend, the y-axis is hidden, but the name isn't, how can I hide it as well?

Or maybe stop the x-axis from expanding could help, since the axis label is truncating.

enter image description here

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90
laila
  • 379
  • 1
  • 3
  • 10

1 Answers1

1

Their is no option to hide the name of an axis.

Instead set the xAxis.name and/or yAxis.name to a null value, or unset the property.

gagarine
  • 4,190
  • 2
  • 30
  • 39