An An

Results 545 comments of An An

> 不太想在最大值、最小值的基础上再加减去解决显示问题。 大佬这种怎么解决啊? 参考: * https://stackoverflow.com/questions/64397169/highcharts-with-a-thick-line-at-0-values-the-line-is-half-hidden 此方法似乎也是通过轻微改变最大值和最小值, 才解决的问题.

You should not call the refresh method immediately after drawing the chart. Moreover, each of these three refresh methods has its own applicable scenario. Since the method comments in the...

You can find examples of data updates with dual-table interactivity in the demo, as shown in the figure: ![](https://raw.githubusercontent.com/AAChartModel/Gallery/master/AAChartKit/doubleChartsLinkage.gif)

Swift 版本的 **AAChartKit** 没有 `AAJSON` 相关的东西, 你说的是 OC 版本的 **AAChartKit** 吧?

如果你指的是 OC 版本的 AAChartKit 中的 `AAJsonConverter` 的话, 现阶段由于我没有为他单独创立一个文件, 确实需要导入 ```objc #import "AAChartView.h" ``` 才能使用 `AAJsonConverter` 对应的工具方法(看起来似乎确实有点文不对题, 不太直观), 后面有机会我在挑时间改一下吧

你目前的配置代码是什么样的?

> 另外示例说明怎么隐藏,就是最顶上的本月得分,上月得分 这个是图例 legend, 设置一下隐藏属性就可以了.

> 那蜘蛛网的线颜色跟粗细怎么设置,我没弄懂是x还是y轴。都设置了也不对 这个应该是 X 轴的网格线

你贴一下你的设计稿, 我来看看能不能一次性改成设计稿的样式

这个高度不是通过你的 `AAChartView` 的高度来固定的吗?