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 series;

// 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 data;

// 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 data;

// 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 data;

// getter and setter methods


原文地址: http://www.cveoy.top/t/topic/i0oD 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录