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

Hi, I am not able to find any example for Geo with anuglar, I was able to easily integrate other charts, but geo is getting difficult, can you please help?

Steps to reproduce: 1. Follow [installation guide](https://xieziyu.github.io/ngx-echarts/api-doc/index.html#installation) 2. Go to `node_modules/echarts/types/dist/echarts.d.ts`, search `TreemapSeriesOption` 3. `nodeClick?: 'zoomToNode' | 'link';` ![image](https://user-images.githubusercontent.com/85369725/181594181-0b374126-1bda-434e-9fe2-db039e2f9bdb.png) ______ Docs: https://echarts.apache.org/en/option.html#series-treemap.nodeClick ![image](https://user-images.githubusercontent.com/85369725/181594690-2113334b-6695-401b-bf93-10b0357d0b82.png) ______ Temp fix: ``` ... series: [...

Example of layout I'm trying of achieve: What I have now, with default settings: Next row is invisible due to height of first. So I'm looking way to set aspect...

When updating chart both using setOption or merge with new series (removed 1 for example) it still shows on legend and tooltip.

I think this ngx-echarts v14 is still not support the standalone component feature. the documentation does not provide how to import NgxEchartsModule in the standalone component. I have imported NgxEchartsModule...

First off, like so many others, I have to commend you on this product. The ease at which a developer picks up the grunt of the product is just outstanding....

I'm trying to use the dataset schema found in here https://echarts.apache.org/handbook/en/concepts/dataset and neither the examples in the website I attached or the basic ones I built based on these examples,...

Team, I'm getting an error when I trying to do production build. But in development build, it's working fine. With version of echart - ^4.9.0 its working fine My Package...

I have seen the https://github.com/xieziyu/ngx-echarts#custom-locale but I am struggling to understand how to set the Echarts locale to the current Angular locale? Thanks

Gives me this error Error: Can not find transform on type "ecStat:regression". // See https://github.com/ecomfe/echarts-stat echarts.registerTransform(ecStat.transform.regression); Example: want to draw it https://echarts.apache.org/examples/en/editor.html?c=scatter-polynomial-regression `// See https://github.com/ecomfe/echarts-stat echarts.registerTransform(ecStat.transform.regression); var data = [...