File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
src/main/java/com/github/abel533/echarts/code Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 28
28
29
29
<groupId >com.github.abel533</groupId >
30
30
<artifactId >ECharts</artifactId >
31
- <version >2.2.7 </version >
31
+ <version >3.0.0-SNAPSHOT </version >
32
32
<packaging >jar</packaging >
33
33
34
34
<name >ECharts</name >
35
- <description >这是一个针对ECharts2 .0版本的Java类库,实现了所有ECharts中的Json结构对应的Java对象,并且可以很方便的创建Option,Series等</description >
35
+ <description >这是一个针对ECharts3 .0版本的Java类库,实现了所有ECharts中的Json结构对应的Java对象,并且可以很方便的创建Option,Series等</description >
36
36
<url >https://github.com/abel533</url >
37
37
38
38
<licenses >
Original file line number Diff line number Diff line change
1
+ package com .github .abel533 .echarts .code ;
2
+
3
+ /**
4
+ * 点击节点
5
+ *
6
+ * @author liuzh
7
+ * @since 2016-02-28 10:50
8
+ */
9
+ public enum NodeClick {
10
+ zoomToNode , //点击节点后缩放到节点。
11
+ link , //如果节点数据中有 link 点击节点后会进行超链接跳转。
12
+ }
You can’t perform that action at this time.
0 commit comments