中文亚洲精品无码_熟女乱子伦免费_人人超碰人人爱国产_亚洲熟妇女综合网

當(dāng)前位置: 首頁 > news >正文

cms做靜態(tài)網(wǎng)站相似圖片在線查找

cms做靜態(tài)網(wǎng)站,相似圖片在線查找,建筑招聘,怎么使用創(chuàng)客貼網(wǎng)站做圖【Echarts系列】水平柱狀圖 序示例數(shù)據(jù)格式代碼 序 為了節(jié)省后續(xù)開發(fā)學(xué)習(xí)成本,這個系列將記錄我工作所用到的一些echarts圖表。 示例 水平柱狀圖如圖所示: 數(shù)據(jù)格式 data [{name: 于洪區(qū),value: 2736},{name: 新民市,value: 2844},{name: 皇姑區(qū),…

【Echarts系列】水平柱狀圖

    • 示例
    • 數(shù)據(jù)格式
    • 代碼

為了節(jié)省后續(xù)開發(fā)學(xué)習(xí)成本,這個系列將記錄我工作所用到的一些echarts圖表。

示例

水平柱狀圖如圖所示:
在這里插入圖片描述

數(shù)據(jù)格式

data = [{'name': '于洪區(qū)','value': 2736},{'name': '新民市','value': 2844},{'name': '皇姑區(qū)','value': 2889},{'name': '沈河區(qū)','value': 3143}]

代碼

Vue版本以及腳本語言的選擇各有不同,核心內(nèi)容主要是option,重點關(guān)注該部分內(nèi)容即可。

<template><div class="chart" ref="horizontalBarRef"></div>
</template><script lang="ts">
import { Component, Prop, Ref, Vue, Watch } from 'vue-property-decorator'
import echarts from 'echarts'@Component({name: 'HorizontalBar',components: {}
})
export default class HorizontalBar extends Vue {@Prop() data!: any@Prop({ default: () => ['rgba(72, 133, 201, 0.6)', 'rgba(72, 133, 201, 1)']}) colors?: any[]@Ref() horizontalBarRef!: any//此處監(jiān)聽是為了在有狀態(tài)切換時,例如時間年份或其他條件改變時,能夠讓Echarts圖表重新渲染@Watch('data')onDataChange() {this.createHorizontalBarChart()}private chart: any = {}createHorizontalBarChart() {this.chart = echarts.init(this.horizontalBarRef)const data = this.datalet names = []let values = []data.forEach(item => {names.push(item.name)values.push(item.value)})const option = {tooltip: {trigger: 'axis',axisPointer: {type: 'shadow'},confine: true,         //讓提示框恒定在網(wǎng)格容器內(nèi),【針對顯示不全或者被遮蓋問題】},grid: {left: 20,right: 40,top: 0,bottom: 20,containLabel: true     //網(wǎng)格邊距包含坐標(biāo)標(biāo)簽},xAxis: {axisTick: {show: false          //是否顯示X軸坐標(biāo)刻度},axisLabel: {show: false		   //是否顯示X軸坐標(biāo)標(biāo)簽},axisLine: {show: false		   //是否顯示X軸軸線},splitLine: {lineStyle: {type: 'dashed'	   //以虛線形式展示X軸在網(wǎng)格中的分隔線}}},yAxis: {type: 'category',data: names,axisTick: {show: false,alignWithLabel: true    //刻度與坐標(biāo)標(biāo)簽對齊},axisLine: {show: true,lineStyle: {color: '#757790',     //設(shè)置Y軸軸線樣式width: 2}},axisLabel: {textStyle: {color: '#757790',	 //設(shè)置Y軸坐標(biāo)標(biāo)簽樣式fontSize: 14}},splitLine: {show: false			//是否展示Y軸方向上的分隔線}},series: [{type: 'bar',barWidth: 10,itemStyle: {color: {type: 'linear',			//設(shè)置柱狀條的漸變顏色x: 0,y: 0,x2: 1,y2: 0,colorStops: [{ offset: 0, color: this.colors[0] }, // 0% 處的顏色{ offset: 1, color: this.colors[1] } // 100% 處的顏色],global: false // 缺省為 false}},label: {show: true,				//展示柱狀條數(shù)值信息position: 'right',color: '#12121D',fontSize: 14},data: values}]}this.chart.setOption(option)}mounted() {this.createHorizontalBarChart()window.addEventListener('resize', this.chartResize)}beforeDestroy() {if (this.chart) {window.removeEventListener('resize', this.chartResize)this.chart.dispose()}}chartResize() {if (this.chart) {this.chart.resize()}}
}
</script>
<style lang="scss" scoped>
.chart {width: 100%;height: 300px;
}
</style>
http://www.risenshineclean.com/news/60809.html

相關(guān)文章:

  • php mysql 網(wǎng)站建設(shè)百度快照客服
  • 鄭州網(wǎng)站提升排名公司網(wǎng)站設(shè)計圖
  • 多個網(wǎng)站優(yōu)化怎么做廈門最好的seo公司
  • 個人網(wǎng)站備案 費用怎樣在百度上做廣告
  • 網(wǎng)站做法外貿(mào)海外推廣
  • 網(wǎng)站用ps做還是aiseo關(guān)鍵詞優(yōu)化系統(tǒng)
  • 自己的網(wǎng)站沒有域名解析深圳今日重大新聞
  • 麗水做企業(yè)網(wǎng)站的公司在線注冊網(wǎng)站
  • 網(wǎng)站開發(fā)語言揭陽百度seo公司
  • 做面包有關(guān)電影網(wǎng)站百度導(dǎo)航下載2021最新版
  • 網(wǎng)站技術(shù)報務(wù)費如何做會計分錄搜索網(wǎng)站排名
  • 貴陽網(wǎng)絡(luò)網(wǎng)站建設(shè)八上數(shù)學(xué)優(yōu)化設(shè)計答案
  • html網(wǎng)站開發(fā)實戰(zhàn)教程seo營銷是什么意思
  • 學(xué)術(shù)會議網(wǎng)站怎么做seo描述快速排名
  • 去除wordpress 廣告湖南正規(guī)關(guān)鍵詞優(yōu)化首選
  • 做淘寶相關(guān)網(wǎng)站seo下載站
  • 做招聘信息的網(wǎng)站有哪些內(nèi)容重慶網(wǎng)站關(guān)鍵詞排名
  • 雄安新區(qū)做網(wǎng)站公司東莞整站優(yōu)化推廣公司找火速
  • 余姚網(wǎng)站推廣優(yōu)化工具箱
  • 怎么建立一個網(wǎng)站csdn中國十大電商平臺有哪些
  • 貴州省交通建設(shè)工程質(zhì)量監(jiān)督局網(wǎng)站大數(shù)據(jù)精準(zhǔn)營銷案例
  • 做網(wǎng)站好的網(wǎng)站建設(shè)公司百度世界500強排名
  • 做微信活動是做網(wǎng)站還是做小程序好百度地圖導(dǎo)航2022最新版
  • 淘寶做首頁熱點的什么網(wǎng)站微信營銷軟件哪個好用
  • 網(wǎng)站開發(fā) 網(wǎng)絡(luò)工程 哪個好設(shè)計網(wǎng)頁的軟件
  • 做公眾號還是網(wǎng)站百度一下你就知道了主頁
  • 網(wǎng)站建設(shè)維護(hù)php網(wǎng)上互聯(lián)網(wǎng)推廣
  • 貴司不斷優(yōu)化網(wǎng)站建設(shè)軟文世界平臺
  • 企業(yè)網(wǎng)站免費建站程序百度官網(wǎng)app下載安裝
  • 廈門的企業(yè)網(wǎng)站國際新聞今日頭條