2024年9月8日 重新修改小时/周和部分文字错误的问题
This commit is contained in:
parent
bd6393cd96
commit
2f1466615c
|
@ -2033,7 +2033,7 @@ public class BlTeacherAnswerServiceImpl extends ServiceImpl<BlTeacherAnswerMappe
|
|||
cgdxTjt1Name[i] = par.getLsname();
|
||||
}
|
||||
//单柱图
|
||||
String cgdxTjtImg18Options = "option = {title: { right: '30', text: '(小时/周)', textStyle: { fontSize: 25 } }, tooltip: {trigger: 'axis',},grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },\n" +
|
||||
String cgdxTjtImg18Options = "option = {title: { right: '30', text: '(%)', textStyle: { fontSize: 25 } }, tooltip: {trigger: 'axis',},grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },\n" +
|
||||
" xAxis: { type: 'value',position: 'top',splitLine: {lineStyle: {type: 'dashed'}}},\n" +
|
||||
" yAxis: {type: 'category',\n" +
|
||||
" data:"+JSONObject.toJSONString(cgdxTjt1Name)+",\n" +
|
||||
|
@ -2080,7 +2080,7 @@ public class BlTeacherAnswerServiceImpl extends ServiceImpl<BlTeacherAnswerMappe
|
|||
" }," +
|
||||
"radar: { radius: '50%',axisName: { fontSize: 30, color: '#000', padding: 50,fontFamily: '宋体', formatter: function (value) { let list = value.split(''); let result = ''; for (let i = 1; i <= list.length; i++) { if (!(i % 10) && list[i] != undefined) { result += list[i - 1] + '\\n'; } else { result += list[i - 1];}}return result;}},indicator: [\n" +
|
||||
" { name: '课程将知识、能力、素养进行了有机融合', max: 5 },\n" +
|
||||
" { name: '课程教学培养了我解决复杂问题的综合能力', max: 5 },\n" +
|
||||
" { name: '课程教学培养了学生解决复杂问题的综合能力', max: 5 },\n" +
|
||||
" { name: '课程内容注重学科间的交叉与融合', max: 5 },\n" +
|
||||
" { name: '课程内容反映了学科发展的前沿内容', max: 5 },\n" +
|
||||
" { name: '课程教学内容重视实践与理论的结合', max: 5 },\n" +
|
||||
|
@ -2311,7 +2311,7 @@ public class BlTeacherAnswerServiceImpl extends ServiceImpl<BlTeacherAnswerMappe
|
|||
}
|
||||
}
|
||||
//多柱图
|
||||
String jszgljxrwfpbl12Options = "option = {title: { right: '30', text: '(%)', textStyle: { fontSize: 25 } },\n" +
|
||||
String jszgljxrwfpbl12Options = "option = {title: { right: '30', text: '(小时/周)', textStyle: { fontSize: 25 } },\n" +
|
||||
" tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, legend: { textStyle: { color: '#000', fontSize: 24, fontFamily: '宋体' } }, grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true }, xAxis: { type: 'value',position: 'top', boundaryGap: [0, 0.01] }, yAxis: {axisLabel: {color: '#333',fontSize: 25," +
|
||||
"formatter: function (value) { let list = value.split(\"\");let result = \"\"; for (let i = 1; i <= list.length; i++) {if (!(i % 17) && list[i] != undefined) { result += list[i - 1] + '\\n';} else {result += list[i - 1];} }return result;}}, type: 'category',\n" +
|
||||
"data: ['研究生课程', '低年级本科专业必修课', '专业选修课', '高年级本科专业必修课', '公共通识课程'],inverse:true }, series: [ {\n" +
|
||||
|
@ -2353,7 +2353,7 @@ public class BlTeacherAnswerServiceImpl extends ServiceImpl<BlTeacherAnswerMappe
|
|||
}
|
||||
}
|
||||
//多柱图
|
||||
String jszgljxrwfpbl11Options = "option = {title: { right: '30', text: '(%)', textStyle: { fontSize: 25 } },\n" +
|
||||
String jszgljxrwfpbl11Options = "option = {title: { right: '30', text: '(小时/周)', textStyle: { fontSize: 25 } },\n" +
|
||||
" tooltip: { trigger: 'axis', axisPointer: { type: 'shadow' } }, legend: { textStyle: { color: '#000', fontSize: 24, fontFamily: '宋体' } }, grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true }, xAxis: { type: 'value',position: 'top', boundaryGap: [0, 0.01] }, yAxis: {axisLabel: {color: '#333',fontSize: 25," +
|
||||
"formatter: function (value) { let list = value.split(\"\");let result = \"\"; for (let i = 1; i <= list.length; i++) {if (!(i % 17) && list[i] != undefined) { result += list[i - 1] + '\\n';} else {result += list[i - 1];} }return result;}}, type: 'category',\n" +
|
||||
"data: ['低年级本科专业必修课', '专业选修课', '研究生课程', '高年级本科专业必修课', '公共通识课程'],inverse:true }, series: [ {\n" +
|
||||
|
@ -2379,7 +2379,7 @@ public class BlTeacherAnswerServiceImpl extends ServiceImpl<BlTeacherAnswerMappe
|
|||
jszgljxrwfpblData[i] = (int) Double.parseDouble(par.getTj1());
|
||||
}
|
||||
//单柱图
|
||||
String jszgljxrwfpbl10Options =" option = {title: { right: '30', text: '(%)', textStyle: { fontSize: 25 } }, tooltip: {trigger: 'axis',},grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },\n" +
|
||||
String jszgljxrwfpbl10Options =" option = {title: { right: '30', text: '(小时/周)', textStyle: { fontSize: 25 } }, tooltip: {trigger: 'axis',},grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },\n" +
|
||||
" xAxis: { type: 'value',position: 'top',splitLine: {lineStyle: {type: 'dashed'}}},\n" +
|
||||
" yAxis: {type: 'category',\n" +
|
||||
" data:"+JSONObject.toJSONString(jszgljxrwfpblname)+",\n" +
|
||||
|
|
Loading…
Reference in New Issue