Subversion Repositories SmartDukaan

Rev

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

Rev 28468 Rev 28474
Line 356... Line 356...
356
			brandMonthValue.put(brand, sortedMonthBrandValue);
356
			brandMonthValue.put(brand, sortedMonthBrandValue);
357
 
357
 
358
			sortedBrandValue.put(brand, sortedMonthBrandValue.values().stream().collect(Collectors.toList()));
358
			sortedBrandValue.put(brand, sortedMonthBrandValue.values().stream().collect(Collectors.toList()));
359
 
359
 
360
		}
360
		}
361
		ChartModel cm = chartService.createChart(5, sortedBrandValue, colorList, borderList, "Brand Wise Purchase");
361
		ChartModel cm = chartService.createChart(5, sortedBrandValue, colorList, borderList,
-
 
362
				"Brand Wise Monthly Purchase");
362
 
363
 
363
		return cm;
364
		return cm;
364
 
365
 
365
	}
366
	}
366
 
367