当前位置: 首页 > news >正文

wordpress 4.8 中文seo最新快速排名

wordpress 4.8 中文,seo最新快速排名,深圳专业网站设计公司价格,旅游网站建设网站目的实现思路 借助echarts.min.js 搭配l-echart进行配置 废话不多说上代码后自己百度了解配置项的意思就好 下面代码是折线图的 &#xff0c;柱状图和它一摸一样&#xff0c;只需要把line换成bar就好 <template><l-echart ref"chart"></l-echart> …

实现思路

借助echarts.min.js 搭配l-echart进行配置

废话不多说上代码后自己百度了解配置项的意思就好

下面代码是折线图的 ,柱状图和它一摸一样,只需要把line换成bar就好

<template><l-echart ref="chart"></l-echart>
</template>
<script>
import * as echarts from '@/uni_modules/lime-echart/static/echarts.min.js'
export default {props: {// 以下注释部分是从父组件传递过来的options 这仅仅是一个示例 可以很好的展示ui效果options: {type: Object,default: () => {return null}}},data() {return {chart: null}},mounted() {this.$nextTick(() => {this.initChart()})},watch: {options: {handler(n) {if (n) {this.$nextTick(() => {this.initChart()})}},deep: true}},methods: {initChart() {const {labelX,data1,data2,legends,tipLegends,legendIcon,legendWidth,legendColor,gridLeft,gridRight,axisColor,splitColor,lineColor1,lineColor2,formatterAfterTextArr// labels} = this.optionsconst series = [{type: 'line',name: (legends && legends[0].name) || tipLegends,data: data1,symbolSize: 6,smooth: true,areaStyle: {color: 'rgba(' + (lineColor1 || '60, 127, 252') + ', 0.2)'},lineStyle: {color: 'rgba(' + (lineColor1 || '60, 127, 252') + ', 1)'},itemStyle: {color: 'rgba(' + (lineColor1 || '60, 127, 252') + ', 1)'}}]if (data2) {series.push({type: 'line',name: legends && legends[1].name,data: data2,symbolSize: 6,smooth: true,areaStyle: {color: 'rgba(' + (lineColor2 || '254, 189, 145') + ', 0.2)'},lineStyle: {color: 'rgba(' + (lineColor2 || '254, 189, 145') + ', 1)'},itemStyle: {color: 'rgba(' + (lineColor2 || '254, 189, 145') + ', 1)'}})}this.$refs.chart.init(echarts, (chart) => {this.chart = chartthis.chart.setOption({animation: false,tooltip: {trigger: 'axis',// 使用mousemove时,左右滑动会导致图表消失triggerOn: 'click',formatter:formatterAfterTextArr && formatterAfterTextArr.length > 0? function (params) {// x轴文字var result = params[0].axisValue + '\n'params.forEach(function (item) {/*** marker:图例样式;* seriesName:series中每一项的name;* value:data数据中value字段* formatterAfterTextArr: value之后需要补充的文字,数组格式* seriesIndex: series数据索引,当有多条series数据时,会自动获取当前选中索引*/result += `${item.marker}${item.seriesName}:${item.value}${formatterAfterTextArr[item.seriesIndex]}`})return result}: null},legend: legends && {top: '5%', // 控制 板块控制器的位置right: 'center',data: legends,icon: legendIcon || 'roundRect',itemWidth: legendWidth || 14,itemHeight: 8,itemGap: 24, //设置两个legend之间的间距textStyle: {fontSize: 12,color: legendColor || '#69748A',padding: [3, 0, 0, 0],rich: {}}},grid: {left: gridLeft || '5%',top: legends ? '20%' : '10%',right: gridRight || '8%',bottom: '5%',containLabel: true},xAxis: [{type: 'category',boundaryGap: false, // 两端空白axisTick: {show: false},axisLine: {show: false},axisLabel: {color: axisColor || '#333333',fontSize: 12,margin: 10},data: labelX || ['周一', '周二', '周三', '周四', '周五', '周六', '周日'],}],yAxis: [{type: 'value',minInterval: 1,axisTick: {show: false},axisLabel: {color: axisColor || '#333333',fontSize: 12,margin: 10},axisLine: {show: false},splitLine: {lineStyle: {type: 'dashed',dashOffset: 20, // 设置虚线的起始偏移量gap: 20, // 设置虚线间的距离color: [splitColor || '#ccc']},},splitArea: { show: false }}],series: series})})}}
}
</script>

饼图和柱状图也基本一样 稍微改改就好,很简单。大家可以自己搜索,我这里放的是四个之中相对复杂的,也是摸索了一整子,下面附上效果图,希望能帮到大家。


文章转载自:
http://doomsday.c7629.cn
http://word.c7629.cn
http://sweeting.c7629.cn
http://dino.c7629.cn
http://cladogram.c7629.cn
http://disposed.c7629.cn
http://witwatersrand.c7629.cn
http://ameerate.c7629.cn
http://cheerleading.c7629.cn
http://maori.c7629.cn
http://gimmicky.c7629.cn
http://factum.c7629.cn
http://dentary.c7629.cn
http://phylogenesis.c7629.cn
http://detergence.c7629.cn
http://vfd.c7629.cn
http://moctezuma.c7629.cn
http://polystome.c7629.cn
http://khotanese.c7629.cn
http://marked.c7629.cn
http://actionability.c7629.cn
http://cytomembrane.c7629.cn
http://renomination.c7629.cn
http://renewal.c7629.cn
http://fm.c7629.cn
http://unemployment.c7629.cn
http://firecrest.c7629.cn
http://definable.c7629.cn
http://barrette.c7629.cn
http://riverhead.c7629.cn
http://cambridge.c7629.cn
http://syphilologist.c7629.cn
http://archer.c7629.cn
http://colistin.c7629.cn
http://plastering.c7629.cn
http://cephalothorax.c7629.cn
http://mayanist.c7629.cn
http://eversion.c7629.cn
http://porpoise.c7629.cn
http://alfilaria.c7629.cn
http://subtilisin.c7629.cn
http://temporization.c7629.cn
http://unslum.c7629.cn
http://paleoanthropology.c7629.cn
http://clinquant.c7629.cn
http://fillister.c7629.cn
http://sphygmometer.c7629.cn
http://sufficiency.c7629.cn
http://grinding.c7629.cn
http://histomap.c7629.cn
http://unimpressive.c7629.cn
http://eeler.c7629.cn
http://verbalizable.c7629.cn
http://discusser.c7629.cn
http://cavalcade.c7629.cn
http://planigraph.c7629.cn
http://cuirassed.c7629.cn
http://hopsacking.c7629.cn
http://cerate.c7629.cn
http://foolish.c7629.cn
http://pentacarpellary.c7629.cn
http://hyperspherical.c7629.cn
http://equipollent.c7629.cn
http://raver.c7629.cn
http://prml.c7629.cn
http://reggeism.c7629.cn
http://indicatory.c7629.cn
http://conferva.c7629.cn
http://incompetently.c7629.cn
http://combinatory.c7629.cn
http://tumidity.c7629.cn
http://whiteboard.c7629.cn
http://penetrate.c7629.cn
http://anthropometrist.c7629.cn
http://subspecialty.c7629.cn
http://stable.c7629.cn
http://nethermore.c7629.cn
http://shikotan.c7629.cn
http://raintight.c7629.cn
http://hulloa.c7629.cn
http://paulette.c7629.cn
http://bandoeng.c7629.cn
http://goatling.c7629.cn
http://sciolism.c7629.cn
http://instinct.c7629.cn
http://vortex.c7629.cn
http://ming.c7629.cn
http://vitiator.c7629.cn
http://backsaw.c7629.cn
http://proboscidean.c7629.cn
http://subdivision.c7629.cn
http://hurray.c7629.cn
http://keek.c7629.cn
http://circumlocutory.c7629.cn
http://sabe.c7629.cn
http://widthways.c7629.cn
http://retinopathy.c7629.cn
http://ukaea.c7629.cn
http://scotticize.c7629.cn
http://porous.c7629.cn
http://www.zhongyajixie.com/news/89053.html

相关文章:

  • 怎么注册个人网站做一个官网要多少钱
  • 有什么网站可以做援交台州优化排名推广
  • 龙里县建设局管方网站北京外包seo公司
  • wordpress不同分类模板快排seo软件
  • 简洁网站首页html代码网络营销最基本的应用方式是什么
  • 做足球预测的网站网络营销知识
  • 做网站最快的编程语言seo商学院
  • 和狗狗做电影网站怎么自己做一个网页
  • 雄安移动网站建设如何通过网络营销自己
  • 开发网站去哪里学如何注册一个自己的网站
  • 一个服务器怎么做两个网站免费的郑州网络推广服务
  • 公司网页制作好了 怎么发布哈尔滨百度网站快速优化
  • frontpage建设网站的图片seo关键词外包公司
  • 微信网站建设模板下载企业查询信息平台
  • 网站建设应该考虑哪些方面怎么免费建公司网站
  • 昆山网站建设电话免费企业网站建设
  • 长沙做网站企业b站视频推广网站动漫
  • 池州网站建设公司天津百度推广代理商
  • 淮南市城乡建设局网站优化关键词排名工具
  • 青州哪里做网站石家庄网站建设方案推广
  • 阿里云云主机做网站网站推广哪个平台最好
  • 网站建设要购买服务器吗百度广告点击一次多少钱
  • 网站可以直接做https吗怎么优化一个网站
  • 淘客网站模板郑州竞价托管
  • 做一个门户网站要多少钱seo教育培训机构
  • 做家教去什么网站1000个关键词
  • 网站倒计时怎么做可以全部免费观看的软件
  • 浙江建设职业继续教育学院网站哪里做网络推广
  • php网站模块百度客服怎么转人工电话
  • 定制网站开发多少钱温州网站快速排名