react-native-echarts
react-native-echarts copied to clipboard
饼图使用formatter设置图片无反应问题
label:{ normal:{
formatter:
[
'{b}',
'{Broadband|}',
].join('\n'),
rich:{
Broadband:{
height:20,
align: 'left',
backgroundColor: {
image: '/images/[email protected]'
}
}
}
}
}
是图片路径问题还是代码问题啊。。
你的 [ '{b}', '{Broadband|}', ].join('\n'),可以起作用吗
toJSONString 方法过滤掉/了