当前位置:网站首页>echart双折线-echart图表(二)
echart双折线-echart图表(二)
2022-04-21 07:36:00 【程序猿向前跑】
series: [{
name: '第一产业',
type: 'line',
data: [72, 37, 4, 75],
smooth: true,
areaStyle: {
// color: 'yellow',
opacity: 0.1
},
// 设置折线折点颜色
itemStyle: {
normal: {
color: '#e5e600',
// 设置折线线条颜色
lineStyle: {
color: '#e5e600'
}
}
}
}, {
name: '第三产业',
type: 'line',
data: [8, 15, 34, 31],
smooth: true,
areaStyle: {
// color: 'blue',
opacity: 0.2
},
itemStyle: {
normal: {
color: '#00a3cc',
// 设置折线线条颜色
lineStyle: {
color: '#00a3cc'
}
}
}
}]

版权声明
本文为[程序猿向前跑]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_46199553/article/details/124268939
边栏推荐
- CouchDB vertical ultra vires
- Read write lock and co process communication in go language
- [glory of the king] skin - tensorflow
- Restful specification and use
- 迅为STM32MP157开发板编译U-Boot
- 在Win10系统中用mimikatz抓取明文密码
- 386字典序排数,学会用递归的思想
- No .egg-info directory found in xxx\pip-pip-egg-info-mq
- Refer to ladder for router equipment selection
- 从源码角度剖析redis分布式锁
猜你喜欢

Antv X6布局layout的使用

可以下载到跑LOAM的数据集

Refer to ladder for router equipment selection

天梯赛L3

基于知名微服务框架go-micro开发gRPC应用程序

Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by serv

How can transformer break into the CV world and kill CNN?

HTTP缓存策略与方案

从源码角度剖析redis分布式锁

Redis (14) -- master-slave replication of redis
随机推荐
Yolov5.0 calling local camera
Express architecture in nodejs
ESP32 VHCI实现BLE广播,就是这么神奇
图片素材 免费素材 图片素材网站 图片素材在哪里找 哪里有的图片素材下载 图片素材的用途 图片素材 产品图片素材网站 什么的素材可以 PPT素材
Win10 prompts that there is no mapping between account name and security ID
LVGL真的需要每个控件写代码?别天真了,知道了原理我们来拖控件吧~
【一、xxx病虫害检测项目】2、网络结构尝试改进:Resnet50、SE、CBAM、Feature Fusion
正则表达式验证
Install mongodb
Couchdb-垂直越权
Codeforces Round #783 (Div. 2) ABC
VIM plug-in management plug-in VIM plug-in
Antv X6 画布平移
[introduction to C language series (8) (9)] Chapter 8 and 9, pointer and structure
机器人无人机视觉避障常见方式及优缺点总结
Hcip221 question bank
Batch replacement of some data of a field in MySQL
什么是迭代器
Yolov5 model environment construction and Google lab training
Go编译器源代码:语法分析