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

图表中加个rotate

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