Merge branch 'main' into example

This commit is contained in:
Soybean
2025-06-24 22:37:58 +08:00
33 changed files with 1122 additions and 1099 deletions

View File

@@ -1,4 +1,5 @@
import type {
IAnimationConfig,
IAreaChartSpec,
IBarChartSpec,
ICircularProgressChartSpec,
@@ -7,7 +8,6 @@ import type {
ILiquidChartSpec,
IWordCloudChartSpec
} from '@visactor/vchart';
import type { IAnimationConfig } from '@visactor/vgrammar-core';
export const shapeWordCloudSpec: IWordCloudChartSpec = {
type: 'wordCloud',