'How to disable vertical and horizental lines of Scatter chart in ng2-charts?

How to disable vertical and horizental lines of Scatter chart in ng2-charts? I tried below code, but it doesn't work.

scatterChartOptions = {
      scaleShowVerticalLines: false,
      ...
}


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source