For many charts I find that the axis label is redundant, since it is obvious from the data or the title what the chart is measuring.
I could not find a way to hide the axis label such that the chart properly resizes with the viewbox. For example, if I set the axis labels to transparent, there is a gap.
For many charts I find that the axis label is redundant, since it is obvious from the data or the title what the chart is measuring.
I could not find a way to hide the axis label such that the chart properly resizes with the viewbox. For example, if I set the axis labels to transparent, there is a gap.
Proposed solution, could be one of the following:
xAxisLabel: null
andyAxisLabel: null
showXAxis: false
andshowYAxis: false