-
"echarts": "^4.0.0",
"echarts-wordcloud": "^1.1.3",
"ngx-echarts": "^4.1.1",
```
this.echartOption = {
backgroundColor: 'transparent',//背景色
title: {
text…
-
graph chart links type is array in official website
[https://www.echartsjs.com/zh/option.html#series-graph.data](url)
but, ngx-echarts declaration type is object
![image](https://user-images.…
WQMDC updated
4 years ago
-
### Version
5.4.2
### Link to Minimal Reproduction
https://stackblitz.com/edit/stackblitz-starters-v7ee5w?file=src%2Fecharts.component.ts
### Steps to Reproduce
The chart is created like this usi…
-
Im using Angular 4 and angular/cli: "1.4.9"
I have used and config as yours guide:
```
"ngx-echarts": "2.1.0"
"echarts": "^4.1.0"
```
.angular-cli.json
```
"scripts": [
"../node_modu…
-
**index.html:**
**main.ts:**
import 'echarts/dist/extension/bmap.min.js';
第一次进去:
报错:
ERROR TypeError: Cannot read property 'ubsubscribe' of undefined
at ngx-echarts.js:197: this.resizeSub.u…
-
ERROR(borswer) is :
```
ERROR Error: BMap api is not loaded
at bmap.min.js:22
at Array.forEach ()
at each (util.js:298)
at ExtendedClass.eachComponent (Global.js:449)
at Fun…
-
-
Dialect
- [x] typescript (due to Angular)
- [x] css or scss? css
Framework
- [x] Angular 5
- [x] Semantic UI or BootStrap or other, maybe Ant-Design? ant
- [x] Semantic UI does not have …
-
Can not build production version after update to v4.0.0:
```
ERROR in ./node_modules/zrender/lib/core/BoundingRect.js
Module build failed (from ./node_modules/@angular-devkit/build-optimizer/src/bu…
-
Hello, I try to debug the NaN tooltip of this example:
https://xieziyu.github.io/ngx-echarts/#/gl/bar3d
It has 2 tooltips, I try to remove the NaN one but I can't make it stop.
Please help.