drawLine () {
var that = this
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(t...
yekong
3年前 (2021-08-29)
喜欢
drawLine () {
var that = this
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(t...
yekong
3年前 (2021-08-29)
喜欢
window.addEventListener('resize', this.drawechart2)
var echartsx = echarts.init(document.getElementById("echart2&q...
yekong
3年前 (2021-08-29)
喜欢
let option = {
legend: {
top: 0,
right: 20,
itemWidth: 14,
itemHeight: 14,
textSt...
yekong
3年前 (2021-08-22)
喜欢
{
name: '柱状图',
type: 'bar',
barWidth: 10,
zlevel: 2,
itemStyle:...
yekong
3年前 (2021-08-20)
喜欢
echarts 的缩放条是由dataZoom控制的。不想显示缩放条,只需要删除dataZoom相关配置即可。
"dataZoom": [{
"xAxisIndex": [ 0],
handleIcon: &...
yekong
3年前 (2021-08-16)
喜欢
echarts设置标题是通过title字段进行控制的.
通过textStyle对标题的样式和位置进行修饰
title: {
text: '这里是标题',
textStyle: {
align: 'ce...
yekong
3年前 (2021-08-16)
喜欢
echarts如何设置隐藏纵轴,yAxis即为纵轴设置
yAxis: {show:false},
option = {
title: {
text: 'Awesome Chart'
},
xAxis: {
...
yekong
3年前 (2021-08-16)
喜欢
当值大于65显示粉色当值小于65显示深红色
var data = {
tooltip: {
trigger: 'axis',
axisPointer:...
yekong
4年前 (2021-03-25)
喜欢
markLine: {
symbol: "none",
data: [{
silent: false,
...
yekong
4年前 (2021-03-25)
喜欢