Skip to content

Commit

Permalink
新增 FlylineChartEnhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
yizhiyuyou committed Jan 8, 2020
1 parent 74f9c6b commit b39fa48
Show file tree
Hide file tree
Showing 7 changed files with 570 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.1.1-alpha (2020-01-08)

### New

- **FlylineChartEnhanced:** Enhanced flylineChart .

# 1.0.10-alpha (2019-12-27)

### Perfect
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ import BorderBox1 from "@jiaminghi/data-view-react/es/borderBox1";

### TODO

* **飞线图**添加多中心点及反向飞线功能
* **地图组件**
* **TS**重构组件库底层依赖

Expand Down
1 change: 0 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ The `UMD` version can be directly imported using the `script` tag. After the int

### TODO

* **flylineChart**Add multi-center point and reverse fly line function.
* **Map Component**
* Refactor underlying dependencies using **TS**.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jiaminghi/data-view-react",
"version": "1.0.10",
"version": "1.1.1",
"description": "React Large screen data display component library",
"author": "Duan Yu <[email protected]>",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
"prepare": "yarn run build"
},
"dependencies": {
"@jiaminghi/charts": "^0.2.10"
"@jiaminghi/charts": "^0.2"
},
"peerDependencies": {
"react": "^16.8.0",
Expand Down
Loading

0 comments on commit b39fa48

Please sign in to comment.