-
所用环境版本vue: 2.6.11,echarts:5.3.1,echarts-gl:2.0.8,所用组件均为按需引入:
import * as echarts from 'echarts/core'
import {
TitleComponent,
TooltipComponent,
VisualMapComponent
} from 'echarts/componen…
frcoo updated
2 months ago
-
### Version
5.5.0
### Link to Minimal Reproduction
none
### Steps to Reproduce
import * as echarts from 'echarts';
import { setTooltipDom } from './index';
export const drawLine = (
dom: HTM…
-
![image](https://user-images.githubusercontent.com/7368299/27633291-2ab91978-5c31-11e7-8837-329381dd4251.png)
![image](https://user-images.githubusercontent.com/7368299/27633294-2f735c76-5c31-11e7-88…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hi,
I added the vue3 echarts component globally in main.ts as shown below:
main.ts
```
import Notifications from '@kyvg/vue3-notification';
import { VueEcharts } from 'vue3-echarts';
import …
-
### Version
5.4.1
### Link to Minimal Reproduction
_No response_
### Steps to Reproduce
```javascript
import * as echarts from "echarts";
echarts.init(container);
```
### Current Behavior
…
-
## 前言
一个风和日丽的晚上在满心欢喜的写完接口,把数据用 echarts 渲到后台项目上,准备关闭浏览器的我好像觉得差了点什么,噢噢原来是 echarts 自适应没做。给 window 加个 resize 监听,在里面调用 echarts 实例的 resize 方法不就行了?我当时是这么想的...
## 问题
在我自信满满的操作完之后,控制台出我意料地报了错:
![](http:/…
-
![vue-echarts](https://user-images.githubusercontent.com/17745492/56112127-ae8c4800-5f8c-11e9-9553-46d56e252048.png)
-
再用legend时,默认时没问题,但设置selectedMode: 'single'后报错
WordCloudView.js:61 Uncaught (in promise) TypeError: Cannot read property 'layoutInstance' of undefined
at ExtendedClass.dispose (WordCloudView.js…
-
"dependencies": {
"echarts": "4.1.0",
"echarts-liquidfill": "2.0.0",
"echarts-wordcloud": "1.1.3",
"element-ui": "^2.3.8",
"vue": "^2.5.2",
"vue-baidu-map": "0.21.9",
…