TemptationParadise opened a new issue #13259:
URL: https://github.com/apache/incubator-echarts/issues/13259


   ### What problem does this feature solve?
   multiple titles will be beautiful
   
   ### What does the proposed API look like?
   funnel chart option is down below right here:
   
   
   
![image](https://user-images.githubusercontent.com/21994378/92676673-a8062980-f354-11ea-8dfd-9d04ba9da1e2.png)
   
   
   funnel chart option is down below right here:
   
   
   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",
   "textStyle":{
   "fontFamily":"sans-serif",
   "fontSize":"18"
   },
   "left":"22.5%"
   },
   {
   "text":"手机",
   "top":"bottom",
   "textStyle":{
   "fontFamily":"sans-serif",
   "fontSize":"18"
   },
   "left":"72.5%"
   }
   ]
   };
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to