Skip to content

Commit

Permalink
upgrade: version mutation.
Browse files Browse the repository at this point in the history
  • Loading branch information
黄健 authored and 黄健 committed Jun 26, 2017
1 parent 483ddc9 commit b442e63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

echarts imperative programming bridge in MV* frontend framework.

## Break Changes
调整入口配置,默认为`commonjs`风格。

## 目标
前端`MV*`框架,共同点都是不提倡直接进行底层`DOM`操作,只能通过框架提供接口(如`angularjs`指令),访问原始元素,但是对待图表这种重`DOM`操作,使用数据同步的方式
进行,效率个人持保留意见。
Expand Down Expand Up @@ -48,4 +51,4 @@ instance.setOption({}).on('click', () => {}).connect(elem);
目前关联项目为基于`angularjs`的封装: [echarts-ng](https://github.com/bornkiller/echarts-ng)

## contact
hjj491229492@hotmail.com
hjj491229492@hotmail.com
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bornkiller/echarts-bridge",
"version": "0.5.0",
"version": "0.8.0",
"description": "echarts imperative programming bridge in MV* frontend framework.",
"main": "dist/bridge.common.js",
"jsnext:main": "index.js",
Expand Down

0 comments on commit b442e63

Please sign in to comment.