91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

react如何增加echarts餅圖

發布時間:2023-01-03 10:35:05 來源:億速云 閱讀:117 作者:iii 欄目:web開發

這篇“react如何增加echarts餅圖”文章的知識點大部分人都不太理解,所以小編給大家總結了以下內容,內容詳細,步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“react如何增加echarts餅圖”文章吧。

react項目增加echarts餅圖的方法:1、通過“npm install echarts --save”命令安裝“echarts”;2、使用import引入“echarts/lib/echarts”;3、通過“componentDidMount() {...}”實現增加echarts餅圖即可。

在React項目中使用echarts餅狀圖

一、安裝

npm install echarts --save

二、引入

import echarts from 'echarts/lib/echarts';
import  'echarts/lib/chart/pie';  //餅狀圖
import  'echarts/lib/component/tooltip';
import  'echarts/lib/component/title';
import  'echarts/lib/component/legend'
import  'echarts/lib/component/markPoint'

三、使用

componentDidMount() {
       //環形圖百分比
       var huan_val = document.getElementsByClassName("huan")[0];
       var chart = echarts.init(huan_val);
       let option = {
           color: ["#f8e367", "#99dfff", "#58c0f0", "#5ea6ff", "#ff9e48", "#bcbcbc"],
           series: [{
               name: "駕駛分析",
               type: "pie",
               radius: ['60%', '80%'],
               avoidLabelOverlap: false,
               label: {
                   normal: {
                       show: false,
                       position: 'center'
                   },
                   emphasis: {
                       show: true,
                       textStyle: {
                           fontSize: '30',
                           fontWeight: 'bold'
                       }
                   }
               },
               labelLine: {
                   normal: {
                       show: false
                   }
               },
               data: [{
                   value: 33,
                   name: '慢速'
               }, {
                   value: 26,
                   name: '低速'
               }, {
                   value: 6,
                   name: '中速'
               }, {
                   value: 2,
                   name: '高速'
               }, {
                   value: 3,
                   name: '超速'
               }, {
                   value: 30,
                   name: '怠速'
               }]
           }]
       };
       chart.setOption(option);
   }
render(){
	return(
        <div className="huan"></div>
	)}

四、結果
react如何增加echarts餅圖

以上就是關于“react如何增加echarts餅圖”這篇文章的內容,相信大家都有了一定的了解,希望小編分享的內容對大家有幫助,若想了解更多相關的知識內容,請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

萝北县| 体育| 拉孜县| 梓潼县| 淳化县| 九龙县| 德令哈市| 阳泉市| 宣化县| 十堰市| 瑞昌市| 阳西县| 巴彦淖尔市| 德令哈市| 津市市| 休宁县| 湾仔区| 上栗县| 镇江市| 深水埗区| 栾川县| 锡林郭勒盟| 岑巩县| 尼玛县| 吉林市| 偏关县| 滨海县| 崇明县| 宁陵县| 冀州市| 太保市| 加查县| 曲阜市| 巴南区| 全南县| 宿迁市| 凤庆县| 铜山县| 通道| 遂昌县| 凤阳县|