We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a1b55f + 47731bf commit a8b4101Copy full SHA for a8b4101
README.md
@@ -39,6 +39,14 @@ Adopts to dark mode automatically
39
40

41
42
+You can add your custom darkmode style by specifying:
43
+
44
+```swift
45
+let myCustomStyle = ChartStyle(...)
46
+let myCutsomDarkModeStyle = ChartStyle(...)
47
+myCustomStyle.darkModeStyle = myCutsomDarkModeStyle
48
+```
49
50
**Line chart is interactive, so you can drag across to reveal the data points**
51
52
You can add a line chart with the following code:
0 commit comments