Subversion Repositories SmartDukaan

Rev

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

Rev 27904 Rev 27910
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
	public String fill;
12
 
13
 
-
 
14
	
-
 
15
	
-
 
16
 
-
 
17
	
-
 
18
 
-
 
19
	public String getFill() {
-
 
20
		return fill;
-
 
21
	}
-
 
22
 
-
 
23
	public void setFill(String fill) {
-
 
24
		this.fill = fill;
-
 
25
	}
13
 
26
 
14
	public String getType() {
27
	public String getType() {
15
		return type;
28
		return type;
16
	}
29
	}
17
 
30