You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AAInfographics/AAChartCreator/AASeriesElement.swift
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -52,8 +52,9 @@
52
52
publicvarcolorByPoint:Bool? //When using automatic point colors pulled from the `options.colors` collection, this option determines whether the chart should receive one color per series or one color per point.
53
53
publicvarallowPointSelect:Bool? //Allow this series' points to be selected by clicking on the markers, bars or pie slices
54
54
publicvarzIndex:Int? //Define the visual z index of the series.
55
-
publicvarsize:Any? //The innder size for pie chart
56
-
publicvarinnerSize:String? //The innder size for pie chart
55
+
publicvarsize:Any? //The innder size for pie chart (String | Number)
56
+
publicvarinnerSize:Any? //The innder size for pie chart (String | Number)
57
+
publicvarminSize:Any? //The minimum size for a pie in response to auto margins, Only useful for pie, bubble, funnel, Pyramid (String | Number)
57
58
publicvarshadow:AAShadow?
58
59
publicvarzones:[AAZonesElement]?
59
60
publicvarzoneAxis:String? //Defines the Axis on which the zones are applied. defalut value:y.
0 commit comments