caznds
caznds
  • 发布:2018-11-19 14:03
  • 更新:2019-04-02 12:58
  • 阅读:5438

echart不显示legend

分类:uni-app

hello-uniapp中的 echart示例中 不能 能显示出 legend,而用同样得配置在echart官方网站中是可以显示的

{
animation: false,
color: ['#37A2DA', '#9FE6B8'],
legend: {
data: ['蒸发量', '降水量']
},
grid: {
x: 35,
x2: 10,
y: 30,
y2: 25
},
calculable: false,
xAxis: [{
type: 'category',
data: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']
}],
yAxis: [{
type: 'value',
splitArea: {
show: true
}
}],
series: [{
name: '蒸发量',
type: 'line',
data: [2.0, 4.9, 7.0, 23.2, 25.6, 76.7, 135.6, 162.2, 32.6, 20.0, 6.4, 3.3]
}, {
name: '降水量',
type: 'line',
data: [2.6, 5.9, 9.0, 26.4, 28.7, 70.7, 175.6, 182.2, 48.7, 18.8, 6.0, 2.3]
}]
}

2018-11-19 14:03 负责人:无 分享
已邀请:
Neil_HL

Neil_HL

hello uniapp里的echart示例使用的是简版的echart框架,只支持部分功能,想要全班的功能可前往echart官网自行下载使用

  • z***@126.com

    官网下载无法使用,提示addEventListener is not a function

    2019-02-25 16:09

  • 9***@qq.com

    回复 z***@126.com: 我也同样问题

    2019-03-26 16:19

  • kidd

    同样的问题

    2019-03-30 23:29

秋云

秋云

wx-charts跨端图表组件

推荐使用wx-charts插件,仿照F2样式做的,调用很简单方便,解决H5端图表显示模糊等问题,支持toolTip及入场动画展示。已上传插件市场,欢迎各位下载,觉得好用5星好评哦

wx-charts跨端图表
https://ext.dcloud.net.cn/plugin?id=271

该问题目前已经被锁定, 无法添加新回复