
com.github.abel533.echarts.code.NodeClick Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ECharts Show documentation
Show all versions of ECharts Show documentation
这是一个针对ECharts2.0版本的Java类库,实现了所有ECharts中的Json结构对应的Java对象,并且可以很方便的创建Option,Series等
package com.github.abel533.echarts.code;
/**
* 点击节点
*
* @author liuzh
* @since 2016-02-28 10:50
*/
public enum NodeClick {
zoomToNode, //点击节点后缩放到节点。
link, //如果节点数据中有 link 点击节点后会进行超链接跳转。
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy