All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.abel533.echarts.code.ShowEffectOn Maven / Gradle / Ivy

Go to download

这是一个针对ECharts2.0版本的Java类库,实现了所有ECharts中的Json结构对应的Java对象,并且可以很方便的创建Option,Series等

There is a newer version: 3.0.0.6
Show newest version
package com.github.abel533.echarts.code;

/**
 * 何时显示特效
 *
 * @author liuzh
 * @since 2016-02-28 10:35
 */
public enum ShowEffectOn {
    render,  //绘制完成后显示特效
    emphasis //高亮(hover)的时候显示特效
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy