drawLine () {
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(this.$refs.echarts)
...
yekong
3年前 (2021-08-29)
喜欢
window.addEventListener('resize', this.drawechart5)
var echartsx = echarts.init(document.getElementById("echart5&q...
yekong
3年前 (2021-08-29)
喜欢
var echartsx = echarts.init(document.getElementById("echartstj"));
var option = {
tooltip: {
...
yekong
3年前 (2021-08-29)
喜欢
echarts 背景格子是由splitLine控制的,只需要将splitLine的show属性改为false就可以实现格子的隐藏了。
splitLine:{
show:false,
},
var fon...
yekong
3年前 (2021-08-17)
喜欢
echarts 刻度是通过axisTick的show来控制显示隐藏的
axisTick:{show:false}
option = {
title: {
text: 'Awesome Chart'
},
xAxis: {...
yekong
3年前 (2021-08-16)
喜欢
echarts动态添加数据,让echarts动起来。
rtLine2: function () {
var that = this;
var data = this.qiaolist[this.select1].k...
yekong
3年前 (2021-08-16)
喜欢
"grid": {
"top": "20",
"left": "10&quo...
yekong
4年前 (2020-12-19)
喜欢
legend: {
y:'55%',
textStyle:{
fontSize: 14,//字体大小
...
yekong
4年前 (2020-12-19)
喜欢