我尝试使用以下线形图更改曲线颜色和圆形颜色
<Modal
presentationStyle="overFullScreen"
transparent
visible={true}
>
<View style={{
flex: 1,
flexDirection: 'column',
justifyContent: 'center',
alignItems: 'center'
}}>
<View style={{
backgroundColor: "#fff",
width: 300,
height: 300,
}}>
<Text>MY TEXT </Text>
</View>
</View>
</Modal>
在MPAndroid图表中。
这是我设置图表的方式:
dataset.setColor()
dataset.setCircleColor()