Subversion Repositories SmartDukaan

Rev

Rev 27900 | Rev 27910 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27900 Rev 27904
Line 7... Line 7...
7
	public String label;
7
	public String label;
8
	public String backgroundColor;
8
	public String backgroundColor;
9
	public List<Double> data;
9
	public List<Double> data;
10
	public String type;
10
	public String type;
11
	public int order;
11
	public int order;
12
	
-
 
13
	
12
 
14
 
13
 
15
	public String getType() {
14
	public String getType() {
16
		return type;
15
		return type;
17
	}
16
	}
18
 
17