{"id":1359,"date":"2024-11-10T15:11:47","date_gmt":"2024-11-10T07:11:47","guid":{"rendered":"https:\/\/fwq.ai\/blog\/1359\/"},"modified":"2024-11-10T15:11:47","modified_gmt":"2024-11-10T07:11:47","slug":"echarts-%e6%9f%b1%e7%8a%b6%e5%9b%be-x-%e8%bd%b4%e5%9d%90%e6%a0%87%e6%98%be%e7%a4%ba%e6%b7%b7%e4%b9%b1%ef%bc%9f-%e6%95%b0%e6%8d%ae%e8%bd%ac%e6%8d%a2%e6%96%b9%e6%b3%95%e6%98%af%e5%85%b3%e9%94%ae","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/1359\/","title":{"rendered":"Echarts \u67f1\u72b6\u56fe X \u8f74\u5750\u6807\u663e\u793a\u6df7\u4e71\uff1f \u6570\u636e\u8f6c\u6362\u65b9\u6cd5\u662f\u5173\u952e\uff01"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173037838959401.jpg\" class=\"aligncenter\" title=\"Echarts \u67f1\u72b6\u56fe X \u8f74\u5750\u6807\u663e\u793a\u6df7\u4e71\uff1f \u6570\u636e\u8f6c\u6362\u65b9\u6cd5\u662f\u5173\u952e\uff01\u63d2\u56fe\" alt=\"Echarts \u67f1\u72b6\u56fe X \u8f74\u5750\u6807\u663e\u793a\u6df7\u4e71\uff1f \u6570\u636e\u8f6c\u6362\u65b9\u6cd5\u662f\u5173\u952e\uff01\u63d2\u56fe\" \/><\/p>\n<p><strong>echarts \u67f1\u72b6\u56fe\u6570\u636e\u663e\u793a\u7d0a\u4e71\uff1a\u89e3\u51b3\u4e4b\u9053<\/strong><\/p>\n<p>\u5728\u4f7f\u7528 echarts \u5c06\u4ece\u540e\u53f0\u83b7\u53d6\u7684\u6570\u636e\u5448\u73b0\u5728\u67f1\u72b6\u56fe\u65f6\uff0c\u60a8\u9047\u5230 x \u8f74\u5750\u6807\u663e\u793a\u6df7\u4e71\u7684\u95ee\u9898\uff0c\u8fd9\u53ef\u80fd\u662f\u56e0\u4e3a\u60a8\u7684\u6570\u636e\u8f6c\u6362\u65b9\u5f0f\u5b58\u5728\u95ee\u9898\u3002\u4e0b\u9762\u4e3a\u60a8\u63d0\u4f9b\u89e3\u51b3\u8be5\u95ee\u9898\u7684\u7b54\u6848\u3002<\/p>\n<p>\u9996\u5148\uff0c\u60a8\u9700\u8981\u4e3a echarts \u521b\u5efa\u4e00\u4e2a\u5e26\u6709 id\uff08\u4f8b\u5982 shuju\uff09\u7684 div \u5bb9\u5668\uff1a<\/p>\n<pre>&lt;div id=\"shuju\" style=\"width: 550px;height: 255px;position: absolute;top: -6%;left: 32%;\"&gt;&lt;\/div&gt;<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u7136\u540e\uff0c\u5c06 echarts \u9009\u9879\u914d\u7f6e\u590d\u5236\u5230\u8be5 div \u5bb9\u5668\u4e2d\uff0c\u5e76\u5c06\u5176\u521d\u59cb\u5316\u4e3a mychart\uff1a<\/p>\n<pre>var mychart = echarts.init(document.getelementbyid('shuju')); \/\/\u5173\u952e\u4ee3\u7801\noption = {\n  \/\/ \u8fd9\u91cc\u914d\u7f6e\u7701\u7565\n};\nmychart.setoption(option);<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u786e\u4fdd x \u8f74\u6570\u636e\u683c\u5f0f\u6b63\u786e\uff0c\u79cd\u7c7b\u662f &#8216;category&#8217;\uff0c\u5177\u4f53\u793a\u4f8b\u5982\u4e0b\uff1a<\/p>\n<pre>xAxis: [\n  {\n    type: 'category',\n    data: ['\u5f85\u5ba1\u6838\u91cd\u5927\u9690\u60a3', '\u6302\u724c\u4e2d\u91cd\u5927\u9690\u60a3', '\u903e\u671f\u672a\u6574\u6539\u9690\u60a3', '\u4e00\u822c\u9690\u60a3', '\u6885\u6eaa\u9547', '\u6eaa\u9f99\u4e61', ..., '\u5929\u8352\u576a\u9547'],\n    axisTick: {\n      alignWithLabel: true\n    }\n  }\n]<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u8bf7\u68c0\u67e5\u60a8\u7684\u6570\u636e\u8f6c\u6362\u65b9\u5f0f\uff0c\u786e\u4fdd\u5b83\u6b63\u786e\u5730\u5c06\u6570\u636e\u8f6c\u6362\u4e3a echarts \u6240\u9700\u7684\u683c\u5f0f\u3002\u6309\u7167\u4e0a\u8ff0\u6b65\u9aa4\u64cd\u4f5c\uff0c\u60a8\u5e94\u8be5\u53ef\u4ee5\u89e3\u51b3 x \u8f74\u5750\u6807\u6df7\u4e71\u7684\u95ee\u9898\uff0c\u5e76\u5728\u67f1\u72b6\u56fe\u4e0a\u6b63\u786e\u663e\u793a\u6570\u636e\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fEcharts \u67f1\u72b6\u56fe X \u8f74\u5750\u6807\u663e\u793a\u6df7\u4e71\uff1f \u6570\u636e\u8f6c\u6362\u65b9\u6cd5\u662f\u5173\u952e\uff01\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>echarts \u67f1\u72b6\u56fe\u6570\u636e\u663e\u793a\u7d0a\u4e71\uff1a\u89e3\u51b3\u4e4b\u9053 \u5728\u4f7f\u7528 echarts \u5c06\u4ece\u540e\u53f0\u83b7\u53d6\u7684\u6570\u636e\u5448\u73b0\u5728\u67f1\u72b6\u56fe\u65f6\uff0c\u60a8\u9047\u5230 x \u8f74\u5750\u6807\u663e\u793a\u6df7\u4e71\u7684\u95ee\u9898\uff0c\u8fd9\u53ef\u80fd\u662f\u56e0\u4e3a\u60a8\u7684\u6570\u636e\u8f6c\u6362\u65b9\u5f0f\u5b58\u5728\u95ee\u9898\u3002\u4e0b\u9762\u4e3a\u60a8\u63d0\u4f9b\u89e3\u51b3\u8be5\u95ee\u9898\u7684\u7b54\u6848\u3002 \u9996\u5148\uff0c\u60a8\u9700\u8981\u4e3a echarts \u521b\u5efa\u4e00\u4e2a\u5e26\u6709 id\uff08\u4f8b\u5982 shuju\uff09\u7684 div \u5bb9\u5668\uff1a &lt;div id=&#8221;shuju&#8221; style=&#8221;width: 550px;height: 255px;position: absolute;top: -6%;left: 32%;&#8221;&gt;&lt;\/div&gt; \u767b\u5f55\u540e\u590d\u5236 \u7136\u540e\uff0c\u5c06 echarts \u9009\u9879\u914d\u7f6e\u590d\u5236\u5230\u8be5 div \u5bb9\u5668\u4e2d\uff0c\u5e76\u5c06\u5176\u521d\u59cb\u5316\u4e3a mychart\uff1a var mychart = echarts.init(document.getelementbyid(&#8216;shuju&#8217;)); \/\/\u5173\u952e\u4ee3\u7801 option = { \/\/ \u8fd9\u91cc\u914d\u7f6e\u7701\u7565 }; mychart.setoption(option); \u767b\u5f55\u540e\u590d\u5236 \u786e\u4fdd x \u8f74\u6570\u636e\u683c\u5f0f\u6b63\u786e\uff0c\u79cd\u7c7b\u662f &#8216;category&#8217;\uff0c\u5177\u4f53\u793a\u4f8b\u5982\u4e0b\uff1a xAxis: [ { type: &#8216;category&#8217;, data: [&#8216;\u5f85\u5ba1\u6838\u91cd\u5927\u9690\u60a3&#8217;, &#8216;\u6302\u724c\u4e2d\u91cd\u5927\u9690\u60a3&#8217;, &#8216;\u903e\u671f\u672a\u6574\u6539\u9690\u60a3&#8217;, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-1359","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1359","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=1359"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/1359\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=1359"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=1359"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=1359"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}