提交 78b5f90b authored 作者: 王鹏飞's avatar 王鹏飞

update

上级 ed85259b
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
}, },
option() { option() {
return { return {
tooltip: { trigger: 'axis', axisPointer: { type: 'none' } }, // tooltip: { trigger: 'axis', axisPointer: { type: 'none' } },
grid: { left: '45px', right: '40px', top: '20px', bottom: 0 }, grid: { left: '45px', right: '40px', top: '20px', bottom: 0 },
legend: { textStyle: { color: '#0A7199' } }, legend: { textStyle: { color: '#0A7199' } },
xAxis: { show: false }, xAxis: { show: false },
......
...@@ -64,7 +64,7 @@ export default { ...@@ -64,7 +64,7 @@ export default {
}, },
option() { option() {
const option = { const option = {
tooltip: {}, // tooltip: {},
grid: { left: 0, top: 0, right: 0, bottom: 0 }, grid: { left: 0, top: 0, right: 0, bottom: 0 },
angleAxis: { show: false, max: value => (value.max * 4) / 3 }, angleAxis: { show: false, max: value => (value.max * 4) / 3 },
radiusAxis: { radiusAxis: {
......
...@@ -26,7 +26,7 @@ export default { ...@@ -26,7 +26,7 @@ export default {
seriesData.push({ value: item.apply_count, name: item.project_name, itemStyle: { color } }) seriesData.push({ value: item.apply_count, name: item.project_name, itemStyle: { color } })
}) })
const option = { const option = {
tooltip: { trigger: 'axis', axisPointer: { type: 'none' } }, // tooltip: { trigger: 'axis', axisPointer: { type: 'none' } },
grid: { left: '45px', right: '40px', top: 0, bottom: 0 }, grid: { left: '45px', right: '40px', top: 0, bottom: 0 },
xAxis: { show: false, textAlign: 'left' }, xAxis: { show: false, textAlign: 'left' },
yAxis: { yAxis: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论