'scatter in react-google-charts doesn't show vAxis

I am struggling to use material design's scatter charts in reactjs, so as a sample to follow I used this code: https://codesandbox.io/s/github/RakanNimer/react-google-charts/tree/master/sandboxes/scatter/default?from-embed

but it doesn't show vAxis in the same way of non-material design components(https://www.react-google-charts.com/examples/scatter-chart)

Instead of vAxis , there is legends in the charts. How can I have both vAxis,hAxis while the chart type is 'Scatter' ?

Thanks



Sources

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

Source: Stack Overflow

Solution Source