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
| backgroundGradientFrom | string | Defines the first color in the linear gradient of a chart's background |
99
+
| backgroundGradientFromOpacity | Number | Defines the first color opacity in the linear gradient of a chart's background |
100
+
| backgroundGradientTo | string | Defines the second color in the linear gradient of a chart's background |
101
+
| backgroundGradientToOpacity | Number | Defines the second color opacity in the linear gradient of a chart's background |
102
+
| fillShadowGradientFrom | string | Defines the first color in the linear gradient of the area under data (can also be specified as `fillShadowGradient`) |
103
+
| fillShadowGradientFromOpacity | Number | Defines the first color opacity in the linear gradient of the area under data (can also be specified as `fillShadowGradientOpacity`) |
104
+
| fillShadowGradientFromOffset | Number | Defines the first color offset (0-1) in the linear gradient of the area under data |
105
+
| fillShadowGradientTo | string | Defines the second color in the linear gradient of the area under data |
106
+
| fillShadowGradientToOpacity | Number | Defines the second color opacity in the linear gradient of the area under data |
107
+
| fillShadowGradientToOffset | Number | Defines the second color offset (0-1) in the linear gradient of the area under data |
108
+
| useShadowColorFromDataset | Boolean | Defines the option to use color from dataset to each chart data. Default is false |
109
+
| color | function => string | Defines the base color function that is used to calculate colors of labels and sectors used in a chart |
110
+
| strokeWidth | Number | Defines the base stroke width in a chart |
111
+
| barPercentage | Number | Defines the percent (0-1) of the available width each bar width in a chart |
112
+
| barRadius | Number | Defines the radius of each bar |
113
+
| propsForBackgroundLines | props | Override styles of the background lines, refer to react-native-svg's Line documentation |
114
+
| propsForLabels | props | Override styles of the labels, refer to react-native-svg's Text documentation |
115
+
| propsForVerticalLabels | props | Override styles of vertical labels, refer to react-native-svg's Text documentation |
116
+
| propsForHorizontalLabels | props | Override styles of horizontal labels, refer to react-native-svg's Text documentation |
0 commit comments