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

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

package com.github.abel533.echarts.code;

/**
 * 坐标系
 *
 * @author liuzh
 * @since 2016-02-28 10:20
 */
public enum CoordinateSystem {
    cartesian2d, polar, geo
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy