angular-echarts3

js
如果需要编译组件,需要node 6.10.xx + 组件基于angularjs 1.5+ 编写,不适用于1.5-版本,也不适用于angular2.0+版本 echarts版本至少3.0+ ## 使用方法 完整的使用示例请参考sample/index.html ```html <echarts option="option" on-create="onCreate(instance)"></echarts> ``` ```javascript $scope.option={
Version 0.1.8 License MIT
<script src=" https://cdn.jsdelivr.net/npm/angular-echarts3@0.1.8/dist/angular-echarts.min.js "></script>