Subversion Repositories SmartDukaan

Rev

Rev 26055 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26055 Rev 27706
Line 3... Line 3...
3
public class ChartModel {
3
public class ChartModel {
4
 
4
 
5
	public String type;
5
	public String type;
6
	public DataModel data;
6
	public DataModel data;
7
	public OptionsModel options;
7
	public OptionsModel options;
-
 
8
	//public Scale scales;
-
 
9
 
8
 
10
 
9
	public String getType() {
11
	public String getType() {
10
		return type;
12
		return type;
11
	}
13
	}
12
 
14