Skip to content

Commit

Permalink
更新到2.2.0版本。
Browse files Browse the repository at this point in the history
  • Loading branch information
abel533 committed Mar 8, 2015
1 parent df86747 commit a6307aa
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1,151 deletions.
10 changes: 9 additions & 1 deletion README.md
@@ -1,6 +1,6 @@
#ECharts - Java类库

**当前版本2.1.9**
**当前版本2.2.0**

本项目是一个供Java开发使用的ECharts的开发包,主要目的是方便在Java中构造ECharts中可能用到的全部数据结构,如完整的结构Option。Option中的数据Series,包含Bar-柱状图,Line-折线图,Pie-饼图,Chord-和弦图等,支持ECharts中的所有图表。支持所有的Style类,如AreaStyle,ChordStyle,ItemStyle,LineStyle,LinkStyle等等。支持多种Data数据类型,一个通用的Data数据,以及PieData,MapData,ScatterData,KData等针对性的数据结构。

Expand All @@ -10,6 +10,14 @@

**由于本项目反馈的bug并不多,为了方便每一个开发人员,每次修复bug都会发布一个小版本,并且bug修复只针对当前的大版本进行修复。**

##2.2.0

- `Effect`增加`Type`枚举类型,增加属性`type``bounceDistance`
- `MarkLine`增加属性`smoothness``precision`
- `MarkLine`增加`Bundling`(边捆绑)类型和`bundling`属性
- `Data`数据增加`smoothRadian`属性,可以用在`MarkLine``data`
- 由于`K``Map`都有`hoverable`属性,因此将该属性提升到父类中

##2.1.9

- `Node`节点增加`label`属性[#963](https://github.com/ecomfe/echarts/issues/963)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -28,7 +28,7 @@

<groupId>com.github.abel533</groupId>
<artifactId>ECharts</artifactId>
<version>2.1.9</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<name>ECharts</name>
Expand Down

0 comments on commit a6307aa

Please sign in to comment.