提交 eaa391e9 编写于 作者: guangjun.yang's avatar guangjun.yang

图表中加个rotate

上级 d307d61d
...@@ -197,7 +197,7 @@ export default { ...@@ -197,7 +197,7 @@ export default {
grid: { grid: {
left: "3%", left: "3%",
right: "6%", right: "6%",
bottom: "6%", bottom: "3%",
containLabel: true containLabel: true
}, },
lineStyle: { lineStyle: {
...@@ -213,7 +213,8 @@ export default { ...@@ -213,7 +213,8 @@ export default {
formatter: "{value}", formatter: "{value}",
textStyle: { textStyle: {
color: "#676869" color: "#676869"
} },
rotate: 45
}, },
axisLine: { axisLine: {
lineStyle: { lineStyle: {
......
...@@ -504,7 +504,6 @@ export default { ...@@ -504,7 +504,6 @@ export default {
// 上面三个图标数据 // 上面三个图标数据
getGeneralExam(queryData).then(res => { getGeneralExam(queryData).then(res => {
if (res.code === "000000") { if (res.code === "000000") {
debugger
this.generalExamData = res.data; this.generalExamData = res.data;
this.setExamTimesList(res.data.examTimesList) this.setExamTimesList(res.data.examTimesList)
this.setExamScoreList(res.data.examScoreList) this.setExamScoreList(res.data.examScoreList)
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册