supervons / react-native-echarts-pro

A React-Native charts based on Apache ECharts, support various charts and map.
https://supervons.github.io/react-native-echarts-pro-docs/
MIT License
216 stars 32 forks source link

请问一下,Y 轴的左边距可以根据 Y 轴的数值设置自适应吗? #120

Closed lucyanddarlin closed 7 months ago

lucyanddarlin commented 7 months ago

当我数值很大的时候,Y 轴直接超出了页面

"react-native-echarts-pro": "1.9.1",
"react": "17.0.2",
"react-native": "0.64.3",

1704424821351

supervons commented 7 months ago

可以使用 log 轴,即:

  yAxis: {
    type: "log"
  },