Commit 57d8d96c authored by 高滢's avatar 高滢

feat(用例测试类型): tooltips

parent b39fd189
...@@ -28,13 +28,14 @@ export default { ...@@ -28,13 +28,14 @@ export default {
} }
}, },
tooltip: { tooltip: {
name: '用例测试类型概览',
trigger: 'item', trigger: 'item',
axisPointer: { axisPointer: {
type: 'shadow' type: 'shadow'
} }
}, },
legend: {}, legend: {
show: false
},
grid: { grid: {
left: '1%', left: '1%',
right: '4%', right: '4%',
...@@ -51,6 +52,7 @@ export default { ...@@ -51,6 +52,7 @@ export default {
}, },
series: [ series: [
{ {
name: '用例测试类型概览',
type: 'bar', type: 'bar',
barWidth: '20', barWidth: '20',
data: [ data: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment