iOS 图表:显示禁用轴的网格
iOS Charts: Showing grid with axis disabled
我正在使用 charts 库,但我遇到了无法解决的问题。
我停用了我的 Y 轴和 X 轴,以便图表一直延伸到屏幕边距:
mainChartView.rightAxis.enabled = false
mainChartView.leftAxis.enabled = false
mainChartView.leftAxis.axisMaximum = 1.2
mainChartView.leftAxis.axisMinimum = 0
mainChartView.xAxis.enabled = false
不过我想画一个背景网格。这可能吗?
这是我当前的图表:
这就是我希望的样子:
提前致谢!
得到库开发者的反馈:
grid background is not supported yet. We are planning but it should be
a long time. Either you change the source code and maybe a PR for us,
or just wait.
我正在使用 charts 库,但我遇到了无法解决的问题。 我停用了我的 Y 轴和 X 轴,以便图表一直延伸到屏幕边距:
mainChartView.rightAxis.enabled = false
mainChartView.leftAxis.enabled = false
mainChartView.leftAxis.axisMaximum = 1.2
mainChartView.leftAxis.axisMinimum = 0
mainChartView.xAxis.enabled = false
不过我想画一个背景网格。这可能吗?
这是我当前的图表:
这就是我希望的样子:
提前致谢!
得到库开发者的反馈:
grid background is not supported yet. We are planning but it should be a long time. Either you change the source code and maybe a PR for us, or just wait.