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
+18-1
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,8 @@ After you have initialized the component, use it everywhere you want in your app
74
74
dash="60 0.9"
75
75
animation="reverse 700 400"
76
76
:noData="false"
77
-
:loading="false"
77
+
:loading="false"
78
+
:loader="{ color: 'green' }"
78
79
fontColor="white"
79
80
:half="false"
80
81
:gap="10"
@@ -115,6 +116,7 @@ This table below provides a quick overview over all available options. To gain m
115
116
|**[`legendFormatter`](#legendformatter)**[](#legendformatter)| Function | Function that returns formatted value ||
0 commit comments