net.yadaframework.web.flot.YadaFlotChart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of yadaweb Show documentation
Show all versions of yadaweb Show documentation
Some useful tasks for the Yada Framework
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;
}