An An

Results 545 comments of An An

有设计稿吗? 感觉看不太明白你具体是要什么效果.

> 现在我想在点击 PV1 Current 的时候,将右侧的 Y轴进行隐藏。 demo 中的双 Y轴图表, 现在默认就是这种效果吧.

> 1:自动追加最后一个新Y值 但是第一个值不被删除。 ```objc /// Add a new point to the data column after the chart has been rendered. /// The new point can be the last point, or it...

> 2:右滑可以查看历史的值,现在Demo删除了第一个Y值,也不能右滑。 官方提供的左右或上下滑动的功能是设置 `AAChart` 对象的 `scrollablePlotArea` 属性. `scrollablePlotArea` 的可配置内容如下 ```objc //Refer to online API document: https://api.highcharts.com/highcharts/chart.scrollablePlotArea @interface AAScrollablePlotArea : NSObject AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, minHeight) AAPropStatementAndPropSetFuncStatement(strong, AAScrollablePlotArea, NSNumber *, minWidth)...

> 2:右滑可以查看历史的值,现在Demo删除了第一个Y值,也不能右滑。 还有一种设置左右滑动的方法, 为 AAChartView 如下的这个方法: ```objc /// Update the X axis Extremes /// @param min X axis minimum /// @param max X axis maximum - (void)aa_updateXAxisExtremesWithMin:(NSUInteger)min max:(NSUInteger)max; ``` 但是这个方法实现的效果,...

Highcharts 对 3D 图表的支持有限, 应该是支持不了你图中的设计效果. 参考: * https://www.highcharts.com/demo#highcharts-demo-3d-charts

> 1、柱状图AAChartTypeColumn的X轴柱状怎么设置固定宽度及间隔? 参考: * https://github.com/AAChartModel/AAChartKit/issues/537

> 2、能否设置X轴有多少个及自动滑动 据我所知, Highcharts 应该没有这个功能.

这个问题无法解决, 参考: * https://github.com/AAChartModel/AAChartKit-Swift/issues/289

> 您好,我看安卓的demo默认就全部显示出来,这是什么原因呢? 这个估计是 WKWebView 上才有的 bug, 较早较低的 iOS 版本貌似没有这个问题, 好像是从 iOS 13 之后才有这个问题.