How to remove the axis scale value?



This content originally appeared on DEV Community and was authored by SimaQ

Title

How to remove axis scale values?

Description

How to remove the content in the red box?

Image description

Solution

You can configure the label.visible of the bottom axis to false to turn off the axis label.

Image description

Related Documents


This content originally appeared on DEV Community and was authored by SimaQ