diff --git a/.gitignore b/.gitignore index bc6d16b..f6277a9 100644 --- a/.gitignore +++ b/.gitignore @@ -96,3 +96,4 @@ tsconfig.tsbuildinfo common/scripts/pre-commit .vite +.omx/ diff --git a/packages/vchart-aurora-theme/src/common/component/tooltip.ts b/packages/vchart-aurora-theme/src/common/component/tooltip.ts index 80cfc12..6efa7e4 100644 --- a/packages/vchart-aurora-theme/src/common/component/tooltip.ts +++ b/packages/vchart-aurora-theme/src/common/component/tooltip.ts @@ -1,6 +1,6 @@ -import type { ITooltipTheme } from '@visactor/vchart'; +import type { IComponentTheme } from '@visactor/vchart'; -export const tooltip: ITooltipTheme = { +export const tooltip: IComponentTheme['tooltip'] = { panel: { border: { radius: 8 diff --git a/packages/vchart-theme/src/mobile/common/component/map-label.ts b/packages/vchart-theme/src/mobile/common/component/map-label.ts index 00700cd..98d9dea 100644 --- a/packages/vchart-theme/src/mobile/common/component/map-label.ts +++ b/packages/vchart-theme/src/mobile/common/component/map-label.ts @@ -1,6 +1,6 @@ -import type { IMapLabelTheme } from '@visactor/vchart'; +import type { IComponentTheme } from '@visactor/vchart'; -export const mapLabel: IMapLabelTheme = { +export const mapLabel: IComponentTheme['mapLabel'] = { visible: true, offset: 12, position: 'top',