【发布时间】:2020-10-24 08:05:08
【问题描述】:
既然已经谢谢你想知道是否有人知道如何减小 Graph Pie 的宽度,为了让它变得更薄,我尝试了 svg 中的一些属性,但没有任何人可以提供帮助
今天我有这个结果我想达到这个结果
当前
期待
当前组件
<View style={styles.areaGraphic}>
<PieChart style={{ height: '100%', top: 20 }} data={pieData} strokeWidth={0.2} />
<Text style={{
top: -50, left: 38, fontSize: 14, fontWeight: 'bold',
}}
>
{data.label.name}
</Text>
<Text style={{
top: -50, fontSize: 12, textAlign: 'center',
}}
>
{data.label.description}
</Text>
</View>
【问题讨论】:
标签: react-native react-native-svg react-native-svg-charts