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.
1 parent 841bde1 commit 47731bfCopy full SHA for 47731bf
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