Skip to content

ldwqh0/angular-echarts

Repository files navigation

ECharts图表组件

组件需求

如果需要编译组件,需要node 6.10.xx +
组件基于angularjs 1.5+ 编写,不适用于1.5-版本,也不适用于angular2.0+版本
echarts版本至少3.0+

使用方法

完整的使用示例请参考sample/index.html

<echarts option="option" on-create="onCreate(instance)"></echarts>
$scope.option={
  ...
}

$scope.onCreate=function(instance) {
  console.log(instance)
}

##属性解析

项目的编译与测试

相关资料

echarts: http://echarts.baidu.com/#
angularjs: https://angularjs.org/

About

A Angularjs 1.5+ echarts components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published