pissang commented on issue #13259:
URL: 
https://github.com/apache/incubator-echarts/issues/13259#issuecomment-696596668


   Not sure how you did it. I tried it and it works
   
   ```js
   option = {
       "tooltip": {
           "trigger": "item"
       },
       "legend": {
           "data": [
               "详情页uv",
               "yyy",
               "哈哈哈哈",
               "订单uv",
               "商品发布24小时之内成交的商品数"
           ],
           "type": "scroll"
       },
       "series": [{
               "name": "其他分类",
               "type": "funnel",
               "width": "45%",
               "left": "0%",
               "sort": "none",
               "label": {
                   "position": "inside"
               },
               "data": [{
                       "name": "详情页uv",
                       "value": "193661",
                       "transformRatio": "99.14%"
                   },
                   {
                       "name": "yyy",
                       "value": "191990",
                       "transformRatio": "2.98%"
                   },
                   {
                       "name": "哈哈哈哈",
                       "value": "5730",
                       "transformRatio": "70.84%"
                   },
                   {
                       "name": "订单uv",
                       "value": "4059",
                       "transformRatio": "41.17%"
                   },
                   {
                       "name": "商品发布24小时之内成交的商品数",
                       "value": "1671",
                       "transformRatio": "0%"
                   }
               ]
           },
           {
               "name": "手机",
               "type": "funnel",
               "width": "45%",
               "left": "50%",
               "sort": "none",
               "label": {
                   "position": "inside"
               },
               "data": [{
                       "name": "详情页uv",
                       "value": "602805",
                       "transformRatio": "98.37%"
                   },
                   {
                       "name": "yyy",
                       "value": "592960",
                       "transformRatio": "6.97%"
                   },
                   {
                       "name": "哈哈哈哈",
                       "value": "41351",
                       "transformRatio": "76.19%"
                   },
                   {
                       "name": "订单uv",
                       "value": "31506",
                       "transformRatio": "31.25%"
                   },
                   {
                       "name": "商品发布24小时之内成交的商品数",
                       "value": "9845",
                       "transformRatio": "0%"
                   }
               ]
           }
       ],
       "title": [{
               "text": "其他分类",
               "top": "bottom",
                   textAlign: 'center',
               "textStyle": {
                   "fontFamily": "sans-serif",
                   "fontSize": "18"
               },
               "left": "22.5%"
           },
           {
               "text": "手机",
               "top": "bottom",
                   textAlign: 'center',
               "textStyle": {
                   "fontFamily": "sans-serif",
                   "fontSize": "18"
               },
               "left": "72.5%"
           }
       ]
   }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to