File tree Expand file tree Collapse file tree
src/main/java/com/github/abel533/echarts/code Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828
2929 <groupId >com.github.abel533</groupId >
3030 <artifactId >ECharts</artifactId >
31- <version >2.2.7 </version >
31+ <version >3.0.0-SNAPSHOT </version >
3232 <packaging >jar</packaging >
3333
3434 <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 >
3636 <url >https://github.com/abel533</url >
3737
3838 <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