0
我試圖在React Native中僅使用CSS創建「半環」圖表。下面的圖表是我正在嘗試重新創建的內容,但這些細分市場很難實現。使用CSS在React Native中創建自定義圖表
使用此代碼:
customChart: {
width: 200,
height: 100,
borderTopLeftRadius: 100,
borderTopRightRadius: 100,
borderWidth: 50,
borderStyle: 'solid',
borderColor: '#eee',
borderBottomWidth: 0,
overflow: 'hidden'
},
我似乎無法得到段工作。任何想法或建議將不勝感激。