成人午夜视频全免费观看高清-秋霞福利视频一区二区三区-国产精品久久久久电影小说-亚洲不卡区三一区三区一区

vue中怎么使用hightchats-創(chuàng)新互聯(lián)

小編給大家分享一下vue中怎么使用hightchats,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!

專注于為中小企業(yè)提供網(wǎng)站設(shè)計(jì)、成都網(wǎng)站設(shè)計(jì)服務(wù),電腦端+手機(jī)端+微信端的三站合一,更高效的管理,為中小企業(yè)漢陰免費(fèi)做網(wǎng)站提供優(yōu)質(zhì)的服務(wù)。我們立足成都,凝聚了一批互聯(lián)網(wǎng)行業(yè)人才,有力地推動(dòng)了上千多家企業(yè)的穩(wěn)健成長,幫助中小企業(yè)通過網(wǎng)站建設(shè)實(shí)現(xiàn)規(guī)模擴(kuò)充和轉(zhuǎn)變。

vue中使用hightchats

1、安裝highcharts

npm install highcharts --save

2、在main.js中

import Highcharts from 'highcharts/highstock';
import HighchartsMore from 'highcharts/highcharts-more';
import HighchartsDrilldown from 'highcharts/modules/drilldown';
import Highcharts3D from 'highcharts/highcharts-3d';
import Highmaps from 'highcharts/modules/map';

HighchartsMore(Highcharts)
HighchartsDrilldown(Highcharts);
Highcharts3D(Highcharts);
Highmaps(Highcharts);
new Vue({
  el: '#app',
  router,
  axios,
  components: { App },
  template: '<App/>',
  methods:{
 
    moreChart() {
        var options = this.getMoreOptions(this.type);
 
        if (this.chart) {
            this.chart.destroy();
        };
    // 初始化 Highcharts 圖表
    this.chart = new Highcharts.Chart('highcharts-more', options);
    }
  }
})

3、創(chuàng)建chart組件

<template>
    <p class="chart">
        <p :id="id" :option="option"></p>
    </p>
</template>

<script>
import HighCharts from 'highcharts'
    export default {
        // 驗(yàn)證類型
        props: {
            id: {
                type: String
            },
            option: {
                type: Object
            }
        },
        mounted() {
            HighCharts.chart(this.id, this.option)
        }
    }
</script>

<style scoped>

</style>

4、其他組件引用圖表

<Chart :id="id" :option="option"></Chart>
import Chart from "./Chart";
export default {
  name: "HelloWorld",
  components: {
    Chart
  },
  data() {
    return {
      msg: "Welcome to Your Vue.js App",
      id: "test",
      option: {
        credits: {
          enabled: false
        },
        chart: {
          type: "line"
        },
        title: {
          text: "月平均氣溫" //表頭文字
        },
        subtitle: {
          text: "數(shù)據(jù)來源: WorldClimate.com" //表頭下文字
        },
        xAxis: {
          //x軸顯示的內(nèi)容
          categories: [
            "一月",
            "二月",
            "三月",
            "四月",
            "五月",
            "六月",
            "七月",
            "八月",
            "九月",
            "十月",
            "十一月",
            "十二月"
          ],
          plotbands: [
            {
              //可以顯示一個(gè)方塊,如果需要的話可以更改透明度和顏色
              from: 4.5,
              to: 6.5,
              color: "rgba(68,170,213,0)" //透明度和顏色
            }
          ]
        },

        yAxis: {
          //y軸顯示的內(nèi)容
          title: {
            text: "氣溫 (°C)"
          }
        },
        plotOptions: {
          line: {
            dataLabels: {
              enabled: false // 開啟數(shù)據(jù)標(biāo)簽
            },
            enableMouseTracking: false // 關(guān)閉鼠標(biāo)跟蹤,對應(yīng)的提示框、點(diǎn)擊事件會(huì)失效
          }
        },
        series: [
          {
            //兩條數(shù)據(jù)
            name: "東京",
            data: [
              7.0,
              6.9,
              9.5,
              14.5,
              18.4,
              21.5,
              25.2,
              26.5,
              23.3,
              18.3,
              13.9,
              9.6
            ]
          },
          {
            name: "倫敦",
            data: [
              3.9,
              4.2,
              5.7,
              8.5,
              11.9,
              15.2,
              17.0,
              16.6,
              14.2,
              10.3,
              6.6,
              4.8
            ]
          }
        ]
      }
}
}

以上是“vue中怎么使用hightchats”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!

網(wǎng)頁題目:vue中怎么使用hightchats-創(chuàng)新互聯(lián)
路徑分享:http://jinyejixie.com/article10/dijpgo.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供App開發(fā)、電子商務(wù)域名注冊服務(wù)器托管、外貿(mào)建站、網(wǎng)站設(shè)計(jì)公司

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)

成都網(wǎng)站建設(shè)公司
阿巴嘎旗| 永定县| 乳源| 新化县| 盐山县| 泾川县| 静乐县| 桃源县| 周口市| 祁东县| 陆丰市| 贵州省| 金阳县| 周口市| 潍坊市| 文安县| 汽车| 渝北区| 仁怀市| 渝北区| 武川县| 搜索| 孝感市| 白沙| 临汾市| 嘉祥县| 灵武市| 鹰潭市| 加查县| 霍山县| 那坡县| 乃东县| 石嘴山市| 正镶白旗| 澄城县| 达尔| 油尖旺区| 呼和浩特市| 开江县| 大关县| 博罗县|