提交 8e272cf8 authored 作者: junjie's avatar junjie

feat(视图):先强制展示echarts y轴

上级 fb07c111
...@@ -104,9 +104,9 @@ export const BASE_BAR = { ...@@ -104,9 +104,9 @@ export const BASE_BAR = {
fontWeight: 'normal' fontWeight: 'normal'
} }
}, },
// grid: { grid: {
// containLabel: true containLabel: true
// }, },
tooltip: {}, tooltip: {},
legend: { legend: {
show: true, show: true,
...@@ -136,9 +136,9 @@ export const HORIZONTAL_BAR = { ...@@ -136,9 +136,9 @@ export const HORIZONTAL_BAR = {
fontWeight: 'normal' fontWeight: 'normal'
} }
}, },
// grid: { grid: {
// containLabel: true containLabel: true
// }, },
tooltip: {}, tooltip: {},
legend: { legend: {
show: true, show: true,
...@@ -169,9 +169,9 @@ export const BASE_LINE = { ...@@ -169,9 +169,9 @@ export const BASE_LINE = {
fontWeight: 'normal' fontWeight: 'normal'
} }
}, },
// grid: { grid: {
// containLabel: true containLabel: true
// }, },
tooltip: {}, tooltip: {},
legend: { legend: {
show: true, show: true,
...@@ -203,9 +203,9 @@ export const BASE_PIE = { ...@@ -203,9 +203,9 @@ export const BASE_PIE = {
fontWeight: 'normal' fontWeight: 'normal'
} }
}, },
// grid: { grid: {
// containLabel: true containLabel: true
// }, },
tooltip: {}, tooltip: {},
legend: { legend: {
show: true, show: true,
...@@ -239,9 +239,9 @@ export const BASE_FUNNEL = { ...@@ -239,9 +239,9 @@ export const BASE_FUNNEL = {
fontWeight: 'normal' fontWeight: 'normal'
} }
}, },
// grid: { grid: {
// containLabel: true containLabel: true
// }, },
tooltip: { tooltip: {
trigger: 'item' trigger: 'item'
}, },
...@@ -298,9 +298,9 @@ export const BASE_RADAR = { ...@@ -298,9 +298,9 @@ export const BASE_RADAR = {
fontWeight: 'normal' fontWeight: 'normal'
} }
}, },
// grid: { grid: {
// containLabel: true containLabel: true
// }, },
tooltip: {}, tooltip: {},
legend: { legend: {
show: true, show: true,
...@@ -336,9 +336,9 @@ export const BASE_GAUGE = { ...@@ -336,9 +336,9 @@ export const BASE_GAUGE = {
fontWeight: 'normal' fontWeight: 'normal'
} }
}, },
// grid: { grid: {
// containLabel: true containLabel: true
// }, },
tooltip: {}, tooltip: {},
legend: { legend: {
show: true, show: true,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论