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
@@ -21,13 +33,34 @@ Use Swift Package Manager in Xcode and add:
21
33
22
34
`https://github.com/AppPear/ChartView`
23
35
36
+
For `2.0.0`, depend on the `2.0.0` tag or from `2.0.0` up to next major.
37
+
24
38
## Migration
25
39
26
40
This is a major composable API release.
27
41
28
42
- Previous chain APIs like `.data`, `.rangeX`, `.rangeY`, `.setAxisXLabels`, `.setNumberOfHorizontalLines`, and line-specific setters were replaced by typed chart modifiers.
29
43
- Full old-to-new mapping: [MIGRATION.md](./MIGRATION.md)
0 commit comments