UNPKG

angular2-echarts

Version:
78 lines (53 loc) 2.61 kB
<a name="1.2.1"></a> ## [1.2.1](https://github.com/xieziyu/angular2-echarts/compare/v1.2.0...v1.2.1) (2017-05-25) ### Changes + Renamed from `angular2-echarts` to `ngx-echarts` <a name="1.2.0"></a> ## [1.2.0](https://github.com/xieziyu/angular2-echarts/compare/v1.1.7...v1.2.0) (2017-05-18) ### New + Publish `UMD` bundle <a name="1.1.7"></a> ## [1.1.7](https://github.com/xieziyu/angular2-echarts/compare/v1.1.6...v1.1.7) (2017-05-10) ### New + Support `theme`. Refer to: [http://echarts.baidu.com/download-theme.html](http://echarts.baidu.com/download-theme.html) <a name="1.1.6"></a> ## [1.1.6](https://github.com/xieziyu/angular2-echarts/compare/v1.1.5...v1.1.6) (2017-05-02) ### Changes + Expose `echartsInstance` in `chartInit` event. Refer to: [http://echarts.baidu.com/api.html#echartsInstance](http://echarts.baidu.com/api.html#echartsInstance) <a name="1.1.5"></a> ## [1.1.5](https://github.com/xieziyu/angular2-echarts/compare/v1.1.4...v1.1.5) (2017-05-01) ### Changes + Support `chartDataZoom` event. (Thanks to averhaegen) <a name="1.1.4"></a> ## [1.1.4](https://github.com/xieziyu/angular2-echarts/compare/v1.1.3...v1.1.4) (2017-03-24) ### Changes + Support angular-4.0.0 <a name="1.1.3"></a> ## [1.1.3](https://github.com/xieziyu/angular2-echarts/compare/v1.1.2...v1.1.3) (2017-03-16) ### Bugfix + Fix a bug causing the `dataset` change detection was unexpectedly skipped when `options` was changed in the same cycle. <a name="1.1.2"></a> ## [1.1.2](https://github.com/xieziyu/angular2-echarts/compare/v1.1.1...v1.1.2) (2017-03-11) ### Bugfix + Fix a bug causing the `dataset` change detection was skipped once after `options` changed. <a name="1.1.1"></a> ## [1.1.1](https://github.com/xieziyu/angular2-echarts/compare/v1.1.0...v1.1.1) (2017-03-11) ### Bugfix + If `options.series.data` is lost and `[dataset]` input is valid, `echarts` will correctly update the chart now. <a name="1.1.0"></a> ## [1.1.0](https://github.com/xieziyu/angular2-echarts/compare/v1.0.3...v1.1.0) (2017-03-09) ### New + Support mouse event outputs. <a name="1.0.3"></a> ## [1.0.3](https://github.com/xieziyu/angular2-echarts/compare/v1.0.2...v1.0.3) (2017-03-07) ### Changes + Involed ngc to support AoT. <a name="1.0.2"></a> ## [1.0.2](https://github.com/xieziyu/angular2-echarts/compare/v1.0.1...v1.0.2) (2017-02-24) ### Changes + updated README.md + added CHANGELOG.md <a name="1.0.1"></a> ## [1.0.1](https://github.com/xieziyu/angular2-echarts/compare/v1.0.0...v1.0.1) (2017-02-24) ### Changes + updated README.md