...
|
...
|
@@ -29,6 +29,7 @@ const _processGraphData = (rawListData) => { |
|
|
textStyle: {
|
|
|
color: '#000',
|
|
|
fontSize: 18,
|
|
|
fontWeight: 400,
|
|
|
padding: [3, 2, 2, 5],
|
|
|
backgroundColor: {
|
|
|
image: '//cdn.yoho.cn/grade/yuefen@2x.png'
|
...
|
...
|
@@ -41,6 +42,7 @@ const _processGraphData = (rawListData) => { |
|
|
textStyle: {
|
|
|
color: '#fff',
|
|
|
fontSize: 14,
|
|
|
fontWeight: 400,
|
|
|
padding: [4, 0, 0, 0]
|
|
|
}
|
|
|
});
|
...
|
...
|
|