Authored by 郭成尧

title

... ... @@ -18,8 +18,6 @@ const _processGraphData = (rawListData) => {
start = _.parseInt(((rawListDataLength - 4) / rawListDataLength) * 100);
}
console.log(start);
_.forEach(rawListData, monthRawData => {
let yearValue = _.get(monthRawData, 'year');
let monthValue = _.get(monthRawData, 'month');
... ... @@ -68,7 +66,8 @@ class Grade {
module: 'activity',
page: 'grade-detail',
width750: true,
localCss: true
localCss: true,
title: '成长值'
});
}
... ...