somonus / react-native-echarts

Echarts for react-native. The react-naitve chart.
MIT License
722 stars 309 forks source link

饼图使用formatter设置图片无反应问题 #112

Open xiehaol opened 6 years ago

xiehaol commented 6 years ago

label:{ normal:{

                                formatter:
                                [
                                    '{b}',
                                    '{Broadband|}',
                                ].join('\n'),
                                rich:{
                                    Broadband:{
                                        height:20,
                                        align: 'left',
                                        backgroundColor: {
                                            image: '/images/360_product_broadband@3x.png'
                                        }
                                    }
                                }
                            } 
                        }
xiehaol commented 6 years ago

是图片路径问题还是代码问题啊。。

CarisL commented 6 years ago

你的 [ '{b}', '{Broadband|}', ].join('\n'),可以起作用吗

jaryWu commented 5 years ago

toJSONString 方法过滤掉/了