An An

Results 482 comments of An An

Update **AAChartKit-Swift** to the latest version `9.5.0`, and everything should work fine. Good luck.

Perhaps you did not assign a valid value to the categories property, or somewhere along the way this categories property value was overwritten. Please ensure that your final AAOptions JSON...

In the console, you can find the printed final JSON string content.

试试调整一下 `AAChartModel` 的 `margin` 值: ```swift public var margin: [Any?]? ```

或者试试调整一下 `AAChart` 的 `margin` 或者 `marginRight` 属性值: ```swift public var margin: [Any?]? //Margin between the outer edge of the chart and the drawing area. The numbers in the array represent...

或者试试调整一下 `AAChart` 的 `spacing` 或者 `spacingRight` 属性值: ```swift public var spacing: [Float]? //The distance between the outer edge of the chart and the content, like title or legend, or axis...

参考在线文档: * https://api.highcharts.com/highcharts/chart.marginRight * https://api.highcharts.com/highcharts/chart.spacingRight

我测试了一下, 发现似乎和这个: * https://github.com/AAChartModel/AAChartKit/issues/1571 是同一个问题.

参考此次提交的内容: * https://github.com/AAChartModel/AAChartKit-Swift/commit/bbdd661b7c7661c45d73df55d81d3c1247210229 为 `AASeriesElement` 配置 `clip` 属性为 `false` 即可.

更新 **AAInfographics** 至最新内容即可使用新增的 `clip` 属性. * #359