@visactor/vseed 0.3.13 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/builder/builder/builder.d.ts +3135 -25697
- package/dist/esm/builder/register/all.js +4 -1
- package/dist/esm/builder/register/all.js.map +1 -1
- package/dist/esm/builder/register/chartType/index.d.ts +3 -0
- package/dist/esm/builder/register/chartType/index.js +4 -1
- package/dist/esm/builder/register/chartType/raceBar.d.ts +5 -0
- package/dist/esm/builder/register/chartType/raceBar.js +9 -0
- package/dist/esm/builder/register/chartType/raceBar.js.map +1 -0
- package/dist/esm/builder/register/chartType/raceColumn.d.ts +5 -0
- package/dist/esm/builder/register/chartType/raceColumn.js +9 -0
- package/dist/esm/builder/register/chartType/raceColumn.js.map +1 -0
- package/dist/esm/builder/register/chartType/raceScatter.d.ts +5 -0
- package/dist/esm/builder/register/chartType/raceScatter.js +9 -0
- package/dist/esm/builder/register/chartType/raceScatter.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/index.d.ts +3 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/index.js +4 -1
- package/dist/esm/pipeline/advanced/chart/pipeline/raceBar.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/raceBar.js +5 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/raceBar.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/raceColumn.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/raceColumn.js +5 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/raceColumn.js.map +1 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/raceScatter.d.ts +2 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/raceScatter.js +5 -0
- package/dist/esm/pipeline/advanced/chart/pipeline/raceScatter.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/chart/index.js +1 -0
- package/dist/esm/pipeline/spec/chart/pipeline/area.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/area.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/areaPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/bar.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/bar.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/barParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/barPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/column.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/column.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/columnParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/columnPercent.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/donut.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/donut.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/funnel.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/funnel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/index.d.ts +3 -0
- package/dist/esm/pipeline/spec/chart/pipeline/index.js +4 -1
- package/dist/esm/pipeline/spec/chart/pipeline/line.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/line.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/pie.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/pie.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/raceBar.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipeline/raceBar.js +26 -0
- package/dist/esm/pipeline/spec/chart/pipeline/raceBar.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipeline/raceColumn.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipeline/raceColumn.js +26 -0
- package/dist/esm/pipeline/spec/chart/pipeline/raceColumn.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipeline/raceScatter.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipeline/raceScatter.js +24 -0
- package/dist/esm/pipeline/spec/chart/pipeline/raceScatter.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipeline/radar.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/radar.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/rose.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/rose.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/roseParallel.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/scatter.js +2 -2
- package/dist/esm/pipeline/spec/chart/pipeline/scatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/scatter.js +4 -0
- package/dist/esm/pipeline/spec/chart/pipes/init/scatter.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/player/index.d.ts +8 -1
- package/dist/esm/pipeline/spec/chart/pipes/player/index.js +8 -2
- package/dist/esm/pipeline/spec/chart/pipes/player/isPlayer.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/isPlayer.js +11 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/isPlayer.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerXBand.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerXBand.js +10 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerXBand.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerXLinear.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerXLinear.js +14 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerXLinear.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerXY.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerXY.js +171 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerXY.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYBand.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYBand.js +13 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYBand.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYLinear.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYLinear.js +14 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYLinear.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYX.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYX.js +157 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYX.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYY.d.ts +2 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYY.js +173 -0
- package/dist/esm/pipeline/spec/chart/pipes/player/playerYY.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/utils/condition.d.ts +3 -0
- package/dist/esm/pipeline/spec/chart/utils/condition.js +7 -0
- package/dist/esm/pipeline/spec/chart/utils/condition.js.map +1 -0
- package/dist/esm/pipeline/spec/chart/utils/index.d.ts +1 -0
- package/dist/esm/pipeline/spec/chart/utils/index.js +1 -0
- package/dist/esm/pipeline/utils/chatType.d.ts +1 -1
- package/dist/esm/pipeline/utils/chatType.js +4 -1
- package/dist/esm/pipeline/utils/chatType.js.map +1 -1
- package/dist/esm/pipeline/utils/constant.d.ts +3 -0
- package/dist/esm/pipeline/utils/constant.js +3 -0
- package/dist/esm/pipeline/utils/constant.js.map +1 -1
- package/dist/esm/theme/dark/dark.js +74 -29
- package/dist/esm/theme/dark/dark.js.map +1 -1
- package/dist/esm/theme/light/light.js +61 -15
- package/dist/esm/theme/light/light.js.map +1 -1
- package/dist/esm/types/advancedVSeed.d.ts +35 -18880
- package/dist/esm/types/advancedVSeed.js.map +1 -1
- package/dist/esm/types/chartType/area/area.d.ts +1 -5
- package/dist/esm/types/chartType/areaPercent/areaPercent.d.ts +1 -5
- package/dist/esm/types/chartType/bar/bar.d.ts +1 -5
- package/dist/esm/types/chartType/barParallel/barParallel.d.ts +1 -5
- package/dist/esm/types/chartType/barPercent/barPercent.d.ts +1 -5
- package/dist/esm/types/chartType/column/column.d.ts +1 -5
- package/dist/esm/types/chartType/columnParallel/columnParallel.d.ts +1 -5
- package/dist/esm/types/chartType/columnPercent/columnPercent.d.ts +1 -5
- package/dist/esm/types/chartType/donut/donut.d.ts +1 -5
- package/dist/esm/types/chartType/funnel/funnel.d.ts +1 -5
- package/dist/esm/types/chartType/heatmap/heatmap.d.ts +1 -6
- package/dist/esm/types/chartType/index.d.ts +3 -0
- package/dist/esm/types/chartType/index.js +3 -0
- package/dist/esm/types/chartType/line/line.d.ts +1 -5
- package/dist/esm/types/chartType/pie/pie.d.ts +1 -5
- package/dist/esm/types/chartType/raceBar/index.d.ts +2 -0
- package/dist/esm/types/chartType/raceBar/index.js +1 -0
- package/dist/esm/types/chartType/raceBar/raceBar.d.ts +118 -0
- package/dist/esm/types/chartType/raceBar/raceBar.js +0 -0
- package/dist/esm/types/chartType/raceBar/zRaceBar.d.ts +1217 -0
- package/dist/esm/types/chartType/raceBar/zRaceBar.js +36 -0
- package/dist/esm/types/chartType/raceBar/zRaceBar.js.map +1 -0
- package/dist/esm/types/chartType/raceColumn/index.d.ts +2 -0
- package/dist/esm/types/chartType/raceColumn/index.js +1 -0
- package/dist/esm/types/chartType/raceColumn/raceColumn.d.ts +31 -0
- package/dist/esm/types/chartType/raceColumn/raceColumn.js +0 -0
- package/dist/esm/types/chartType/raceColumn/zRaceColumn.d.ts +1217 -0
- package/dist/esm/types/chartType/raceColumn/zRaceColumn.js +36 -0
- package/dist/esm/types/chartType/raceColumn/zRaceColumn.js.map +1 -0
- package/dist/esm/types/chartType/raceScatter/index.d.ts +2 -0
- package/dist/esm/types/chartType/raceScatter/index.js +1 -0
- package/dist/esm/types/chartType/raceScatter/raceScatter.d.ts +27 -0
- package/dist/esm/types/chartType/raceScatter/raceScatter.js +0 -0
- package/dist/esm/types/chartType/raceScatter/zRaceScatter.d.ts +1416 -0
- package/dist/esm/types/chartType/raceScatter/zRaceScatter.js +33 -0
- package/dist/esm/types/chartType/raceScatter/zRaceScatter.js.map +1 -0
- package/dist/esm/types/chartType/radar/radar.d.ts +1 -5
- package/dist/esm/types/chartType/rose/rose.d.ts +1 -6
- package/dist/esm/types/chartType/roseParallel/roseParallel.d.ts +1 -6
- package/dist/esm/types/chartType/scatter/scatter.d.ts +1 -5
- package/dist/esm/types/properties/chartType/chartType.d.ts +2 -1
- package/dist/esm/types/properties/chartType/chartType.js +1 -0
- package/dist/esm/types/properties/chartType/chartType.js.map +1 -1
- package/dist/esm/types/properties/config/area.d.ts +0 -38
- package/dist/esm/types/properties/config/area.js +0 -2
- package/dist/esm/types/properties/config/area.js.map +1 -1
- package/dist/esm/types/properties/config/bar.d.ts +0 -57
- package/dist/esm/types/properties/config/bar.js +0 -2
- package/dist/esm/types/properties/config/bar.js.map +1 -1
- package/dist/esm/types/properties/config/column.d.ts +0 -57
- package/dist/esm/types/properties/config/column.js +0 -2
- package/dist/esm/types/properties/config/column.js.map +1 -1
- package/dist/esm/types/properties/config/config.d.ts +1820 -441
- package/dist/esm/types/properties/config/config.js +4 -0
- package/dist/esm/types/properties/config/config.js.map +1 -1
- package/dist/esm/types/properties/config/funnel.d.ts +0 -19
- package/dist/esm/types/properties/config/funnel.js +0 -2
- package/dist/esm/types/properties/config/funnel.js.map +1 -1
- package/dist/esm/types/properties/config/heatmap.d.ts +0 -19
- package/dist/esm/types/properties/config/heatmap.js +0 -2
- package/dist/esm/types/properties/config/heatmap.js.map +1 -1
- package/dist/esm/types/properties/config/line.d.ts +0 -19
- package/dist/esm/types/properties/config/line.js +1 -3
- package/dist/esm/types/properties/config/line.js.map +1 -1
- package/dist/esm/types/properties/config/pie.d.ts +0 -57
- package/dist/esm/types/properties/config/pie.js +0 -2
- package/dist/esm/types/properties/config/pie.js.map +1 -1
- package/dist/esm/types/properties/config/race.d.ts +1706 -0
- package/dist/esm/types/properties/config/race.js +18 -0
- package/dist/esm/types/properties/config/race.js.map +1 -0
- package/dist/esm/types/properties/config/rose.d.ts +0 -38
- package/dist/esm/types/properties/config/rose.js +0 -2
- package/dist/esm/types/properties/config/rose.js.map +1 -1
- package/dist/esm/types/properties/config/scatter.d.ts +0 -19
- package/dist/esm/types/properties/config/scatter.js +0 -2
- package/dist/esm/types/properties/config/scatter.js.map +1 -1
- package/dist/esm/types/properties/measures/baseMeasure.d.ts +8 -6
- package/dist/esm/types/properties/theme/customTheme.d.ts +5548 -2790
- package/dist/esm/types/vseed.d.ts +2 -2
- package/dist/esm/types/zVseed.d.ts +3844 -0
- package/dist/esm/types/zVseed.js +4 -1
- package/dist/esm/types/zVseed.js.map +1 -1
- package/dist/umd/index.js +1599 -872
- package/dist/umd/index.js.map +1 -1
- package/package.json +8 -7
- package/dist/esm/pipeline/spec/chart/pipes/player/playerAdapter.d.ts +0 -2
- package/dist/esm/pipeline/spec/chart/pipes/player/playerAdapter.js +0 -88
- package/dist/esm/pipeline/spec/chart/pipes/player/playerAdapter.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types/advancedVSeed.js","sources":["webpack://@visactor/vseed/./src/types/advancedVSeed.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zChartType } from './properties/chartType'\nimport { zDataset } from './properties/dataset'\nimport { zDimensions, zDimensionTree } from './properties/dimensions'\nimport { zMeasures, zMeasureTree } from './properties/measures'\nimport { zEncoding } from './properties/encoding'\nimport { zDatasetReshapeInfo } from './properties/datasetReshapeInfo'\nimport { zTheme, zCustomThemeConfig } from './properties/theme'\nimport { zConfig } from './properties/config'\nimport { zAnalysis, zAnnotation, zRegressionLine, zMarkStyle, zPage } from './properties'\nimport { zLocale } from './i18n'\nimport { zCellStyle } from './properties/cellStyle/cellStyle'\n\nexport const zAdvancedVSeed = z.object({\n chartType: zChartType,\n dataset: zDataset,\n datasetReshapeInfo: zDatasetReshapeInfo,\n pivotAllDatasetReshapeInfo: zDatasetReshapeInfo,\n dimensions: zDimensions.optional(),\n measures: zMeasures.optional(),\n reshapeMeasures: z.array(zMeasures).optional(),\n reshapeDimensions: zDimensions.optional(),\n measureTree: zMeasureTree.optional(), // 现在只有表格中可能会配置这种树状结构\n dimensionTree: zDimensionTree.optional(), // 现在只有表格中可能会配置这种树状结构\n encoding: zEncoding,\n page: zPage.optional(),\n config: zConfig,\n analysis: zAnalysis,\n theme: zTheme,\n markStyle: zMarkStyle,\n cellStyle: zCellStyle,\n customTheme: zCustomThemeConfig,\n annotation: zAnnotation,\n locale: zLocale,\n regressionLine: zRegressionLine,\n})\n
|
|
1
|
+
{"version":3,"file":"types/advancedVSeed.js","sources":["webpack://@visactor/vseed/./src/types/advancedVSeed.ts"],"sourcesContent":["import { z } from 'zod'\nimport { zChartType } from './properties/chartType'\nimport { zDataset } from './properties/dataset'\nimport { zDimensions, zDimensionTree } from './properties/dimensions'\nimport { zMeasures, zMeasureTree } from './properties/measures'\nimport { zEncoding } from './properties/encoding'\nimport { zDatasetReshapeInfo } from './properties/datasetReshapeInfo'\nimport { zTheme, zCustomThemeConfig } from './properties/theme'\nimport { zConfig, type Config } from './properties/config'\nimport { zAnalysis, zAnnotation, zRegressionLine, zMarkStyle, zPage } from './properties'\nimport { zLocale } from './i18n'\nimport { zCellStyle } from './properties/cellStyle/cellStyle'\n\nexport type AdvancedVSeed = {\n chartType: z.infer<typeof zChartType>\n dataset: z.infer<typeof zDataset>\n datasetReshapeInfo: z.infer<typeof zDatasetReshapeInfo>\n pivotAllDatasetReshapeInfo: z.infer<typeof zDatasetReshapeInfo>\n dimensions?: z.infer<typeof zDimensions>\n measures?: z.infer<typeof zMeasures>\n reshapeMeasures?: z.infer<typeof zMeasures>[]\n reshapeDimensions?: z.infer<typeof zDimensions>\n measureTree?: z.infer<typeof zMeasureTree>\n dimensionTree?: z.infer<typeof zDimensionTree>\n encoding: z.infer<typeof zEncoding>\n page?: z.infer<typeof zPage>\n config: Config\n analysis: z.infer<typeof zAnalysis>\n theme: z.infer<typeof zTheme>\n markStyle: z.infer<typeof zMarkStyle>\n cellStyle: z.infer<typeof zCellStyle>\n customTheme: z.infer<typeof zCustomThemeConfig>\n annotation: z.infer<typeof zAnnotation>\n locale: z.infer<typeof zLocale>\n regressionLine: z.infer<typeof zRegressionLine>\n}\n\nexport const zAdvancedVSeed: z.ZodType<AdvancedVSeed> = z.object({\n chartType: zChartType,\n dataset: zDataset,\n datasetReshapeInfo: zDatasetReshapeInfo,\n pivotAllDatasetReshapeInfo: zDatasetReshapeInfo,\n dimensions: zDimensions.optional(),\n measures: zMeasures.optional(),\n reshapeMeasures: z.array(zMeasures).optional(),\n reshapeDimensions: zDimensions.optional(),\n measureTree: zMeasureTree.optional(), // 现在只有表格中可能会配置这种树状结构\n dimensionTree: zDimensionTree.optional(), // 现在只有表格中可能会配置这种树状结构\n encoding: zEncoding,\n page: zPage.optional(),\n config: zConfig,\n analysis: zAnalysis,\n theme: zTheme,\n markStyle: zMarkStyle,\n cellStyle: zCellStyle,\n customTheme: zCustomThemeConfig,\n annotation: zAnnotation,\n locale: zLocale,\n regressionLine: zRegressionLine,\n})\n"],"names":["zAdvancedVSeed","z","zChartType","zDataset","zDatasetReshapeInfo","zDimensions","zMeasures","zMeasureTree","zDimensionTree","zEncoding","zPage","zConfig","zAnalysis","zTheme","zMarkStyle","zCellStyle","zCustomThemeConfig","zAnnotation","zLocale","zRegressionLine"],"mappings":";;;;;;;;;;;;AAqCO,MAAMA,iBAA2CC,EAAE,MAAM,CAAC;IAC/D,WAAWC;IACX,SAASC;IACT,oBAAoBC;IACpB,4BAA4BA;IAC5B,YAAYC,YAAY,QAAQ;IAChC,UAAUC,UAAU,QAAQ;IAC5B,iBAAiBL,EAAE,KAAK,CAACK,WAAW,QAAQ;IAC5C,mBAAmBD,YAAY,QAAQ;IACvC,aAAaE,aAAa,QAAQ;IAClC,eAAeC,eAAe,QAAQ;IACtC,UAAUC;IACV,MAAMC,MAAM,QAAQ;IACpB,QAAQC;IACR,UAAUC;IACV,OAAOC;IACP,WAAWC;IACX,WAAWC;IACX,aAAaC;IACb,YAAYC;IACZ,QAAQC;IACR,gBAAgBC;AAClB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, AreaStyle, BackgroundColor, Brush, Color, Dataset, Label, Legend, LineStyle, PointStyle, Theme, Tooltip, XBandAxis, YLinearAxis, CrosshairLine, Sort, SortLegend, DimensionLinkage, ColumnDimension, ColumnMeasure, Page
|
|
2
|
+
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, AreaStyle, BackgroundColor, Brush, Color, Dataset, Label, Legend, LineStyle, PointStyle, Theme, Tooltip, XBandAxis, YLinearAxis, CrosshairLine, Sort, SortLegend, DimensionLinkage, ColumnDimension, ColumnMeasure, Page } from '../../properties';
|
|
3
3
|
/**
|
|
4
4
|
* @recommend
|
|
5
5
|
* - 推荐字段配置: `1`个指标, `2`个维度
|
|
@@ -64,10 +64,6 @@ export interface Area {
|
|
|
64
64
|
* @description 分页配置,用于配置图表的分页功能
|
|
65
65
|
*/
|
|
66
66
|
page?: Page;
|
|
67
|
-
/**
|
|
68
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
69
|
-
*/
|
|
70
|
-
player?: Player;
|
|
71
67
|
/**
|
|
72
68
|
* 图表的背景颜色
|
|
73
69
|
* @default transparent 默认为透明背景
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, AreaStyle, BackgroundColor, Brush, Color, Dataset, Label, Legend, LineStyle, PointStyle, Theme, Tooltip, XBandAxis, YLinearAxis, CrosshairLine, Sort, SortLegend, DimensionLinkage, ColumnDimension, ColumnMeasure, Page
|
|
2
|
+
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, AreaStyle, BackgroundColor, Brush, Color, Dataset, Label, Legend, LineStyle, PointStyle, Theme, Tooltip, XBandAxis, YLinearAxis, CrosshairLine, Sort, SortLegend, DimensionLinkage, ColumnDimension, ColumnMeasure, Page } from '../../properties';
|
|
3
3
|
/**
|
|
4
4
|
* @description 百分比面积图,适用于展示多类别占比随时间变化的趋势,Y轴以百分比形式展示占比关系
|
|
5
5
|
* 适用场景:
|
|
@@ -56,10 +56,6 @@ export interface AreaPercent {
|
|
|
56
56
|
* @description 分页配置,用于配置图表的分页功能
|
|
57
57
|
*/
|
|
58
58
|
page?: Page;
|
|
59
|
-
/**
|
|
60
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
61
|
-
*/
|
|
62
|
-
player?: Player;
|
|
63
59
|
/**
|
|
64
60
|
* 图表的背景颜色
|
|
65
61
|
* @default transparent 默认为透明背景
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Locale } from '../../i18n';
|
|
2
|
-
import type { BarDimension, BarMaxWidth, BarMeasure, DimensionLinkage, Sort, SortLegend
|
|
2
|
+
import type { BarDimension, BarMaxWidth, BarMeasure, DimensionLinkage, Sort, SortLegend } from '../../properties';
|
|
3
3
|
import { type AnnotationArea, type AnnotationHorizontalLine, type AnnotationPoint, type AnnotationVerticalLine, type BackgroundColor, type Brush, type BarStyle, type Color, type CrosshairRect, type Dataset, type Label, type Legend, type StackCornerRadius, type Theme, type Tooltip, type XLinearAxis, type YBandAxis, type Page } from '../../properties';
|
|
4
4
|
/**
|
|
5
5
|
* @description 条形图,适用于横向数据对比场景,Y轴为类目轴(分类数据),X轴为数值轴(连续数据),柱子横向排列
|
|
@@ -55,10 +55,6 @@ export interface Bar {
|
|
|
55
55
|
* @description 分页配置,用于配置图表的分页功能
|
|
56
56
|
*/
|
|
57
57
|
page?: Page;
|
|
58
|
-
/**
|
|
59
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
60
|
-
*/
|
|
61
|
-
player?: Player;
|
|
62
58
|
/**
|
|
63
59
|
* @description 图表的背景颜色, 默认为透明背景, 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
|
|
64
60
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XLinearAxis, YBandAxis, Sort, SortLegend, BarMaxWidth, BarGapInGroup, DimensionLinkage, BarDimension, BarMeasure, Page
|
|
2
|
+
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XLinearAxis, YBandAxis, Sort, SortLegend, BarMaxWidth, BarGapInGroup, DimensionLinkage, BarDimension, BarMeasure, Page } from '../../properties';
|
|
3
3
|
/**
|
|
4
4
|
* @description 并列条形图,适用于多指标横向并行对比场景,多个条形平行排列展示不同指标值
|
|
5
5
|
* 适用场景:
|
|
@@ -53,10 +53,6 @@ export interface BarParallel {
|
|
|
53
53
|
* @description 分页配置,用于配置图表的分页功能
|
|
54
54
|
*/
|
|
55
55
|
page?: Page;
|
|
56
|
-
/**
|
|
57
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
58
|
-
*/
|
|
59
|
-
player?: Player;
|
|
60
56
|
/**
|
|
61
57
|
* @description 图表的背景颜色, 默认为透明背景, 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
|
|
62
58
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XLinearAxis, YBandAxis, Sort, SortLegend, BarMaxWidth, DimensionLinkage, BarDimension, BarMeasure, Page
|
|
2
|
+
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XLinearAxis, YBandAxis, Sort, SortLegend, BarMaxWidth, DimensionLinkage, BarDimension, BarMeasure, Page } from '../../properties';
|
|
3
3
|
/**
|
|
4
4
|
* @description 百分比条形图,适用于横向展示各类别占比关系的场景,X轴以百分比形式展示数据占比
|
|
5
5
|
* 适用场景:
|
|
@@ -55,10 +55,6 @@ export interface BarPercent {
|
|
|
55
55
|
* @description 分页配置,用于配置图表的分页功能
|
|
56
56
|
*/
|
|
57
57
|
page?: Page;
|
|
58
|
-
/**
|
|
59
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
60
|
-
*/
|
|
61
|
-
player?: Player;
|
|
62
58
|
/**
|
|
63
59
|
* @description 图表的背景颜色, 默认为透明背景, 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
|
|
64
60
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XBandAxis, YLinearAxis, Sort, SortLegend, BarMaxWidth, PolynomialRegressionLine, DimensionLinkage, ColumnMeasure, ColumnDimension, Page
|
|
2
|
+
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XBandAxis, YLinearAxis, Sort, SortLegend, BarMaxWidth, PolynomialRegressionLine, DimensionLinkage, ColumnMeasure, ColumnDimension, Page } from '../../properties';
|
|
3
3
|
/**
|
|
4
4
|
* @description 柱状图,适用于纵向数据对比场景,X轴为类目轴(分类数据),Y轴为数值轴(连续数据),柱子纵向排列
|
|
5
5
|
* 适用场景:
|
|
@@ -52,10 +52,6 @@ export interface Column {
|
|
|
52
52
|
* @description 分页配置, 用于指定分页的字段名, 必须是维度
|
|
53
53
|
*/
|
|
54
54
|
page?: Page;
|
|
55
|
-
/**
|
|
56
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
57
|
-
*/
|
|
58
|
-
player?: Player;
|
|
59
55
|
/**
|
|
60
56
|
* @description 图表的背景颜色, 背景颜色可以是颜色字符串, 默认为透明背景, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
|
|
61
57
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XBandAxis, YLinearAxis, SortLegend, Sort, BarMaxWidth, BarGapInGroup, DimensionLinkage, ColumnMeasure, ColumnDimension, Page
|
|
2
|
+
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XBandAxis, YLinearAxis, SortLegend, Sort, BarMaxWidth, BarGapInGroup, DimensionLinkage, ColumnMeasure, ColumnDimension, Page } from '../../properties';
|
|
3
3
|
/**
|
|
4
4
|
* @description 并列柱状图,适用于多指标并行对比场景,多个柱子并列排列展示不同指标值
|
|
5
5
|
* 适用场景:
|
|
@@ -50,10 +50,6 @@ export interface ColumnParallel {
|
|
|
50
50
|
* @description 分页配置, 用于指定分页的字段名, 必须是维度
|
|
51
51
|
*/
|
|
52
52
|
page?: Page;
|
|
53
|
-
/**
|
|
54
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
55
|
-
*/
|
|
56
|
-
player?: Player;
|
|
57
53
|
/**
|
|
58
54
|
* @description 图表的背景颜色, 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
|
|
59
55
|
* @default transparent 默认为透明背景
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XBandAxis, YLinearAxis, Sort, SortLegend, BarMaxWidth, DimensionLinkage, ColumnMeasure, ColumnDimension, Page
|
|
2
|
+
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, BarStyle, Color, CrosshairRect, Dataset, Label, Legend, StackCornerRadius, Theme, Tooltip, XBandAxis, YLinearAxis, Sort, SortLegend, BarMaxWidth, DimensionLinkage, ColumnMeasure, ColumnDimension, Page } from '../../properties';
|
|
3
3
|
/**
|
|
4
4
|
* @description 百分比柱状图,适用于展示各类别占比关系的场景,Y轴以百分比形式展示数据占比
|
|
5
5
|
* 适用场景:
|
|
@@ -56,10 +56,6 @@ export interface ColumnPercent {
|
|
|
56
56
|
* @description 分页配置, 用于指定分页的字段名, 必须是维度
|
|
57
57
|
*/
|
|
58
58
|
page?: Page;
|
|
59
|
-
/**
|
|
60
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
61
|
-
*/
|
|
62
|
-
player?: Player;
|
|
63
59
|
/**
|
|
64
60
|
* @description 图表的背景颜色, 默认为透明背景, 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
|
|
65
61
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Locale } from '../../i18n';
|
|
2
|
-
import type { BackgroundColor, Color, Dataset, DonutDimension, Legend, DonutMeasure, PieLabel, Theme, Tooltip, Page
|
|
2
|
+
import type { BackgroundColor, Color, Dataset, DonutDimension, Legend, DonutMeasure, PieLabel, Theme, Tooltip, Page } from '../../properties';
|
|
3
3
|
import type { Brush } from '../../properties';
|
|
4
4
|
/**
|
|
5
5
|
* @description 环形图,适用于展示单一维度数据的占比关系,中心留有空白区域可展示汇总信息
|
|
@@ -56,10 +56,6 @@ export interface Donut {
|
|
|
56
56
|
* @description 分页配置, 用于指定分页的字段名, 必须是维度
|
|
57
57
|
*/
|
|
58
58
|
page?: Page;
|
|
59
|
-
/**
|
|
60
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
61
|
-
*/
|
|
62
|
-
player?: Player;
|
|
63
59
|
/**
|
|
64
60
|
* 图表的背景颜色
|
|
65
61
|
* @default transparent 默认为透明背景
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { BackgroundColor, Color, ColorLegend, Dataset, Label, Page,
|
|
2
|
+
import type { BackgroundColor, Color, ColorLegend, Dataset, Label, Page, FunnelDimension, FunnelMeasure, Theme, Tooltip } from '../../properties';
|
|
3
3
|
import type { Brush } from '../../properties';
|
|
4
4
|
/**
|
|
5
5
|
* @description 漏斗图,用于展示单一维度数据的占比关系
|
|
@@ -55,10 +55,6 @@ export interface Funnel {
|
|
|
55
55
|
* @description 分页配置
|
|
56
56
|
*/
|
|
57
57
|
page?: Page;
|
|
58
|
-
/**
|
|
59
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
60
|
-
*/
|
|
61
|
-
player?: Player;
|
|
62
58
|
/**
|
|
63
59
|
* 图表的背景颜色
|
|
64
60
|
* @default transparent 默认为透明背景
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { type Locale } from '../../i18n';
|
|
2
|
-
import type { Color, ColorLegend, HeatmapDimension, HeatmapMeasure,
|
|
3
|
-
import { type BackgroundColor, type Dataset, type Label, type Page, type Theme, type Tooltip } from '../../properties';
|
|
2
|
+
import type { Color, ColorLegend, HeatmapDimension, HeatmapMeasure, BackgroundColor, Dataset, Label, Page, Theme, Tooltip } from '../../properties';
|
|
4
3
|
import type { Brush } from '../../properties';
|
|
5
4
|
/**
|
|
6
5
|
* @description 热力图,通过二维矩阵的颜色深浅展示数据的分布和强弱关系
|
|
@@ -58,10 +57,6 @@ export interface Heatmap {
|
|
|
58
57
|
* @description 分页配置
|
|
59
58
|
*/
|
|
60
59
|
page?: Page;
|
|
61
|
-
/**
|
|
62
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
63
|
-
*/
|
|
64
|
-
player?: Player;
|
|
65
60
|
/**
|
|
66
61
|
* 图表的背景颜色
|
|
67
62
|
* @default transparent 默认为透明背景
|
|
@@ -5,6 +5,9 @@ export * from './column';
|
|
|
5
5
|
export * from './columnParallel';
|
|
6
6
|
export * from './columnPercent';
|
|
7
7
|
export * from './bar';
|
|
8
|
+
export * from './raceBar';
|
|
9
|
+
export * from './raceColumn';
|
|
10
|
+
export * from './raceScatter';
|
|
8
11
|
export * from './barParallel';
|
|
9
12
|
export * from './barPercent';
|
|
10
13
|
export * from './area';
|
|
@@ -5,6 +5,9 @@ export * from "./column/index.js";
|
|
|
5
5
|
export * from "./columnParallel/index.js";
|
|
6
6
|
export * from "./columnPercent/index.js";
|
|
7
7
|
export * from "./bar/index.js";
|
|
8
|
+
export * from "./raceBar/index.js";
|
|
9
|
+
export * from "./raceColumn/index.js";
|
|
10
|
+
export * from "./raceScatter/index.js";
|
|
8
11
|
export * from "./barParallel/index.js";
|
|
9
12
|
export * from "./barPercent/index.js";
|
|
10
13
|
export * from "./area/index.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, Color, Dataset, Label, Legend, Page,
|
|
2
|
+
import type { AnnotationArea, AnnotationHorizontalLine, AnnotationPoint, AnnotationVerticalLine, BackgroundColor, Brush, Color, Dataset, Label, Legend, Page, LineStyle, PointStyle, Theme, Tooltip, CrosshairLine, XBandAxis, YLinearAxis, Sort, SortLegend, DimensionLinkage, LineMeasure, LineDimension } from '../../properties';
|
|
3
3
|
/**
|
|
4
4
|
* @description 折线图,适用于展示数据随时间或有序类别变化的趋势,通过线段连接数据点形成趋势线
|
|
5
5
|
* 适用场景:
|
|
@@ -51,10 +51,6 @@ export interface Line {
|
|
|
51
51
|
* @description 分页配置
|
|
52
52
|
*/
|
|
53
53
|
page?: Page;
|
|
54
|
-
/**
|
|
55
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
56
|
-
*/
|
|
57
|
-
player?: Player;
|
|
58
54
|
/**
|
|
59
55
|
* 图表的背景颜色
|
|
60
56
|
* @description 图表的背景颜色, 默认为透明背景, 背景颜色可以是颜色字符串, 例如'red', 'blue', 也可以是hex, rgb或rgba'#ff0000', 'rgba(255,0,0,0.5)'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Locale } from '../../i18n';
|
|
2
|
-
import type { BackgroundColor, Color, Dataset, PieDimension, Legend, PieMeasure, PieLabel, Theme, Tooltip, Page
|
|
2
|
+
import type { BackgroundColor, Color, Dataset, PieDimension, Legend, PieMeasure, PieLabel, Theme, Tooltip, Page } from '../../properties';
|
|
3
3
|
import type { Brush } from '../../properties';
|
|
4
4
|
/**
|
|
5
5
|
* @description 饼图,适用于展示单一维度数据的占比关系,通过扇形面积大小表示各类别占比
|
|
@@ -56,10 +56,6 @@ export interface Pie {
|
|
|
56
56
|
* @description 分页配置, 用于指定分页的字段名, 必须是维度
|
|
57
57
|
*/
|
|
58
58
|
page?: Page;
|
|
59
|
-
/**
|
|
60
|
-
* @description 播放器配置, 用于指定播放的字段名, 必须是维度
|
|
61
|
-
*/
|
|
62
|
-
player?: Player;
|
|
63
59
|
/**
|
|
64
60
|
* 图表的背景颜色
|
|
65
61
|
* @default transparent 默认为透明背景
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./zRaceBar.js";
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import { type Locale } from '../../i18n';
|
|
2
|
+
import type { BarDimension, BarMaxWidth, BarMeasure, DimensionLinkage, Sort, SortLegend, Player } from '../../properties';
|
|
3
|
+
import { type AnnotationArea, type AnnotationHorizontalLine, type AnnotationPoint, type AnnotationVerticalLine, type BackgroundColor, type Brush, type BarStyle, type Color, type CrosshairRect, type Dataset, type Label, type Legend, type StackCornerRadius, type Theme, type Tooltip, type XLinearAxis, type YBandAxis, type Page } from '../../properties';
|
|
4
|
+
/**
|
|
5
|
+
* @description 动态条形图 (Race Bar Chart)
|
|
6
|
+
* 适用于展示数据随时间变化的排名情况
|
|
7
|
+
*/
|
|
8
|
+
export interface RaceBar {
|
|
9
|
+
/**
|
|
10
|
+
* @description 动态条形图,适用于展示数据随时间变化的排名情况
|
|
11
|
+
* @type {'raceBar'}
|
|
12
|
+
*/
|
|
13
|
+
chartType: 'raceBar';
|
|
14
|
+
/**
|
|
15
|
+
* @description 数据源
|
|
16
|
+
*/
|
|
17
|
+
dataset: Dataset;
|
|
18
|
+
/**
|
|
19
|
+
* @description 维度
|
|
20
|
+
*/
|
|
21
|
+
dimensions?: BarDimension[];
|
|
22
|
+
/**
|
|
23
|
+
* @description 指标
|
|
24
|
+
*/
|
|
25
|
+
measures?: BarMeasure[];
|
|
26
|
+
/**
|
|
27
|
+
* @description 播放器配置, 用于指定时间维度, 动态条形图的核心配置
|
|
28
|
+
*/
|
|
29
|
+
player?: Player;
|
|
30
|
+
/**
|
|
31
|
+
* @description 排序配置, 动态条形图通常需要根据数值动态排序
|
|
32
|
+
*/
|
|
33
|
+
sort?: Sort;
|
|
34
|
+
/**
|
|
35
|
+
* @description 分页配置
|
|
36
|
+
*/
|
|
37
|
+
page?: Page;
|
|
38
|
+
/**
|
|
39
|
+
* @description 背景颜色
|
|
40
|
+
*/
|
|
41
|
+
backgroundColor?: BackgroundColor;
|
|
42
|
+
/**
|
|
43
|
+
* @description 颜色配置
|
|
44
|
+
*/
|
|
45
|
+
color?: Color;
|
|
46
|
+
/**
|
|
47
|
+
* @description 标签配置
|
|
48
|
+
*/
|
|
49
|
+
label?: Label;
|
|
50
|
+
/**
|
|
51
|
+
* @description 图例配置
|
|
52
|
+
*/
|
|
53
|
+
legend?: Legend;
|
|
54
|
+
/**
|
|
55
|
+
* @description 提示信息配置
|
|
56
|
+
*/
|
|
57
|
+
tooltip?: Tooltip;
|
|
58
|
+
/**
|
|
59
|
+
* @description 框选配置
|
|
60
|
+
*/
|
|
61
|
+
brush?: Brush;
|
|
62
|
+
/**
|
|
63
|
+
* @description x轴配置
|
|
64
|
+
*/
|
|
65
|
+
xAxis?: XLinearAxis;
|
|
66
|
+
/**
|
|
67
|
+
* @description y轴配置
|
|
68
|
+
*/
|
|
69
|
+
yAxis?: YBandAxis;
|
|
70
|
+
/**
|
|
71
|
+
* @description 水平提示框配置
|
|
72
|
+
*/
|
|
73
|
+
crosshairRect?: CrosshairRect;
|
|
74
|
+
/**
|
|
75
|
+
* @description 堆叠圆角
|
|
76
|
+
*/
|
|
77
|
+
stackCornerRadius?: StackCornerRadius;
|
|
78
|
+
/**
|
|
79
|
+
* @description 矩形的最大高度
|
|
80
|
+
*/
|
|
81
|
+
barMaxWidth?: BarMaxWidth;
|
|
82
|
+
/**
|
|
83
|
+
* @description 图例排序配置
|
|
84
|
+
*/
|
|
85
|
+
sortLegend?: SortLegend;
|
|
86
|
+
/**
|
|
87
|
+
* @description 主题
|
|
88
|
+
*/
|
|
89
|
+
theme?: Theme;
|
|
90
|
+
/**
|
|
91
|
+
* @description 条形图样式配置
|
|
92
|
+
*/
|
|
93
|
+
barStyle?: BarStyle | BarStyle[];
|
|
94
|
+
/**
|
|
95
|
+
* @description 标注点配置
|
|
96
|
+
*/
|
|
97
|
+
annotationPoint?: AnnotationPoint | AnnotationPoint[];
|
|
98
|
+
/**
|
|
99
|
+
* @description 数值标注线
|
|
100
|
+
*/
|
|
101
|
+
annotationVerticalLine?: AnnotationVerticalLine | AnnotationVerticalLine[];
|
|
102
|
+
/**
|
|
103
|
+
* @description 维度值标注线
|
|
104
|
+
*/
|
|
105
|
+
annotationHorizontalLine?: AnnotationHorizontalLine | AnnotationHorizontalLine[];
|
|
106
|
+
/**
|
|
107
|
+
* @description 标注区域配置
|
|
108
|
+
*/
|
|
109
|
+
annotationArea?: AnnotationArea | AnnotationArea[];
|
|
110
|
+
/**
|
|
111
|
+
* @description 维度联动配置
|
|
112
|
+
*/
|
|
113
|
+
dimensionLinkage?: DimensionLinkage;
|
|
114
|
+
/**
|
|
115
|
+
* @description 语言配置
|
|
116
|
+
*/
|
|
117
|
+
locale?: Locale;
|
|
118
|
+
}
|
|
File without changes
|