-
![image](https://user-images.githubusercontent.com/24772971/47828017-16bee700-ddbc-11e8-98b9-67c409eced65.png)
![image](https://user-images.githubusercontent.com/24772971/47828025-20e0e580-ddbc-11e8-…
-
Echarts version: 5.2.2
ngx-echarts version: 6.0.1
---
1. Init the chart
1.1. Call `chartInstance.setOption` with 1 graph in `series`
1.2 `[options]` receives new data
2. Chart renders grap…
-
I am integrating e-charts in to Angular 8 my application . I can integrate it without any problem at all. Problem i am facing is that I want to show various types of charts for the "same data". I am n…
-
I've got angular 15 app.
Can anyone please tell me how or where to load theme.js file that registeres theme into echarts.
any help appreciated.
Regards
Armando
-
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 mouse move across the chart much like the tooltip or the axis …
-
chartDataZoom 这个事件怎么触发?
-
Please see this simplified example at https://stackblitz.com/edit/github-1mzjky-bfluyv?file=src/app/app.module.ts
With the current code, my sample line chart renders correctly. However, this is usi…
-
When updating chart both using setOption or merge with new series (removed 1 for example) it still shows on legend and tooltip.
-
are there any examples of using this library inside bootstrap tabs? I am currently able to create several charts, but once I place one inside of a tab I cannot get it to work
-
![image](https://user-images.githubusercontent.com/25899631/33748839-b7026de0-dc05-11e7-8ecb-e9862452b015.png)
```js
import React from 'react';
import PropTypes from 'prop-types';
import 'echart…