修改bug
This commit is contained in:
parent
74a15dfff2
commit
80511bc32e
|
@ -1509,15 +1509,15 @@ public class BlTeacherAnswerServiceImpl extends ServiceImpl<BlTeacherAnswerMappe
|
|||
" axisLabel:{color:'#000', fontSize: 24,fontFamily:'宋体', 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;} } },\n" +
|
||||
" series: [ " +
|
||||
" { name: '非常符合', type: 'bar', stack: 'total', label: { show: true, fontSize: 25,fontFamily:'宋体', formatter: function(params) {if (params.value === 0) {return '';}return params.value;} }, emphasis: { focus: 'series' },\n" +
|
||||
" data: "+ JSONObject.toJSONString(zytjpj11)+", barWidth: 45, itemStyle: { color: '#0f447f' } },\n" +
|
||||
" data: "+ JSONObject.toJSONString(zytjpj11)+", barWidth: 45, itemStyle: { color: '#0f447f',barBorderColor: 'white',barBorderWidth: 1 } },\n" +
|
||||
" { name: '比较符合', type: 'bar', stack: 'total', label: { show: true, fontSize: 25,fontFamily:'宋体', formatter: function(params) {if (params.value === 0) {return '';}return params.value;} }, emphasis: { focus: 'series' },\n" +
|
||||
" data: "+JSONObject.toJSONString(zytjpj12)+", barWidth: 45, itemStyle: { color: '#2350a0' } },\n" +
|
||||
" data: "+JSONObject.toJSONString(zytjpj12)+", barWidth: 45, itemStyle: { color: '#2350a0',barBorderColor: 'white',barBorderWidth: 1 } },\n" +
|
||||
" { name: '一般', type: 'bar', stack: 'total', label: { show: true, fontSize: 25,fontFamily:'宋体', formatter: function(params) {if (params.value === 0) {return '';}return params.value;} },emphasis: {focus: 'series'},\n" +
|
||||
" data: "+JSONObject.toJSONString(zytjpj13)+", barWidth: 45,itemStyle: {color: '#008ac8'}}," +
|
||||
" data: "+JSONObject.toJSONString(zytjpj13)+", barWidth: 45,itemStyle: {color: '#008ac8',barBorderColor: 'white',barBorderWidth: 1 }}," +
|
||||
" { name: '比较不符合', type: 'bar', stack: 'total', label: { show: true, fontSize: 25,fontFamily:'宋体', formatter: function(params) {if (params.value === 0) {return '';}return params.value;} },emphasis: {focus: 'series'},\n" +
|
||||
" data: "+JSONObject.toJSONString(zytjpj14)+", barWidth: 45,itemStyle: {color: '#57b8e7'}}," +
|
||||
" data: "+JSONObject.toJSONString(zytjpj14)+", barWidth: 45,itemStyle: {color: '#57b8e7',barBorderColor: 'white',barBorderWidth: 1 }}," +
|
||||
" { name: '非常不符合', type: 'bar', stack: 'total', label: { show: true, fontSize: 25,fontFamily:'宋体', formatter: function(params) {if (params.value === 0) {return '';}return params.value;} },emphasis: {focus: 'series'},\n" +
|
||||
" data: "+JSONObject.toJSONString(zytjpj15)+", barWidth: 45,itemStyle: {color: '#beedf8'}}," +
|
||||
" data: "+JSONObject.toJSONString(zytjpj15)+", barWidth: 45,itemStyle: {color: '#beedf8',barBorderColor: 'white',barBorderWidth: 1 }}," +
|
||||
"]}";
|
||||
|
||||
String zytjpj1Img = WebDriverUtil.getImgByte(zytjpj1ImgOptions);
|
||||
|
|