echarts-doc
echarts-doc copied to clipboard
Official repository of Apache ECharts documentation
Relates to https://github.com/apache/echarts/pull/17231
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
As is stated in https://github.com/apache/echarts/issues/16700, stack on time/value axis needs user to provide elaborate dataset. It really looks like a bug when user cannot stack data correctly on 'time'/'value' axis...
 the docx write that the links.source is a string representing the [name of source node](https://echarts.apache.org/en/option.html#series-graph.data.name) on edge. Can also be a number representing the node index. But in fact...
The Official documents says, "Callback is supported since 4.8.0 ." BUT I test it doesn't work! Code like below: ``` series: [{ name: this.id, type: 'candlestick', data: this.klines, itemStyle: {...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
The documentation for https://github.com/apache/echarts/pull/16750
There is explanation how to pick different fields from the data object, ie. `c0, c1`. I'd like to use named fields (when data point is an object), I was expecting...
`updateAxisPointer` is a very useful event to listen where item is hovered by mouse. `echarts_instance.on('updateAxisPointer', e => console.log(e))` works but never be mentioned in the doc. please add it thaks...