Skip to content

Releases: xieziyu/ngx-echarts

v2.0.1

11 Dec 02:43
202ad1c
Compare
Choose a tag to compare

2017-12-11

Bugfix

  • Issue: No change detection involved in event handler. Refer to issue #26, #28

v2.0.0

04 Dec 12:11
Compare
Choose a tag to compare

2017-12-04

NEW

  • New service: NgxEchartsService provided. Refer to API document and Demo for details

v2.0.0-beta.0

25 Nov 12:51
d589eac
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

2017-11-25

NEW

  • New input: [merge]. The value of [merge] will be merged into [options]. So it's perfect for updating chart data series. Refer to ECharts documentation for details

  • New input: [initOpts]. The value of [initOpts] will be used in echarts.init(). It may contain devicePixelRatio, renderer, width or height properties. Refer to ECharts documentation for details

  • New public methods: setOption(option: any, otps?: any)

BREAKING CHANGES

  • [dataset] is deprecated. It's really hard to understand how [dataset] works for chart with multiple data series. So I recommend to use [merge] input instead. It's more powerful to merge series than to update values only.

  • AngularEchartsModule is renamed to NgxEchartsModule. I have to say, it's weird to import AngularEchartsModule from ngx-echarts.

  • AngularEchartsDirective is renamed to NgxEchartsDirective. Weird too.

UPDATES

  • ngx-echarts now has default 400px height, if you forget to set height for the div.

v1.2.3

20 Jul 16:49
Compare
Choose a tag to compare

Changes

v1.2.2

08 Jul 16:01
Compare
Choose a tag to compare

New

v1.2.1

01 Jun 09:46
Compare
Choose a tag to compare

New

  • Support chartContextMenu emitter for contextmenu event

v1.2.0

25 May 07:28
Compare
Choose a tag to compare

Renamed from angular2-echarts to ngx-echarts