option = title text Stacked Line tooltip trigger axis legend data Email Union Ads Video Ads Direct Search Engine grid left 3 right 4 bottom 3 containLabel true t
public class Option {
private Title title;
private Tooltip tooltip;
private Legend legend;
private Grid grid;
private Toolbox toolbox;
private XAxis xAxis;
private YAxis yAxis;
private List
// getter and setter methods }
public class Title { private String text;
// getter and setter methods }
public class Tooltip { private String trigger;
// getter and setter methods }
public class Legend {
private List
// getter and setter methods }
public class Grid { private String left; private String right; private String bottom; private boolean containLabel;
// getter and setter methods }
public class Toolbox { private Feature feature;
// getter and setter methods }
public class Feature { private SaveAsImage saveAsImage;
// getter and setter methods }
public class SaveAsImage { // empty class, no properties needed }
public class XAxis {
private String type;
private boolean boundaryGap;
private List
// getter and setter methods }
public class YAxis { private String type;
// getter and setter methods }
public class Series {
private String name;
private String type;
private String stack;
private List
// getter and setter methods
原文地址: http://www.cveoy.top/t/topic/i0oD 著作权归作者所有。请勿转载和采集!