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

net.yadaframework.web.flot.YadaFlotChart Maven / Gradle / Ivy

There is a newer version: 0.7.7.R4
Show newest version
package net.yadaframework.web.flot;

import java.io.Serializable;
import java.util.ArrayList;

/**
 * Flot chart, composed of many series
 *
 */
public class YadaFlotChart extends ArrayList implements Serializable {
	private static final long serialVersionUID = 1L;
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy