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: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -247,6 +247,10 @@ public class AAMoveOverEventMessageModel: NSObject {
247
247
}
248
248
```
249
249
250
+
Monitoring user click events can achieve a variety of custom functions. For example, you can implement **Double Charts Linkage** through user click event callbacks. The example effects are as follows
### Support for custom the style of chart `AATooltip` through `JavaScript` function
252
256
@@ -465,9 +469,7 @@ public var xAxisReversed: Bool? //Whether to reverse the axis so that th
465
469
publicvar yAxisReversed: Bool?//Whether to reverse the axis so that the highest number is closest to the origin. If the chart is inverted, the x axis is reversed by default. Defaults to false
466
470
publicvar crosshairs: Bool?//Enable or disable the crosshairs
467
471
publicvar polar: Bool?//When true, cartesian charts like line, spline, area and column are transformed into the polar coordinate system. Requires `AAHighchartsMore.js`. Defaults to false
468
-
publicvar marginLeft: Float?
469
-
publicvar marginRight: Float?
470
-
publicvar marginBottom: Float?
472
+
publicvar margin: [Float]?
471
473
publicvar dataLabelsEnabled: Bool?//Enable or disable the data labels. Defaults to false
472
474
publicvar dataLabelsFontColor: String?//The data labels font color
473
475
publicvar dataLabelsFontSize: Float?//The data labels font size
@@ -574,10 +576,10 @@ AAInfographics is available under the MIT license. See the [LICENSE](https://git
574
576
-[x] Support rendering the polar chart
575
577
-[x] Support rendering the step line chart
576
578
-[x] Support rendering the step area chart
577
-
-[] Support rendering the rectangular tree hierarchy diagrams
578
-
-[] Support rendering the circular progress bar chart
579
-
-[] Support adding clicked event callbacks for graphics
580
-
-[] Support graphics to refresh pure data in real time and scroll dynamically
579
+
-[x] Support rendering the rectangular tree hierarchy diagrams
580
+
-[x] Support rendering the circular progress bar chart
581
+
-[x] Support adding clicked event callbacks for graphics
582
+
-[x] Support graphics to refresh pure data in real time and scroll dynamically
581
583
-[ ] Support rendered graphics to generate image files
582
584
-[ ] Support generating image files saved to the system album
0 commit comments