{"id":225201,"date":"2021-09-11T09:07:18","date_gmt":"2021-09-11T01:07:18","guid":{"rendered":"https:\/\/lrxjmw.cn\/?p=225201"},"modified":"2021-08-25T09:08:18","modified_gmt":"2021-08-25T01:08:18","slug":"echarts-pie-chart","status":"publish","type":"post","link":"https:\/\/lrxjmw.cn\/echarts-pie-chart.html","title":{"rendered":"ECharts \u997c\u56fe\u7ed8\u5236\u6559\u7a0b"},"content":{"rendered":"\n\n\n
\u5bfc\u8bfb<\/td>\nECharts \u662f\u4e00\u4e2a\u4f7f\u7528 JavaScript \u5b9e\u73b0\u7684\u5f00\u6e90\u53ef\u89c6\u5316\u5e93\uff0c\u6db5\u76d6\u5404\u884c\u4e1a\u56fe\u8868\uff0c\u6ee1\u8db3\u5404\u79cd\u9700\u6c42\u3002ECharts \u9075\u5faa Apache-2.0 \u5f00\u6e90\u534f\u8bae\uff0c\u514d\u8d39\u5546\u7528\u3002<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\"\"<\/p>\n

\u997c\u56fe\u4e3b\u8981\u662f\u901a\u8fc7\u6247\u5f62\u7684\u5f27\u5ea6\u8868\u73b0\u4e0d\u540c\u7c7b\u76ee\u7684\u6570\u636e\u5728\u603b\u548c\u4e2d\u7684\u5360\u6bd4\uff0c\u5b83\u7684\u6570\u636e\u683c\u5f0f\u6bd4\u67f1\u72b6\u56fe\u66f4\u7b80\u5355\uff0c\u53ea\u6709\u4e00\u7ef4\u7684\u6570\u503c\uff0c\u4e0d\u9700\u8981\u7ed9\u7c7b\u76ee\u3002\u56e0\u4e3a\u4e0d\u5728\u76f4\u89d2\u5750\u6807\u7cfb\u4e0a\uff0c\u6240\u4ee5\u4e5f\u4e0d\u9700\u8981 xAxis\uff0cyAxis\u3002<\/p>\n

\u5b9e\u4f8b<\/strong><\/p>\n

myChart.setOption({\r\n    series : [\r\n        {\r\n            name: '\u8bbf\u95ee\u6765\u6e90',\r\n            type: 'pie',    \/\/ \u8bbe\u7f6e\u56fe\u8868\u7c7b\u578b\u4e3a\u997c\u56fe\r\n            radius: '55%',  \/\/ \u997c\u56fe\u7684\u534a\u5f84\uff0c\u5916\u534a\u5f84\u4e3a\u53ef\u89c6\u533a\u5c3a\u5bf8\uff08\u5bb9\u5668\u9ad8\u5bbd\u4e2d\u8f83\u5c0f\u4e00\u9879\uff09\u7684 55% \u957f\u5ea6\u3002\r\n            data:[          \/\/ \u6570\u636e\u6570\u7ec4\uff0cname \u4e3a\u6570\u636e\u9879\u540d\u79f0\uff0cvalue \u4e3a\u6570\u636e\u9879\u503c\r\n                {value:235, name:'\u89c6\u9891\u5e7f\u544a'},\r\n                {value:274, name:'\u8054\u76df\u5e7f\u544a'},\r\n                {value:310, name:'\u90ae\u4ef6\u8425\u9500'},\r\n                {value:335, name:'\u76f4\u63a5\u8bbf\u95ee'},\r\n                {value:400, name:'\u641c\u7d22\u5f15\u64ce'}\r\n            ]\r\n        }\r\n    ]\r\n})<\/pre>\n

\u5c1d\u8bd5\u4e00\u4e0b \u00bb<\/a>
\n\u6211\u4eec\u4e5f\u53ef\u4ee5\u901a\u8fc7\u8bbe\u7f6e\u53c2\u6570 roseType: 'angle' \u628a\u997c\u56fe\u663e\u793a\u6210\u5357\u4e01\u683c\u5c14\u56fe\u3002<\/p>\n

\u5b9e\u4f8b<\/strong><\/p>\n

option = {\r\n    series : [\r\n        {\r\n            name: '\u8bbf\u95ee\u6765\u6e90',\r\n            type: 'pie',\r\n            radius: '55%',\r\n            roseType: 'angle',\r\n            data:[\r\n                {value:235, name:'\u89c6\u9891\u5e7f\u544a'},\r\n                {value:274, name:'\u8054\u76df\u5e7f\u544a'},\r\n                {value:310, name:'\u90ae\u4ef6\u8425\u9500'},\r\n                {value:335, name:'\u76f4\u63a5\u8bbf\u95ee'},\r\n                {value:400, name:'\u641c\u7d22\u5f15\u64ce'}\r\n            ]\r\n        }\r\n    ]\r\n};<\/pre>\n

\u5c1d\u8bd5\u4e00\u4e0b \u00bb<\/a><\/p>\n

\u9634\u5f71\u7684\u914d\u7f6e<\/strong><\/span><\/div>\n

itemStyle \u53c2\u6570\u53ef\u4ee5\u8bbe\u7f6e\u8bf8\u5982\u9634\u5f71\u3001\u900f\u660e\u5ea6\u3001\u989c\u8272\u3001\u8fb9\u6846\u989c\u8272\u3001\u8fb9\u6846\u5bbd\u5ea6\u7b49\uff1a<\/p>\n

\u5b9e\u4f8b<\/strong><\/p>\n

option = {\r\n    series : [\r\n        {\r\n            name: '\u8bbf\u95ee\u6765\u6e90',\r\n            type: 'pie',\r\n            radius: '55%',\r\n            data:[\r\n                {value:235, name:'\u89c6\u9891\u5e7f\u544a'},\r\n                {value:274, name:'\u8054\u76df\u5e7f\u544a'},\r\n                {value:310, name:'\u90ae\u4ef6\u8425\u9500'},\r\n                {value:335, name:'\u76f4\u63a5\u8bbf\u95ee'},\r\n                {value:400, name:'\u641c\u7d22\u5f15\u64ce'}\r\n            ],\r\n            roseType: 'angle',\r\n            itemStyle: {\r\n                normal: {\r\n                    shadowBlur: 200,\r\n                    shadowColor: 'rgba(0, 0, 0, 0.5)'\r\n                }\r\n            }\r\n        }\r\n    ]\r\n};<\/pre>\n

\u5c1d\u8bd5\u4e00\u4e0b \u00bb<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

\u997c\u56fe\u4e3b\u8981\u662f\u901a\u8fc7\u6247\u5f62\u7684\u5f27\u5ea6\u8868\u73b0\u4e0d\u540c\u7c7b\u76ee\u7684\u6570\u636e\u5728\u603b\u548c\u4e2d\u7684\u5360\u6bd4\uff0c\u5b83\u7684\u6570\u636e\u683c\u5f0f\u6bd4\u67f1\u72b6\u56fe\u66f4\u7b80\u5355\uff0c\u53ea\u6709\u4e00\u7ef4\u7684\u6570\u503c\uff0c\u4e0d\u9700\u8981\u7ed9 […]<\/p>\n","protected":false},"author":321,"featured_media":225178,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[55],"tags":[],"class_list":["post-225201","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thread"],"acf":[],"_links":{"self":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/225201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/users\/321"}],"replies":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/comments?post=225201"}],"version-history":[{"count":3,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/225201\/revisions"}],"predecessor-version":[{"id":225204,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/225201\/revisions\/225204"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media\/225178"}],"wp:attachment":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media?parent=225201"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/categories?post=225201"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/tags?post=225201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}