ngx-echarts icon indicating copy to clipboard operation
ngx-echarts copied to clipboard

An angular (ver >= 2.x) directive for ECharts (ver >= 3.x)

Results 126 ngx-echarts issues
Sort by recently updated
recently updated
newest added

I'm using multiple echarts instances as list. I mean, in each row i have one chart with same options and when i step over them the tooltip overlap the same...

![2AECEE21-FA64-4317-A7EE-58A36F83B00B](https://user-images.githubusercontent.com/35866874/57519768-abe3ff00-734e-11e9-8024-87e76bd2d383.png)

`` `initOpts = { height: '300px' };` 效果 ![image](https://user-images.githubusercontent.com/10094084/36707169-2368387a-1ba8-11e8-8f39-b57cee743eca.png) ![image](https://user-images.githubusercontent.com/10094084/36707146-0543b2fc-1ba8-11e8-8923-dd3cb4378305.png) 文档里面https://xieziyu.github.io/ngx-echarts/#/usage/init-opts却是正常的。

![image](https://user-images.githubusercontent.com/19327642/54472153-c2625400-47fe-11e9-9fb7-0205d19e8497.png)

If I change the values in the series after the chart/map has been drawn, the chart/map will not be updated Angular CLI: 1.5.5 Node: 8.9.3 OS: win32 x64 Angular: 5.1.2...

Good day! Tell me please, can I get y coordinate (point on line chart) if I know x coordinate and this point is not defined in series (options)? May I...

Hi, I would like to use a chord diagram. I imported chord.js as described in 'extensions' and I now see a chord diagram. However, it doesn't have a legend or...

請問支持 [https://github.com/ecomfe/echarts-liquidfill](https://github.com/ecomfe/echarts-liquidfill) 嗎? 我想在Angular裡面使用這種圖 不知道怎麼用

ERROR TypeError: rxjs_Observable__WEBPACK_IMPORTED_MODULE_1__.Observable.of is not a function at ChangeFilter.push../node_modules/ngx-echarts/ngx-echarts.es5.js.ChangeFilter.notEmpty (ngx-echarts.es5.js:28) at NgxEchartsDirective.push../node_modules/ngx-echarts/ngx-echarts.es5.js.NgxEchartsDirective.ngOnChanges (ngx-echarts.es5.js:103) at checkAndUpdateDirectiveInline (core.js:10101) at checkAndUpdateNodeInline (core.js:11371) at checkAndUpdateNode (core.js:11333) at debugCheckAndUpdateNode (core.js:11970) at debugCheckDirectivesFn (core.js:11930) at Object.eval...

I used chartPieSelectChanged event works a few times ago. Just like ```html ``` ```typescript options = { series: [{ type: 'pie', radius: ['40%', '55%'], selectedMode: 'single', avoidLabelOverlap: true, selectedOffset: 0,...