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
@@ -45,6 +48,12 @@ you can set the options easily as data attributes for Example: data-dimension="2
45
48
* bgcolor / is the background color of the cicle / default is #eee
46
49
* fill / is the background color of the whole circle (can be empty if you dont want to set a background to the whole circle)
47
50
* type / full or half circle for example data-type="half" if not set the circle will be a full circle / default full circle
51
+
* total / If you want to display the percentage of a value for example you have 750MB Ram and at the moment are 350MB in use. You need to set data-total="750" and data-part="350" and the circle will show the percentage value 36,85%
52
+
* part
53
+
* border / Will change the styling of the circle. The line for showing the percentage value will be displayed inline or outline.
54
+
* icon / Fontawesome icon class without the fa- before the class for example not fa-plus just plus
55
+
* icon-size / Will set the font size of the icon.
56
+
* icon-color / Will set the font color of the icon.
0 commit comments