Remove data point calucations for now
This commit is contained in:
@@ -29,15 +29,11 @@ final class AllStats: Content {
|
||||
var mwStats:StatsWithMostRecentDailyRecord
|
||||
var bocwStats:StatsWithMostRecentDailyRecord
|
||||
var byMonth: [MonthStats]
|
||||
var highestWinLossRatio:String
|
||||
var dataPoints:[DataPoint]
|
||||
var mostRecentRecord:String
|
||||
|
||||
init( overall:StatsWithMostRecentDailyRecord, mwStats:StatsWithMostRecentDailyRecord, bocwStats:StatsWithMostRecentDailyRecord, byMonth:[MonthStats], highestWinLossRatio:String, dataPoints:[DataPoint], mostRecentRecord:String) {
|
||||
init( overall:StatsWithMostRecentDailyRecord, mwStats:StatsWithMostRecentDailyRecord, bocwStats:StatsWithMostRecentDailyRecord, byMonth:[MonthStats], mostRecentRecord:String) {
|
||||
self.overall = overall
|
||||
self.byMonth = byMonth
|
||||
self.highestWinLossRatio = highestWinLossRatio
|
||||
self.dataPoints = dataPoints
|
||||
self.mostRecentRecord = mostRecentRecord
|
||||
self.mwStats = mwStats;
|
||||
self.bocwStats = bocwStats;
|
||||
|
||||
Reference in New Issue
Block a user