drawLine() {
var that = this;
window.addEventListener("resize", this.drawLine);
let myChart = this.$echarts...
yekong
3年前 (2021-09-11)
喜欢
drawLine() {
var that = this;
window.addEventListener("resize", this.drawLine);
let myChart = this.$echarts...
yekong
3年前 (2021-09-11)
喜欢
legend图标
通过icon设置图标
circle圆形
rect 方形
roundRect 圆角方形
triangle 三角形
diamond 棱形
pin 水滴
arrow箭头
none 无图标
legend: {
data: ["已解决"...
yekong
3年前 (2021-09-07)
喜欢
第一种方法更换依赖
直接使用修改后的源,无需修改源码
第二种方法修改依赖
直接修改依赖,但是每次都需要修改依赖Echarts实现柱状图发光警报 发光涟漪
安装修改后的Echarts
npm install https://gitee.com/yelingkong/echarts...
yekong
3年前 (2021-09-02)
喜欢
需要修改echarts
第一种方法更换依赖
Echarts实现柱状图发光警报 发光涟漪 更换依赖方式 直接使用修改后的源,无需修改源码
第二种方法修改依赖
直接修改依赖,但是每次都需要修改依赖
安装Echarts
npm install echarts
main引用
impo...
yekong
3年前 (2021-09-02)
喜欢
监听click 判断params类型
myChart.on('click', function (params) {
if (params.seriesType == 'scatter') {
th...
yekong
3年前 (2021-09-01)
喜欢
drawLine2 () {
window.addEventListener('resize', this.drawLine2)
let myChart = this.$echarts.init(this.$refs.echarts2)
...
yekong
3年前 (2021-09-01)
喜欢
drawLine () {
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(this.$refs.echarts)
...
yekong
3年前 (2021-08-31)
喜欢
drawLine () {
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(this.$refs.echarts)
...
yekong
3年前 (2021-08-31)
喜欢
drawLine () {
window.addEventListener('resize', this.drawLine)
let myChart = this.$echarts.init(this.$refs.echarts)
...
yekong
3年前 (2021-08-31)
喜欢