提交 8b4753d9 authored 作者: wangjiahao's avatar wangjiahao

Merge remote-tracking branch 'origin/main' into main

...@@ -98,7 +98,10 @@ export const DEFAULT_BACKGROUND_COLOR = { ...@@ -98,7 +98,10 @@ export const DEFAULT_BACKGROUND_COLOR = {
// chart config // chart config
export const BASE_BAR = { export const BASE_BAR = {
title: { title: {
text: '' text: '',
textStyle: {
fontWeight: 'normal'
}
}, },
// grid: { // grid: {
// containLabel: true // containLabel: true
...@@ -127,7 +130,10 @@ export const BASE_BAR = { ...@@ -127,7 +130,10 @@ export const BASE_BAR = {
} }
export const HORIZONTAL_BAR = { export const HORIZONTAL_BAR = {
title: { title: {
text: '' text: '',
textStyle: {
fontWeight: 'normal'
}
}, },
// grid: { // grid: {
// containLabel: true // containLabel: true
...@@ -157,7 +163,10 @@ export const HORIZONTAL_BAR = { ...@@ -157,7 +163,10 @@ export const HORIZONTAL_BAR = {
export const BASE_LINE = { export const BASE_LINE = {
title: { title: {
text: '' text: '',
textStyle: {
fontWeight: 'normal'
}
}, },
// grid: { // grid: {
// containLabel: true // containLabel: true
...@@ -188,7 +197,10 @@ export const BASE_LINE = { ...@@ -188,7 +197,10 @@ export const BASE_LINE = {
export const BASE_PIE = { export const BASE_PIE = {
title: { title: {
text: '' text: '',
textStyle: {
fontWeight: 'normal'
}
}, },
// grid: { // grid: {
// containLabel: true // containLabel: true
...@@ -221,7 +233,10 @@ export const BASE_PIE = { ...@@ -221,7 +233,10 @@ export const BASE_PIE = {
export const BASE_FUNNEL = { export const BASE_FUNNEL = {
title: { title: {
text: '' text: '',
textStyle: {
fontWeight: 'normal'
}
}, },
// grid: { // grid: {
// containLabel: true // containLabel: true
...@@ -277,7 +292,10 @@ export const BASE_FUNNEL = { ...@@ -277,7 +292,10 @@ export const BASE_FUNNEL = {
export const BASE_RADAR = { export const BASE_RADAR = {
title: { title: {
text: '' text: '',
textStyle: {
fontWeight: 'normal'
}
}, },
// grid: { // grid: {
// containLabel: true // containLabel: true
...@@ -312,7 +330,10 @@ export const BASE_RADAR = { ...@@ -312,7 +330,10 @@ export const BASE_RADAR = {
export const BASE_GAUGE = { export const BASE_GAUGE = {
title: { title: {
text: '' text: '',
textStyle: {
fontWeight: 'normal'
}
}, },
// grid: { // grid: {
// containLabel: true // containLabel: true
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论