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

com.github.abel533.echarts.code.Roam 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;

/**
 * 是否开启滚轮缩放和拖拽漫游,默认为false(关闭),其他有效输入为true(开启),'scale'(仅开启滚轮缩放),'move'(仅开启拖拽漫游)
 */
public enum Roam {
    scale, move
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy