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 found the mouse move event, but it only works if you are touching a data series. I have a chart with 5 lines, and I'd like to capture a...

我在compent里定义了option chartOption: EChartsOption = { title: { text: '123213', show: true },.... } 但在html里无法绑定到 title. Text 提示的错误信息是 Object is possibly 'undefined'.ngtsc(2532) chartedit.component.ts(9, 2): Error occurs in the template of component...

### Problem The `NgxEchartsDirective` is not properly handling being destroyed when used in component tests in combination with explicit change detection calls ### Observed behavior When testing the usage of...

Currently unable to test a custom component which renders the `ngx-echarts` component. It's not recognizing the directives despite importing the directive to the TestBed, nor does it skip when using...

Problem Statement : I want to plot a circle with a center as (cx,cy) and a given radius. Below is the code: option = { xAxis: { type: 'value', min:...

'ng serve' and 'ng build' works fine but 'ng test' fails when using **jest** ![testfail](https://user-images.githubusercontent.com/2959591/208844963-ce3705be-09c1-4c73-991c-750f5613453a.png) lib versions ... "echarts": "^5.4.1" "ngx-echarts": "^8.0.1", "jest": "^26.6.3", "jest-preset-angular": "^8.4.0", Note: Tested on a...

Hi, I'm trying to get the [basic area chart working on Stackblitz](https://stackblitz.com/edit/angular-ivy-iccdds?file=src%2Fapp%2Fapp.component.ts). I've installed `ngx-echarts` and imported the module. I've added the options to `app.component.ts` like this: ``` option =...

Hi, I am building a gauge chart that looks like this: ![image](https://user-images.githubusercontent.com/45992275/194005587-91e611a8-351d-444d-a14e-257ca5da1212.png) Before implementing the chart in your lib I was creating the options inside echarts example playgraund. These are...

For our app, we now try to add a scatterGL graph into our application. We already succesfully use line charts. After trying out a lot, we still can't get it...

Hi ngx-echarts team, I'm using **ngx-echarts 17.1.0** with **Angular 17.3.1** When I use a echart component, I meet the following error in the **SSR** service ```bash ERROR ReferenceError: window is...