-
@xieziyu
Thanks for your contribution.
I saw there is an attribute named `dataset`. It can dynamic update the `series`.
Then, I need it also can dynamic update `xAxis.data`, because my date is rea…
-
Hello,
I have the following error when I try to display a pie chart :
PieChartComponent.html:1 ERROR ReferenceError: echarts is not defined
at angular-echarts.directive.js:30
at Z…
-
Hi ziyu,
thanks for your efforts in this plugin! But we need some new features in echarts 3.7, for example, put sign at end of line chart, can you upgrade to the latest version?
-
你好,X轴的data好像不能赋值,我看dataset只是对series的值做操作,但是如果要做实时的曲线的,应该怎么实现的?谢谢了
-
Hey Ralph, thanks for the good work here.
Have been able to reproduce and add (most) charts from the echarts example page on Ionic Tab app using your source code and from scratch
When updating t…
-
使用ng2-admin 引入 echarts 不报错,也不显示
hevan updated
6 years ago
-
我想在tabset组件中使用二次封装的折线图组件,但是经常报 **`Can't get dom width or height`** 警告,但是所有折线图还是会被渲染出来。当前的tab(页面加载时显示的tab)中的折线图宽高正常,但是切换到其余tab中的折线图,折线图宽度只有 **`100px`**,我设置的宽度均为 **`100%`**(为了自适应),不知道大佬有没有遇到过这个问题?有没有什么解…
-
我定义了一个组件名叫`app-pal-line-chart`
```html
```
在另一个组件中想要用ngFor动态渲染多个图表
```html
```
但是在app-pal-line-chart组件里,ngOnChanges钩子里能够去到pal的值,但是无法取到ecInstance对象。如果不使用ngFor就可以取到。
我不可以循环去创建组件吗?…
-
Hi all,
first of all thanks for sharing this project! I'm trying to create a menu with about 20 sub-elements but I can only see 7 of them. Is it because there is not a scroll so I cannot see the othe…
-
As soon as a chart is initialized, even if it contains no data otherwise, it uses CPU resources even though it seems that if it's doing nothing, it shouldn't. How high the CPU usage is depends on the …