@visactor/vseed 0.1.18 → 0.1.19
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 +108 -0
- package/dist/esm/pipeline/advanced/chart/pipes/reshape/pivotReshapeWithEncoding.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js +0 -1
- package/dist/esm/pipeline/spec/chart/pipeline/heatmap.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js +19 -1
- package/dist/esm/pipeline/spec/chart/pipes/init/pivot.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/label/label.js +4 -1
- package/dist/esm/pipeline/spec/chart/pipes/label/label.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js +1 -9
- package/dist/esm/pipeline/spec/chart/pipes/legend/colorLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js +1 -9
- package/dist/esm/pipeline/spec/chart/pipes/legend/pivotColorLegend.js.map +1 -1
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js +93 -51
- package/dist/esm/pipeline/spec/chart/pipes/pivotChart/pivotGridStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.js +1 -0
- package/dist/esm/pipeline/spec/table/pipes/init/pivotTable.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/init/table.js +1 -0
- package/dist/esm/pipeline/spec/table/pipes/init/table.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.js +7 -7
- package/dist/esm/pipeline/spec/table/pipes/theme/cornerHeaderStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/frameStyle.js +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/frameStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.js +7 -7
- package/dist/esm/pipeline/spec/table/pipes/theme/headerStyle.js.map +1 -1
- package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.js +7 -7
- package/dist/esm/pipeline/spec/table/pipes/theme/rowHeaderStyle.js.map +1 -1
- package/dist/esm/theme/dark.js +8 -2
- package/dist/esm/theme/dark.js.map +1 -1
- package/dist/esm/theme/light.js +8 -2
- package/dist/esm/theme/light.js.map +1 -1
- package/dist/esm/types/advancedVSeed.d.ts +180 -0
- package/dist/esm/types/chartType/area/area.d.ts +1 -1
- package/dist/esm/types/chartType/area/zArea.d.ts +5 -5
- package/dist/esm/types/chartType/area/zArea.js +3 -1
- package/dist/esm/types/chartType/area/zArea.js.map +1 -1
- package/dist/esm/types/chartType/areaPercent/areaPercent.d.ts +1 -1
- package/dist/esm/types/chartType/areaPercent/zAreaPercent.d.ts +5 -5
- package/dist/esm/types/chartType/areaPercent/zAreaPercent.js +3 -1
- package/dist/esm/types/chartType/areaPercent/zAreaPercent.js.map +1 -1
- package/dist/esm/types/chartType/bar/bar.d.ts +1 -1
- package/dist/esm/types/chartType/bar/zBar.d.ts +5 -5
- package/dist/esm/types/chartType/bar/zBar.js +3 -1
- package/dist/esm/types/chartType/bar/zBar.js.map +1 -1
- package/dist/esm/types/chartType/barParallel/barParallel.d.ts +1 -1
- package/dist/esm/types/chartType/barParallel/zBarParallel.d.ts +5 -5
- package/dist/esm/types/chartType/barParallel/zBarParallel.js +3 -1
- package/dist/esm/types/chartType/barParallel/zBarParallel.js.map +1 -1
- package/dist/esm/types/chartType/barPercent/barPercent.d.ts +1 -1
- package/dist/esm/types/chartType/barPercent/zBarPercent.d.ts +5 -5
- package/dist/esm/types/chartType/barPercent/zBarPercent.js +3 -1
- package/dist/esm/types/chartType/barPercent/zBarPercent.js.map +1 -1
- package/dist/esm/types/chartType/column/column.d.ts +1 -1
- package/dist/esm/types/chartType/column/zColumn.d.ts +5 -5
- package/dist/esm/types/chartType/column/zColumn.js +3 -1
- package/dist/esm/types/chartType/column/zColumn.js.map +1 -1
- package/dist/esm/types/chartType/columnParallel/columnParallel.d.ts +1 -1
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.d.ts +5 -5
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.js +3 -1
- package/dist/esm/types/chartType/columnParallel/zColumnParallel.js.map +1 -1
- package/dist/esm/types/chartType/columnPercent/columnPercent.d.ts +1 -1
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.d.ts +5 -5
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.js +3 -1
- package/dist/esm/types/chartType/columnPercent/zColumnPercent.js.map +1 -1
- package/dist/esm/types/chartType/donut/zDonut.d.ts +5 -0
- package/dist/esm/types/chartType/dualAxis/dualAxis.d.ts +1 -1
- package/dist/esm/types/chartType/dualAxis/zDualAxis.d.ts +5 -5
- package/dist/esm/types/chartType/dualAxis/zDualAxis.js +3 -1
- package/dist/esm/types/chartType/dualAxis/zDualAxis.js.map +1 -1
- package/dist/esm/types/chartType/funnel/funnel.d.ts +1 -1
- package/dist/esm/types/chartType/funnel/zFunnel.d.ts +5 -5
- package/dist/esm/types/chartType/funnel/zFunnel.js +3 -1
- package/dist/esm/types/chartType/funnel/zFunnel.js.map +1 -1
- package/dist/esm/types/chartType/heatmap/heatmap.d.ts +1 -1
- package/dist/esm/types/chartType/heatmap/zHeatmap.d.ts +5 -5
- package/dist/esm/types/chartType/heatmap/zHeatmap.js +3 -1
- package/dist/esm/types/chartType/heatmap/zHeatmap.js.map +1 -1
- package/dist/esm/types/chartType/line/line.d.ts +1 -1
- package/dist/esm/types/chartType/line/zLine.d.ts +5 -5
- package/dist/esm/types/chartType/line/zLine.js +3 -1
- package/dist/esm/types/chartType/line/zLine.js.map +1 -1
- package/dist/esm/types/chartType/pie/zPie.d.ts +5 -0
- package/dist/esm/types/chartType/radar/radar.d.ts +1 -1
- package/dist/esm/types/chartType/radar/zRadar.d.ts +5 -5
- package/dist/esm/types/chartType/radar/zRadar.js +3 -1
- package/dist/esm/types/chartType/radar/zRadar.js.map +1 -1
- package/dist/esm/types/chartType/rose/rose.d.ts +1 -1
- package/dist/esm/types/chartType/rose/zRose.d.ts +5 -5
- package/dist/esm/types/chartType/rose/zRose.js +3 -1
- package/dist/esm/types/chartType/rose/zRose.js.map +1 -1
- package/dist/esm/types/chartType/roseParallel/roseParallel.d.ts +1 -1
- package/dist/esm/types/chartType/roseParallel/zRoseParallel.d.ts +5 -5
- package/dist/esm/types/chartType/roseParallel/zRoseParallel.js +3 -1
- package/dist/esm/types/chartType/roseParallel/zRoseParallel.js.map +1 -1
- package/dist/esm/types/chartType/scatter/scatter.d.ts +1 -1
- package/dist/esm/types/chartType/scatter/zScatter.d.ts +5 -5
- package/dist/esm/types/chartType/scatter/zScatter.js +3 -1
- package/dist/esm/types/chartType/scatter/zScatter.js.map +1 -1
- package/dist/esm/types/properties/config/config.d.ts +180 -0
- package/dist/esm/types/properties/config/label/label.d.ts +7 -0
- package/dist/esm/types/properties/config/label/zLabel.d.ts +5 -0
- package/dist/esm/types/properties/config/label/zLabel.js +6 -1
- package/dist/esm/types/properties/config/label/zLabel.js.map +1 -1
- package/dist/esm/types/properties/theme/customTheme.d.ts +180 -0
- package/dist/esm/types/zVseed.d.ts +90 -80
- package/dist/umd/index.js +212 -115
- package/dist/umd/index.js.map +1 -1
- package/package.json +2 -2
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline/spec/table/pipes/theme/headerStyle.js","sources":["webpack://@visactor/vseed/./src/pipeline/spec/table/pipes/theme/headerStyle.ts"],"sourcesContent":["import type { BaseTableConstructorOptions } from '@visactor/vtable/es/ts-types'\nimport type { SpecPipe, TableConfig } from 'src/types'\n\nexport const headerStyle: SpecPipe = (spec, context) => {\n const result = { ...spec } as BaseTableConstructorOptions\n const { advancedVSeed } = context\n const { config, chartType } = advancedVSeed\n const themConfig = config?.[chartType] as TableConfig\n\n if (!result.theme || !themConfig) return result\n\n // basic\n const borderColor = themConfig.borderColor || 'rgb(224, 224, 224)'\n const backgroundColor = themConfig.headerBackgroundColor || '#EEF1F5'\n const fontColor = themConfig.headerFontColor || '#1B1F23'\n const fontSize = themConfig.headerFontSize || 12\n // Interaction\n const hoverCellBgColor = themConfig.hoverHeaderBackgroundColor || '#bedaff'\n const hoverInlineColor = themConfig.hoverHeaderInlineBackgroundColor || '#bedaff'\n\n result.theme.headerStyle = {\n borderColor: borderColor,\n borderLineWidth: 1,\n padding: [8, 12, 8, 12],\n textAlign: 'center',\n hover: {\n cellBgColor: hoverCellBgColor,\n inlineRowBgColor: hoverInlineColor,\n inlineColumnBgColor: hoverInlineColor,\n },\n frameStyle: {\n borderColor: [
|
1
|
+
{"version":3,"file":"pipeline/spec/table/pipes/theme/headerStyle.js","sources":["webpack://@visactor/vseed/./src/pipeline/spec/table/pipes/theme/headerStyle.ts"],"sourcesContent":["import type { BaseTableConstructorOptions } from '@visactor/vtable/es/ts-types'\nimport type { SpecPipe, TableConfig } from 'src/types'\n\nexport const headerStyle: SpecPipe = (spec, context) => {\n const result = { ...spec } as BaseTableConstructorOptions\n const { advancedVSeed } = context\n const { config, chartType } = advancedVSeed\n const themConfig = config?.[chartType] as TableConfig\n\n if (!result.theme || !themConfig) return result\n\n // basic\n const borderColor = themConfig.borderColor || 'rgb(224, 224, 224)'\n const backgroundColor = themConfig.headerBackgroundColor || '#EEF1F5'\n const fontColor = themConfig.headerFontColor || '#1B1F23'\n const fontSize = themConfig.headerFontSize || 12\n // Interaction\n const hoverCellBgColor = themConfig.hoverHeaderBackgroundColor || '#bedaff'\n const hoverInlineColor = themConfig.hoverHeaderInlineBackgroundColor || '#bedaff'\n\n result.theme.headerStyle = {\n borderColor: borderColor,\n borderLineWidth: 1,\n padding: [8, 12, 8, 12],\n textAlign: 'center',\n hover: {\n cellBgColor: hoverCellBgColor,\n inlineRowBgColor: hoverInlineColor,\n inlineColumnBgColor: hoverInlineColor,\n },\n frameStyle: {\n borderColor: borderColor,\n borderLineWidth: [0, 0, 1, 0],\n },\n fontSize: fontSize,\n fontVariant: 'normal',\n fontStyle: 'normal',\n fontWeight: 'bold',\n color: fontColor,\n bgColor: backgroundColor,\n lineHeight: fontSize * 1.5,\n }\n\n return result\n}\n"],"names":["headerStyle","spec","context","result","advancedVSeed","config","chartType","themConfig","borderColor","backgroundColor","fontColor","fontSize","hoverCellBgColor","hoverInlineColor"],"mappings":"AAGO,MAAMA,cAAwB,CAACC,MAAMC;IAC1C,MAAMC,SAAS;QAAE,GAAGF,IAAI;IAAC;IACzB,MAAM,EAAEG,aAAa,EAAE,GAAGF;IAC1B,MAAM,EAAEG,MAAM,EAAEC,SAAS,EAAE,GAAGF;IAC9B,MAAMG,aAAaF,QAAQ,CAACC,UAAU;IAEtC,IAAI,CAACH,OAAO,KAAK,IAAI,CAACI,YAAY,OAAOJ;IAGzC,MAAMK,cAAcD,WAAW,WAAW,IAAI;IAC9C,MAAME,kBAAkBF,WAAW,qBAAqB,IAAI;IAC5D,MAAMG,YAAYH,WAAW,eAAe,IAAI;IAChD,MAAMI,WAAWJ,WAAW,cAAc,IAAI;IAE9C,MAAMK,mBAAmBL,WAAW,0BAA0B,IAAI;IAClE,MAAMM,mBAAmBN,WAAW,gCAAgC,IAAI;IAExEJ,OAAO,KAAK,CAAC,WAAW,GAAG;QACzB,aAAaK;QACb,iBAAiB;QACjB,SAAS;YAAC;YAAG;YAAI;YAAG;SAAG;QACvB,WAAW;QACX,OAAO;YACL,aAAaI;YACb,kBAAkBC;YAClB,qBAAqBA;QACvB;QACA,YAAY;YACV,aAAaL;YACb,iBAAiB;gBAAC;gBAAG;gBAAG;gBAAG;aAAE;QAC/B;QACA,UAAUG;QACV,aAAa;QACb,WAAW;QACX,YAAY;QACZ,OAAOD;QACP,SAASD;QACT,YAAYE,AAAW,MAAXA;IACd;IAEA,OAAOR;AACT"}
|
@@ -28,13 +28,13 @@ const rowHeaderStyle = (spec, context)=>{
|
|
28
28
|
inlineColumnBgColor: hoverInlineColor
|
29
29
|
},
|
30
30
|
frameStyle: {
|
31
|
-
borderColor:
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
31
|
+
borderColor: borderColor,
|
32
|
+
borderLineWidth: [
|
33
|
+
0,
|
34
|
+
1,
|
35
|
+
0,
|
36
|
+
0
|
37
|
+
]
|
38
38
|
},
|
39
39
|
fontSize: fontSize,
|
40
40
|
fontVariant: 'normal',
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"pipeline/spec/table/pipes/theme/rowHeaderStyle.js","sources":["webpack://@visactor/vseed/./src/pipeline/spec/table/pipes/theme/rowHeaderStyle.ts"],"sourcesContent":["import type { BaseTableConstructorOptions } from '@visactor/vtable/es/ts-types'\nimport type { SpecPipe, TableConfig } from 'src/types'\n\nexport const rowHeaderStyle: SpecPipe = (spec, context) => {\n const result = { ...spec } as BaseTableConstructorOptions\n const { advancedVSeed } = context\n const { config, chartType } = advancedVSeed\n const themConfig = config?.[chartType] as TableConfig\n\n if (!result.theme || !themConfig) return result\n\n // basic\n const borderColor = themConfig.borderColor || 'rgb(224, 224, 224)'\n const backgroundColor = themConfig.headerBackgroundColor || '#EEF1F5'\n const fontColor = themConfig.headerFontColor || '#1B1F23'\n const fontSize = themConfig.headerFontSize || 12\n // Interaction\n const hoverCellBgColor = themConfig.hoverHeaderBackgroundColor || '#bedaff'\n const hoverInlineColor = themConfig.hoverHeaderInlineBackgroundColor || '#bedaff'\n\n result.theme.rowHeaderStyle = {\n borderColor: borderColor,\n borderLineWidth: 1,\n padding: [8, 12, 8, 12],\n textAlign: 'left',\n hover: {\n cellBgColor: hoverCellBgColor,\n inlineRowBgColor: hoverInlineColor,\n inlineColumnBgColor: hoverInlineColor,\n },\n frameStyle: {\n borderColor: [
|
1
|
+
{"version":3,"file":"pipeline/spec/table/pipes/theme/rowHeaderStyle.js","sources":["webpack://@visactor/vseed/./src/pipeline/spec/table/pipes/theme/rowHeaderStyle.ts"],"sourcesContent":["import type { BaseTableConstructorOptions } from '@visactor/vtable/es/ts-types'\nimport type { SpecPipe, TableConfig } from 'src/types'\n\nexport const rowHeaderStyle: SpecPipe = (spec, context) => {\n const result = { ...spec } as BaseTableConstructorOptions\n const { advancedVSeed } = context\n const { config, chartType } = advancedVSeed\n const themConfig = config?.[chartType] as TableConfig\n\n if (!result.theme || !themConfig) return result\n\n // basic\n const borderColor = themConfig.borderColor || 'rgb(224, 224, 224)'\n const backgroundColor = themConfig.headerBackgroundColor || '#EEF1F5'\n const fontColor = themConfig.headerFontColor || '#1B1F23'\n const fontSize = themConfig.headerFontSize || 12\n // Interaction\n const hoverCellBgColor = themConfig.hoverHeaderBackgroundColor || '#bedaff'\n const hoverInlineColor = themConfig.hoverHeaderInlineBackgroundColor || '#bedaff'\n\n result.theme.rowHeaderStyle = {\n borderColor: borderColor,\n borderLineWidth: 1,\n padding: [8, 12, 8, 12],\n textAlign: 'left',\n hover: {\n cellBgColor: hoverCellBgColor,\n inlineRowBgColor: hoverInlineColor,\n inlineColumnBgColor: hoverInlineColor,\n },\n frameStyle: {\n borderColor: borderColor,\n borderLineWidth: [0, 1, 0, 0],\n },\n fontSize: fontSize,\n fontVariant: 'normal',\n fontStyle: 'normal',\n fontWeight: 'bold',\n color: fontColor,\n bgColor: backgroundColor,\n lineHeight: fontSize * 1.5,\n }\n\n return result\n}\n"],"names":["rowHeaderStyle","spec","context","result","advancedVSeed","config","chartType","themConfig","borderColor","backgroundColor","fontColor","fontSize","hoverCellBgColor","hoverInlineColor"],"mappings":"AAGO,MAAMA,iBAA2B,CAACC,MAAMC;IAC7C,MAAMC,SAAS;QAAE,GAAGF,IAAI;IAAC;IACzB,MAAM,EAAEG,aAAa,EAAE,GAAGF;IAC1B,MAAM,EAAEG,MAAM,EAAEC,SAAS,EAAE,GAAGF;IAC9B,MAAMG,aAAaF,QAAQ,CAACC,UAAU;IAEtC,IAAI,CAACH,OAAO,KAAK,IAAI,CAACI,YAAY,OAAOJ;IAGzC,MAAMK,cAAcD,WAAW,WAAW,IAAI;IAC9C,MAAME,kBAAkBF,WAAW,qBAAqB,IAAI;IAC5D,MAAMG,YAAYH,WAAW,eAAe,IAAI;IAChD,MAAMI,WAAWJ,WAAW,cAAc,IAAI;IAE9C,MAAMK,mBAAmBL,WAAW,0BAA0B,IAAI;IAClE,MAAMM,mBAAmBN,WAAW,gCAAgC,IAAI;IAExEJ,OAAO,KAAK,CAAC,cAAc,GAAG;QAC5B,aAAaK;QACb,iBAAiB;QACjB,SAAS;YAAC;YAAG;YAAI;YAAG;SAAG;QACvB,WAAW;QACX,OAAO;YACL,aAAaI;YACb,kBAAkBC;YAClB,qBAAqBA;QACvB;QACA,YAAY;YACV,aAAaL;YACb,iBAAiB;gBAAC;gBAAG;gBAAG;gBAAG;aAAE;QAC/B;QACA,UAAUG;QACV,aAAa;QACb,WAAW;QACX,YAAY;QACZ,OAAOD;QACP,SAASD;QACT,YAAYE,AAAW,MAAXA;IACd;IAEA,OAAOR;AACT"}
|
package/dist/esm/theme/dark.js
CHANGED
@@ -291,11 +291,17 @@ const darkTheme = ()=>{
|
|
291
291
|
...baseConfig,
|
292
292
|
label: {
|
293
293
|
...baseConfig.label,
|
294
|
-
showValuePercent: true
|
294
|
+
showValuePercent: true,
|
295
|
+
labelLayout: 'labelLine'
|
295
296
|
}
|
296
297
|
},
|
297
298
|
donut: {
|
298
|
-
...baseConfig
|
299
|
+
...baseConfig,
|
300
|
+
label: {
|
301
|
+
...baseConfig.label,
|
302
|
+
showValuePercent: true,
|
303
|
+
labelLayout: 'labelLine'
|
304
|
+
}
|
299
305
|
},
|
300
306
|
radar: {
|
301
307
|
...baseConfig
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"theme/dark.js","sources":["webpack://@visactor/vseed/./src/theme/dark.ts"],"sourcesContent":["import type {\n BackgroundColor,\n Color,\n CustomThemeConfig,\n Label,\n Legend,\n TableConfig,\n Tooltip,\n YBandAxis,\n YLinearAxis,\n} from 'src/types'\n\nexport const darkTheme = (): CustomThemeConfig => {\n const linearAxis: YLinearAxis = {\n nice: true,\n zero: true,\n label: {\n visible: true,\n labelAngle: 0,\n labelColor: '#E2E3E6',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n title: {\n visible: false,\n titleText: '',\n titleColor: '#FDFDFD',\n titleFontSize: 12,\n titleFontWeight: 400,\n },\n grid: {\n visible: true,\n gridColor: '#404349',\n gridWidth: 0.5,\n },\n tick: {\n visible: false,\n tickInside: false,\n tickSize: 4,\n tickColor: '#4B4F54',\n },\n line: {\n visible: false,\n lineColor: '#4B4F54',\n lineWidth: 1,\n },\n }\n const bandAxis: YBandAxis = {\n labelAutoHide: true,\n labelAutoHideGap: 4,\n labelAutoLimit: true,\n labelAutoLimitLength: 80,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n label: {\n visible: true,\n labelAngle: 0,\n labelColor: '#E2E3E6',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n title: {\n visible: false,\n titleText: '',\n titleColor: '#FDFDFD',\n titleFontSize: 12,\n titleFontWeight: 400,\n },\n grid: {\n visible: false,\n gridColor: '#404349',\n gridWidth: 0.5,\n },\n tick: {\n visible: false,\n tickInside: false,\n tickSize: 4,\n tickColor: '#4B4F54',\n },\n line: {\n visible: true,\n lineColor: '#4B4F54',\n lineWidth: 1,\n },\n }\n const barBandAxis: YBandAxis = {\n ...bandAxis,\n labelAutoHide: false,\n labelAutoHideGap: 1,\n labelAutoLimit: false,\n labelAutoLimitLength: undefined,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n }\n const crosshairLine = {\n visible: true,\n labelVisible: true,\n lineColor: '#E2E3E6',\n labelColor: '#4B4F54',\n labelBackgroundColor: '#ffffff',\n }\n const crosshairRect = {\n visible: true,\n labelVisible: true,\n lineColor: '#E2E3E6',\n labelColor: '#4B4F54',\n labelBackgroundColor: '#ffffff',\n }\n\n const baseConfig: {\n backgroundColor?: BackgroundColor\n color?: Color\n label?: Label\n tooltip?: Tooltip\n legend?: Legend\n } = {\n backgroundColor: 'transparent',\n color: {\n linearColorScheme: ['#A0CEFF', '#2E62F1'],\n colorScheme: [\n '#2E62F1',\n '#4DC36A',\n '#FF8406',\n '#FFCC00',\n '#4F44CF',\n '#5AC8FA',\n '#003A8C',\n '#B08AE2',\n '#FF6341',\n '#98DD62',\n ],\n },\n label: {\n enable: true,\n wrap: true,\n showValue: true,\n showValuePercent: false,\n labelColorSmartInvert: false,\n labelOverlap: true,\n },\n tooltip: {\n enable: true,\n },\n legend: {\n enable: true,\n border: true,\n maxSize: 1,\n position: 'rt',\n shapeType: 'rectRound',\n labelColor: '#FDFDFD',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n }\n\n const tableConfig: TableConfig = {\n borderColor: '#4b4e53',\n\n bodyFontSize: 12,\n bodyFontColor: '#fdfdfd',\n bodyBackgroundColor: 'transparent',\n\n headerFontSize: 12,\n headerFontColor: '#fdfdfd',\n headerBackgroundColor: '#36393e',\n\n hoverBodyBackgroundColor: '#4284ff66',\n hoverBodyInlineBackgroundColor: '#4284ff10',\n hoverHeaderBackgroundColor: '#6f7984cc',\n hoverHeaderInlineBackgroundColor: '#4b4f54',\n\n selectedBorderColor: '#3073f2',\n selectedBackgroundColor: '#4284ff33',\n }\n\n return {\n config: {\n table: tableConfig,\n pivotTable: tableConfig,\n\n // cartesian\n line: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine: crosshairLine,\n },\n column: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n columnParallel: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n columnPercent: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n bar: {\n ...baseConfig,\n\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n barParallel: {\n ...baseConfig,\n\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n barPercent: {\n ...baseConfig,\n\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n area: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine: crosshairLine,\n },\n areaPercent: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine: crosshairLine,\n },\n scatter: {\n ...baseConfig,\n\n xAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n yAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n crosshairLine,\n },\n dualAxis: {\n ...baseConfig,\n xAxis: bandAxis,\n primaryYAxis: linearAxis,\n secondaryYAxis: { ...linearAxis, grid: { visible: false } },\n dualChartType: {\n primary: 'column',\n secondary: 'line',\n },\n crosshairRect,\n },\n // polar\n pie: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n donut: {\n ...baseConfig,\n },\n radar: {\n ...baseConfig,\n },\n rose: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n roseParallel: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n // other\n funnel: {\n ...baseConfig,\n },\n heatmap: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n labelColorSmartInvert: true,\n },\n },\n },\n }\n}\n"],"names":["darkTheme","linearAxis","bandAxis","barBandAxis","undefined","crosshairLine","crosshairRect","baseConfig","tableConfig"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"theme/dark.js","sources":["webpack://@visactor/vseed/./src/theme/dark.ts"],"sourcesContent":["import type {\n BackgroundColor,\n Color,\n CustomThemeConfig,\n Label,\n Legend,\n TableConfig,\n Tooltip,\n YBandAxis,\n YLinearAxis,\n} from 'src/types'\n\nexport const darkTheme = (): CustomThemeConfig => {\n const linearAxis: YLinearAxis = {\n nice: true,\n zero: true,\n label: {\n visible: true,\n labelAngle: 0,\n labelColor: '#E2E3E6',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n title: {\n visible: false,\n titleText: '',\n titleColor: '#FDFDFD',\n titleFontSize: 12,\n titleFontWeight: 400,\n },\n grid: {\n visible: true,\n gridColor: '#404349',\n gridWidth: 0.5,\n },\n tick: {\n visible: false,\n tickInside: false,\n tickSize: 4,\n tickColor: '#4B4F54',\n },\n line: {\n visible: false,\n lineColor: '#4B4F54',\n lineWidth: 1,\n },\n }\n const bandAxis: YBandAxis = {\n labelAutoHide: true,\n labelAutoHideGap: 4,\n labelAutoLimit: true,\n labelAutoLimitLength: 80,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n label: {\n visible: true,\n labelAngle: 0,\n labelColor: '#E2E3E6',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n title: {\n visible: false,\n titleText: '',\n titleColor: '#FDFDFD',\n titleFontSize: 12,\n titleFontWeight: 400,\n },\n grid: {\n visible: false,\n gridColor: '#404349',\n gridWidth: 0.5,\n },\n tick: {\n visible: false,\n tickInside: false,\n tickSize: 4,\n tickColor: '#4B4F54',\n },\n line: {\n visible: true,\n lineColor: '#4B4F54',\n lineWidth: 1,\n },\n }\n const barBandAxis: YBandAxis = {\n ...bandAxis,\n labelAutoHide: false,\n labelAutoHideGap: 1,\n labelAutoLimit: false,\n labelAutoLimitLength: undefined,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n }\n const crosshairLine = {\n visible: true,\n labelVisible: true,\n lineColor: '#E2E3E6',\n labelColor: '#4B4F54',\n labelBackgroundColor: '#ffffff',\n }\n const crosshairRect = {\n visible: true,\n labelVisible: true,\n lineColor: '#E2E3E6',\n labelColor: '#4B4F54',\n labelBackgroundColor: '#ffffff',\n }\n\n const baseConfig: {\n backgroundColor?: BackgroundColor\n color?: Color\n label?: Label\n tooltip?: Tooltip\n legend?: Legend\n } = {\n backgroundColor: 'transparent',\n color: {\n linearColorScheme: ['#A0CEFF', '#2E62F1'],\n colorScheme: [\n '#2E62F1',\n '#4DC36A',\n '#FF8406',\n '#FFCC00',\n '#4F44CF',\n '#5AC8FA',\n '#003A8C',\n '#B08AE2',\n '#FF6341',\n '#98DD62',\n ],\n },\n label: {\n enable: true,\n wrap: true,\n showValue: true,\n showValuePercent: false,\n labelColorSmartInvert: false,\n labelOverlap: true,\n },\n tooltip: {\n enable: true,\n },\n legend: {\n enable: true,\n border: true,\n maxSize: 1,\n position: 'rt',\n shapeType: 'rectRound',\n labelColor: '#FDFDFD',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n }\n\n const tableConfig: TableConfig = {\n borderColor: '#4b4e53',\n\n bodyFontSize: 12,\n bodyFontColor: '#fdfdfd',\n bodyBackgroundColor: 'transparent',\n\n headerFontSize: 12,\n headerFontColor: '#fdfdfd',\n headerBackgroundColor: '#36393e',\n\n hoverBodyBackgroundColor: '#4284ff66',\n hoverBodyInlineBackgroundColor: '#4284ff10',\n hoverHeaderBackgroundColor: '#6f7984cc',\n hoverHeaderInlineBackgroundColor: '#4b4f54',\n\n selectedBorderColor: '#3073f2',\n selectedBackgroundColor: '#4284ff33',\n }\n\n return {\n config: {\n table: tableConfig,\n pivotTable: tableConfig,\n\n // cartesian\n line: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine: crosshairLine,\n },\n column: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n columnParallel: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n columnPercent: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n bar: {\n ...baseConfig,\n\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n barParallel: {\n ...baseConfig,\n\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n barPercent: {\n ...baseConfig,\n\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect: crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n area: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine: crosshairLine,\n },\n areaPercent: {\n ...baseConfig,\n\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine: crosshairLine,\n },\n scatter: {\n ...baseConfig,\n\n xAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n yAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n crosshairLine,\n },\n dualAxis: {\n ...baseConfig,\n xAxis: bandAxis,\n primaryYAxis: linearAxis,\n secondaryYAxis: { ...linearAxis, grid: { visible: false } },\n dualChartType: {\n primary: 'column',\n secondary: 'line',\n },\n crosshairRect,\n },\n // polar\n pie: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n labelLayout: 'labelLine',\n },\n },\n donut: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n labelLayout: 'labelLine',\n },\n },\n radar: {\n ...baseConfig,\n },\n rose: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n roseParallel: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n // other\n funnel: {\n ...baseConfig,\n },\n heatmap: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n labelColorSmartInvert: true,\n },\n },\n },\n }\n}\n"],"names":["darkTheme","linearAxis","bandAxis","barBandAxis","undefined","crosshairLine","crosshairRect","baseConfig","tableConfig"],"mappings":"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"}
|
package/dist/esm/theme/light.js
CHANGED
@@ -308,11 +308,17 @@ const lightTheme = ()=>{
|
|
308
308
|
...baseConfig,
|
309
309
|
label: {
|
310
310
|
...baseConfig.label,
|
311
|
-
showValuePercent: true
|
311
|
+
showValuePercent: true,
|
312
|
+
labelLayout: 'labelLine'
|
312
313
|
}
|
313
314
|
},
|
314
315
|
donut: {
|
315
|
-
...baseConfig
|
316
|
+
...baseConfig,
|
317
|
+
label: {
|
318
|
+
...baseConfig.label,
|
319
|
+
showValuePercent: true,
|
320
|
+
labelLayout: 'labelLine'
|
321
|
+
}
|
316
322
|
},
|
317
323
|
radar: {
|
318
324
|
...baseConfig
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"theme/light.js","sources":["webpack://@visactor/vseed/./src/theme/light.ts"],"sourcesContent":["import type {\n BackgroundColor,\n Color,\n CustomThemeConfig,\n Label,\n Legend,\n TableConfig,\n Tooltip,\n YBandAxis,\n YLinearAxis,\n} from 'src/types'\n\nexport const lightTheme = (): CustomThemeConfig => {\n const linearAxis: YLinearAxis = {\n nice: true,\n zero: true,\n inverse: false,\n label: {\n visible: true,\n labelAngle: 0,\n labelColor: '#797B85',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n title: {\n visible: false,\n titleText: '',\n titleColor: '#646A73',\n titleFontSize: 12,\n titleFontWeight: 400,\n },\n grid: {\n visible: true,\n gridColor: '#36415926',\n gridWidth: 0.5,\n },\n tick: {\n visible: false,\n tickInside: false,\n tickSize: 4,\n tickColor: '#3641594d',\n },\n line: {\n visible: false,\n lineColor: '#3641594d',\n lineWidth: 1,\n },\n }\n const bandAxis: YBandAxis = {\n labelAutoHide: true,\n labelAutoHideGap: 4,\n labelAutoLimit: true,\n labelAutoLimitLength: 80,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n label: {\n visible: true,\n labelAngle: 0,\n labelColor: '#797B85',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n title: {\n visible: false,\n titleText: '',\n titleColor: '#646A73',\n titleFontSize: 12,\n titleFontWeight: 400,\n },\n grid: {\n visible: false,\n gridColor: '#36415926',\n gridWidth: 0.5,\n },\n tick: {\n visible: false,\n tickInside: false,\n tickSize: 4,\n tickColor: '#3641594d',\n },\n line: {\n visible: true,\n lineColor: '#3641594d',\n lineWidth: 1,\n },\n }\n const barBandAxis: YBandAxis = {\n ...bandAxis,\n labelAutoHide: false,\n labelAutoHideGap: 1,\n labelAutoLimit: false,\n labelAutoLimitLength: undefined,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n }\n\n const crosshairLine = {\n visible: true,\n labelVisible: true,\n lineColor: '#3641594d',\n labelColor: '#ffffff',\n labelBackgroundColor: '#364159',\n }\n const crosshairRect = {\n visible: true,\n labelVisible: true,\n rectColor: '#3641594d',\n labelColor: '#ffffff',\n labelBackgroundColor: '#364159',\n }\n\n const baseConfig: {\n backgroundColor?: BackgroundColor\n color?: Color\n label?: Label\n tooltip?: Tooltip\n legend?: Legend\n } = {\n backgroundColor: 'transparent',\n color: {\n linearColorScheme: ['#C2CEFF', '#5766EC'],\n colorScheme: [\n '#8D72F6',\n '#5766EC',\n '#66A3FE',\n '#51D5E6',\n '#4EC0B3',\n '#F9DF90',\n '#F9AD71',\n '#ED8888',\n '#E9A0C3',\n '#D77DD3',\n ],\n },\n label: {\n enable: true,\n wrap: true,\n showValue: true,\n showValuePercent: false,\n labelColorSmartInvert: false,\n labelOverlap: true,\n },\n tooltip: {\n enable: true,\n },\n legend: {\n enable: true,\n border: true,\n maxSize: 1,\n shapeType: 'rectRound',\n position: 'rt',\n labelColor: '#646A73',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n }\n const tableConfig: TableConfig = {\n borderColor: '#e3e5eb',\n\n bodyFontSize: 12,\n bodyFontColor: '#141414',\n bodyBackgroundColor: 'transparent',\n\n headerFontSize: 12,\n headerFontColor: '#21252c',\n headerBackgroundColor: '#f6f7f9',\n\n hoverBodyBackgroundColor: '#bedaff',\n hoverBodyInlineBackgroundColor: '#bedaff33',\n hoverHeaderBackgroundColor: '#D9DDE4',\n hoverHeaderInlineBackgroundColor: '#D9DDE455',\n\n selectedBorderColor: '#4080ff',\n selectedBackgroundColor: '#bedaff33',\n\n backgroundColor: 'transparent',\n }\n\n return {\n config: {\n // table\n table: tableConfig,\n pivotTable: tableConfig,\n // cartesian\n line: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine,\n },\n column: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n columnParallel: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n columnPercent: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: {\n ...linearAxis,\n numFormat: {\n type: 'percent',\n },\n },\n crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n bar: {\n ...baseConfig,\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n barParallel: {\n ...baseConfig,\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n barPercent: {\n ...baseConfig,\n xAxis: {\n ...linearAxis,\n numFormat: {\n type: 'percent',\n },\n },\n yAxis: barBandAxis,\n crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n area: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine,\n },\n areaPercent: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: {\n ...linearAxis,\n numFormat: {\n type: 'percent',\n },\n },\n crosshairLine,\n },\n scatter: {\n ...baseConfig,\n xAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n yAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n crosshairLine,\n },\n dualAxis: {\n ...baseConfig,\n xAxis: bandAxis,\n primaryYAxis: linearAxis,\n secondaryYAxis: { ...linearAxis, grid: { visible: false } },\n dualChartType: {\n primary: 'column',\n secondary: 'line',\n },\n crosshairRect,\n },\n // polar\n pie: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n donut: {\n ...baseConfig,\n },\n radar: {\n ...baseConfig,\n },\n rose: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n roseParallel: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n // other\n funnel: {\n ...baseConfig,\n },\n heatmap: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n labelColorSmartInvert: true,\n },\n },\n },\n }\n}\n"],"names":["lightTheme","linearAxis","bandAxis","barBandAxis","undefined","crosshairLine","crosshairRect","baseConfig","tableConfig"],"mappings":"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"}
|
1
|
+
{"version":3,"file":"theme/light.js","sources":["webpack://@visactor/vseed/./src/theme/light.ts"],"sourcesContent":["import type {\n BackgroundColor,\n Color,\n CustomThemeConfig,\n Label,\n Legend,\n TableConfig,\n Tooltip,\n YBandAxis,\n YLinearAxis,\n} from 'src/types'\n\nexport const lightTheme = (): CustomThemeConfig => {\n const linearAxis: YLinearAxis = {\n nice: true,\n zero: true,\n inverse: false,\n label: {\n visible: true,\n labelAngle: 0,\n labelColor: '#797B85',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n title: {\n visible: false,\n titleText: '',\n titleColor: '#646A73',\n titleFontSize: 12,\n titleFontWeight: 400,\n },\n grid: {\n visible: true,\n gridColor: '#36415926',\n gridWidth: 0.5,\n },\n tick: {\n visible: false,\n tickInside: false,\n tickSize: 4,\n tickColor: '#3641594d',\n },\n line: {\n visible: false,\n lineColor: '#3641594d',\n lineWidth: 1,\n },\n }\n const bandAxis: YBandAxis = {\n labelAutoHide: true,\n labelAutoHideGap: 4,\n labelAutoLimit: true,\n labelAutoLimitLength: 80,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n label: {\n visible: true,\n labelAngle: 0,\n labelColor: '#797B85',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n title: {\n visible: false,\n titleText: '',\n titleColor: '#646A73',\n titleFontSize: 12,\n titleFontWeight: 400,\n },\n grid: {\n visible: false,\n gridColor: '#36415926',\n gridWidth: 0.5,\n },\n tick: {\n visible: false,\n tickInside: false,\n tickSize: 4,\n tickColor: '#3641594d',\n },\n line: {\n visible: true,\n lineColor: '#3641594d',\n lineWidth: 1,\n },\n }\n const barBandAxis: YBandAxis = {\n ...bandAxis,\n labelAutoHide: false,\n labelAutoHideGap: 1,\n labelAutoLimit: false,\n labelAutoLimitLength: undefined,\n labelAutoRotate: false,\n labelAutoRotateAngleRange: [0, -45, -90],\n }\n\n const crosshairLine = {\n visible: true,\n labelVisible: true,\n lineColor: '#3641594d',\n labelColor: '#ffffff',\n labelBackgroundColor: '#364159',\n }\n const crosshairRect = {\n visible: true,\n labelVisible: true,\n rectColor: '#3641594d',\n labelColor: '#ffffff',\n labelBackgroundColor: '#364159',\n }\n\n const baseConfig: {\n backgroundColor?: BackgroundColor\n color?: Color\n label?: Label\n tooltip?: Tooltip\n legend?: Legend\n } = {\n backgroundColor: 'transparent',\n color: {\n linearColorScheme: ['#C2CEFF', '#5766EC'],\n colorScheme: [\n '#8D72F6',\n '#5766EC',\n '#66A3FE',\n '#51D5E6',\n '#4EC0B3',\n '#F9DF90',\n '#F9AD71',\n '#ED8888',\n '#E9A0C3',\n '#D77DD3',\n ],\n },\n label: {\n enable: true,\n wrap: true,\n showValue: true,\n showValuePercent: false,\n labelColorSmartInvert: false,\n labelOverlap: true,\n },\n tooltip: {\n enable: true,\n },\n legend: {\n enable: true,\n border: true,\n maxSize: 1,\n shapeType: 'rectRound',\n position: 'rt',\n labelColor: '#646A73',\n labelFontSize: 12,\n labelFontWeight: 400,\n },\n }\n const tableConfig: TableConfig = {\n borderColor: '#e3e5eb',\n\n bodyFontSize: 12,\n bodyFontColor: '#141414',\n bodyBackgroundColor: 'transparent',\n\n headerFontSize: 12,\n headerFontColor: '#21252c',\n headerBackgroundColor: '#f6f7f9',\n\n hoverBodyBackgroundColor: '#bedaff',\n hoverBodyInlineBackgroundColor: '#bedaff33',\n hoverHeaderBackgroundColor: '#D9DDE4',\n hoverHeaderInlineBackgroundColor: '#D9DDE455',\n\n selectedBorderColor: '#4080ff',\n selectedBackgroundColor: '#bedaff33',\n\n backgroundColor: 'transparent',\n }\n\n return {\n config: {\n // table\n table: tableConfig,\n pivotTable: tableConfig,\n // cartesian\n line: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine,\n },\n column: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n columnParallel: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n columnPercent: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: {\n ...linearAxis,\n numFormat: {\n type: 'percent',\n },\n },\n crosshairRect,\n stackCornerRadius: [4, 4, 0, 0],\n },\n bar: {\n ...baseConfig,\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n barParallel: {\n ...baseConfig,\n xAxis: linearAxis,\n yAxis: barBandAxis,\n crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n barPercent: {\n ...baseConfig,\n xAxis: {\n ...linearAxis,\n numFormat: {\n type: 'percent',\n },\n },\n yAxis: barBandAxis,\n crosshairRect,\n stackCornerRadius: [0, 4, 4, 0],\n },\n area: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: linearAxis,\n crosshairLine,\n },\n areaPercent: {\n ...baseConfig,\n xAxis: bandAxis,\n yAxis: {\n ...linearAxis,\n numFormat: {\n type: 'percent',\n },\n },\n crosshairLine,\n },\n scatter: {\n ...baseConfig,\n xAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n yAxis: {\n ...linearAxis,\n line: {\n ...linearAxis.line,\n visible: true,\n },\n },\n crosshairLine,\n },\n dualAxis: {\n ...baseConfig,\n xAxis: bandAxis,\n primaryYAxis: linearAxis,\n secondaryYAxis: { ...linearAxis, grid: { visible: false } },\n dualChartType: {\n primary: 'column',\n secondary: 'line',\n },\n crosshairRect,\n },\n // polar\n pie: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n labelLayout: 'labelLine',\n },\n },\n donut: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n labelLayout: 'labelLine',\n },\n },\n radar: {\n ...baseConfig,\n },\n rose: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n roseParallel: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n showValuePercent: true,\n },\n },\n // other\n funnel: {\n ...baseConfig,\n },\n heatmap: {\n ...baseConfig,\n label: {\n ...baseConfig.label,\n labelColorSmartInvert: true,\n },\n },\n },\n }\n}\n"],"names":["lightTheme","linearAxis","bandAxis","barBandAxis","undefined","crosshairLine","crosshairRect","baseConfig","tableConfig"],"mappings":"AAYO,MAAMA,aAAa;IACxB,MAAMC,aAA0B;QAC9B,MAAM;QACN,MAAM;QACN,SAAS;QACT,OAAO;YACL,SAAS;YACT,YAAY;YACZ,YAAY;YACZ,eAAe;YACf,iBAAiB;QACnB;QACA,OAAO;YACL,SAAS;YACT,WAAW;YACX,YAAY;YACZ,eAAe;YACf,iBAAiB;QACnB;QACA,MAAM;YACJ,SAAS;YACT,WAAW;YACX,WAAW;QACb;QACA,MAAM;YACJ,SAAS;YACT,YAAY;YACZ,UAAU;YACV,WAAW;QACb;QACA,MAAM;YACJ,SAAS;YACT,WAAW;YACX,WAAW;QACb;IACF;IACA,MAAMC,WAAsB;QAC1B,eAAe;QACf,kBAAkB;QAClB,gBAAgB;QAChB,sBAAsB;QACtB,iBAAiB;QACjB,2BAA2B;YAAC;YAAG;YAAK;SAAI;QACxC,OAAO;YACL,SAAS;YACT,YAAY;YACZ,YAAY;YACZ,eAAe;YACf,iBAAiB;QACnB;QACA,OAAO;YACL,SAAS;YACT,WAAW;YACX,YAAY;YACZ,eAAe;YACf,iBAAiB;QACnB;QACA,MAAM;YACJ,SAAS;YACT,WAAW;YACX,WAAW;QACb;QACA,MAAM;YACJ,SAAS;YACT,YAAY;YACZ,UAAU;YACV,WAAW;QACb;QACA,MAAM;YACJ,SAAS;YACT,WAAW;YACX,WAAW;QACb;IACF;IACA,MAAMC,cAAyB;QAC7B,GAAGD,QAAQ;QACX,eAAe;QACf,kBAAkB;QAClB,gBAAgB;QAChB,sBAAsBE;QACtB,iBAAiB;QACjB,2BAA2B;YAAC;YAAG;YAAK;SAAI;IAC1C;IAEA,MAAMC,gBAAgB;QACpB,SAAS;QACT,cAAc;QACd,WAAW;QACX,YAAY;QACZ,sBAAsB;IACxB;IACA,MAAMC,gBAAgB;QACpB,SAAS;QACT,cAAc;QACd,WAAW;QACX,YAAY;QACZ,sBAAsB;IACxB;IAEA,MAAMC,aAMF;QACF,iBAAiB;QACjB,OAAO;YACL,mBAAmB;gBAAC;gBAAW;aAAU;YACzC,aAAa;gBACX;gBACA;gBACA;gBACA;gBACA;gBACA;gBACA;gBACA;gBACA;gBACA;aACD;QACH;QACA,OAAO;YACL,QAAQ;YACR,MAAM;YACN,WAAW;YACX,kBAAkB;YAClB,uBAAuB;YACvB,cAAc;QAChB;QACA,SAAS;YACP,QAAQ;QACV;QACA,QAAQ;YACN,QAAQ;YACR,QAAQ;YACR,SAAS;YACT,WAAW;YACX,UAAU;YACV,YAAY;YACZ,eAAe;YACf,iBAAiB;QACnB;IACF;IACA,MAAMC,cAA2B;QAC/B,aAAa;QAEb,cAAc;QACd,eAAe;QACf,qBAAqB;QAErB,gBAAgB;QAChB,iBAAiB;QACjB,uBAAuB;QAEvB,0BAA0B;QAC1B,gCAAgC;QAChC,4BAA4B;QAC5B,kCAAkC;QAElC,qBAAqB;QACrB,yBAAyB;QAEzB,iBAAiB;IACnB;IAEA,OAAO;QACL,QAAQ;YAEN,OAAOA;YACP,YAAYA;YAEZ,MAAM;gBACJ,GAAGD,UAAU;gBACb,OAAOL;gBACP,OAAOD;gBACPI;YACF;YACA,QAAQ;gBACN,GAAGE,UAAU;gBACb,OAAOL;gBACP,OAAOD;gBACPK;gBACA,mBAAmB;oBAAC;oBAAG;oBAAG;oBAAG;iBAAE;YACjC;YACA,gBAAgB;gBACd,GAAGC,UAAU;gBACb,OAAOL;gBACP,OAAOD;gBACPK;gBACA,mBAAmB;oBAAC;oBAAG;oBAAG;oBAAG;iBAAE;YACjC;YACA,eAAe;gBACb,GAAGC,UAAU;gBACb,OAAOL;gBACP,OAAO;oBACL,GAAGD,UAAU;oBACb,WAAW;wBACT,MAAM;oBACR;gBACF;gBACAK;gBACA,mBAAmB;oBAAC;oBAAG;oBAAG;oBAAG;iBAAE;YACjC;YACA,KAAK;gBACH,GAAGC,UAAU;gBACb,OAAON;gBACP,OAAOE;gBACPG;gBACA,mBAAmB;oBAAC;oBAAG;oBAAG;oBAAG;iBAAE;YACjC;YACA,aAAa;gBACX,GAAGC,UAAU;gBACb,OAAON;gBACP,OAAOE;gBACPG;gBACA,mBAAmB;oBAAC;oBAAG;oBAAG;oBAAG;iBAAE;YACjC;YACA,YAAY;gBACV,GAAGC,UAAU;gBACb,OAAO;oBACL,GAAGN,UAAU;oBACb,WAAW;wBACT,MAAM;oBACR;gBACF;gBACA,OAAOE;gBACPG;gBACA,mBAAmB;oBAAC;oBAAG;oBAAG;oBAAG;iBAAE;YACjC;YACA,MAAM;gBACJ,GAAGC,UAAU;gBACb,OAAOL;gBACP,OAAOD;gBACPI;YACF;YACA,aAAa;gBACX,GAAGE,UAAU;gBACb,OAAOL;gBACP,OAAO;oBACL,GAAGD,UAAU;oBACb,WAAW;wBACT,MAAM;oBACR;gBACF;gBACAI;YACF;YACA,SAAS;gBACP,GAAGE,UAAU;gBACb,OAAO;oBACL,GAAGN,UAAU;oBACb,MAAM;wBACJ,GAAGA,WAAW,IAAI;wBAClB,SAAS;oBACX;gBACF;gBACA,OAAO;oBACL,GAAGA,UAAU;oBACb,MAAM;wBACJ,GAAGA,WAAW,IAAI;wBAClB,SAAS;oBACX;gBACF;gBACAI;YACF;YACA,UAAU;gBACR,GAAGE,UAAU;gBACb,OAAOL;gBACP,cAAcD;gBACd,gBAAgB;oBAAE,GAAGA,UAAU;oBAAE,MAAM;wBAAE,SAAS;oBAAM;gBAAE;gBAC1D,eAAe;oBACb,SAAS;oBACT,WAAW;gBACb;gBACAK;YACF;YAEA,KAAK;gBACH,GAAGC,UAAU;gBACb,OAAO;oBACL,GAAGA,WAAW,KAAK;oBACnB,kBAAkB;oBAClB,aAAa;gBACf;YACF;YACA,OAAO;gBACL,GAAGA,UAAU;gBACb,OAAO;oBACL,GAAGA,WAAW,KAAK;oBACnB,kBAAkB;oBAClB,aAAa;gBACf;YACF;YACA,OAAO;gBACL,GAAGA,UAAU;YACf;YACA,MAAM;gBACJ,GAAGA,UAAU;gBACb,OAAO;oBACL,GAAGA,WAAW,KAAK;oBACnB,kBAAkB;gBACpB;YACF;YACA,cAAc;gBACZ,GAAGA,UAAU;gBACb,OAAO;oBACL,GAAGA,WAAW,KAAK;oBACnB,kBAAkB;gBACpB;YACF;YAEA,QAAQ;gBACN,GAAGA,UAAU;YACf;YACA,SAAS;gBACP,GAAGA,UAAU;gBACb,OAAO;oBACL,GAAGA,WAAW,KAAK;oBACnB,uBAAuB;gBACzB;YACF;QACF;IACF;AACF"}
|
@@ -252,6 +252,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
252
252
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
253
253
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
254
254
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
255
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
256
|
+
arc: "arc";
|
257
|
+
labelLine: "labelLine";
|
258
|
+
edge: "edge";
|
259
|
+
}>>>;
|
255
260
|
}, z.core.$strip>>>;
|
256
261
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
257
262
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -477,6 +482,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
477
482
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
478
483
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
479
484
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
485
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
486
|
+
arc: "arc";
|
487
|
+
labelLine: "labelLine";
|
488
|
+
edge: "edge";
|
489
|
+
}>>>;
|
480
490
|
}, z.core.$strip>>>;
|
481
491
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
482
492
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -703,6 +713,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
703
713
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
704
714
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
705
715
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
716
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
717
|
+
arc: "arc";
|
718
|
+
labelLine: "labelLine";
|
719
|
+
edge: "edge";
|
720
|
+
}>>>;
|
706
721
|
}, z.core.$strip>>>;
|
707
722
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
708
723
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -929,6 +944,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
929
944
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
930
945
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
931
946
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
947
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
948
|
+
arc: "arc";
|
949
|
+
labelLine: "labelLine";
|
950
|
+
edge: "edge";
|
951
|
+
}>>>;
|
932
952
|
}, z.core.$strip>>>;
|
933
953
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
934
954
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -1155,6 +1175,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
1155
1175
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1156
1176
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1157
1177
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1178
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
1179
|
+
arc: "arc";
|
1180
|
+
labelLine: "labelLine";
|
1181
|
+
edge: "edge";
|
1182
|
+
}>>>;
|
1158
1183
|
}, z.core.$strip>>>;
|
1159
1184
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1160
1185
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -1381,6 +1406,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
1381
1406
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1382
1407
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1383
1408
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1409
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
1410
|
+
arc: "arc";
|
1411
|
+
labelLine: "labelLine";
|
1412
|
+
edge: "edge";
|
1413
|
+
}>>>;
|
1384
1414
|
}, z.core.$strip>>>;
|
1385
1415
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1386
1416
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -1607,6 +1637,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
1607
1637
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1608
1638
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1609
1639
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1640
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
1641
|
+
arc: "arc";
|
1642
|
+
labelLine: "labelLine";
|
1643
|
+
edge: "edge";
|
1644
|
+
}>>>;
|
1610
1645
|
}, z.core.$strip>>>;
|
1611
1646
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1612
1647
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -1833,6 +1868,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
1833
1868
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1834
1869
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
1835
1870
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
1871
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
1872
|
+
arc: "arc";
|
1873
|
+
labelLine: "labelLine";
|
1874
|
+
edge: "edge";
|
1875
|
+
}>>>;
|
1836
1876
|
}, z.core.$strip>>>;
|
1837
1877
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
1838
1878
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -2058,6 +2098,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
2058
2098
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2059
2099
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2060
2100
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2101
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
2102
|
+
arc: "arc";
|
2103
|
+
labelLine: "labelLine";
|
2104
|
+
edge: "edge";
|
2105
|
+
}>>>;
|
2061
2106
|
}, z.core.$strip>>>;
|
2062
2107
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
2063
2108
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -2283,6 +2328,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
2283
2328
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2284
2329
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2285
2330
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2331
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
2332
|
+
arc: "arc";
|
2333
|
+
labelLine: "labelLine";
|
2334
|
+
edge: "edge";
|
2335
|
+
}>>>;
|
2286
2336
|
}, z.core.$strip>>>;
|
2287
2337
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
2288
2338
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -2539,6 +2589,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
2539
2589
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2540
2590
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
2541
2591
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
2592
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
2593
|
+
arc: "arc";
|
2594
|
+
labelLine: "labelLine";
|
2595
|
+
edge: "edge";
|
2596
|
+
}>>>;
|
2542
2597
|
}, z.core.$strip>>>;
|
2543
2598
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
2544
2599
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -3004,6 +3059,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
3004
3059
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3005
3060
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3006
3061
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3062
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
3063
|
+
arc: "arc";
|
3064
|
+
labelLine: "labelLine";
|
3065
|
+
edge: "edge";
|
3066
|
+
}>>>;
|
3007
3067
|
}, z.core.$strip>>>;
|
3008
3068
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3009
3069
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -3113,6 +3173,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
3113
3173
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3114
3174
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3115
3175
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3176
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
3177
|
+
arc: "arc";
|
3178
|
+
labelLine: "labelLine";
|
3179
|
+
edge: "edge";
|
3180
|
+
}>>>;
|
3116
3181
|
}, z.core.$strip>>>;
|
3117
3182
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3118
3183
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -3222,6 +3287,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
3222
3287
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3223
3288
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3224
3289
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3290
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
3291
|
+
arc: "arc";
|
3292
|
+
labelLine: "labelLine";
|
3293
|
+
edge: "edge";
|
3294
|
+
}>>>;
|
3225
3295
|
}, z.core.$strip>>>;
|
3226
3296
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3227
3297
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -3331,6 +3401,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
3331
3401
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3332
3402
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3333
3403
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3404
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
3405
|
+
arc: "arc";
|
3406
|
+
labelLine: "labelLine";
|
3407
|
+
edge: "edge";
|
3408
|
+
}>>>;
|
3334
3409
|
}, z.core.$strip>>>;
|
3335
3410
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3336
3411
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -3440,6 +3515,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
3440
3515
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3441
3516
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3442
3517
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3518
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
3519
|
+
arc: "arc";
|
3520
|
+
labelLine: "labelLine";
|
3521
|
+
edge: "edge";
|
3522
|
+
}>>>;
|
3443
3523
|
}, z.core.$strip>>>;
|
3444
3524
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3445
3525
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -3549,6 +3629,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
3549
3629
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3550
3630
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3551
3631
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3632
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
3633
|
+
arc: "arc";
|
3634
|
+
labelLine: "labelLine";
|
3635
|
+
edge: "edge";
|
3636
|
+
}>>>;
|
3552
3637
|
}, z.core.$strip>>>;
|
3553
3638
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3554
3639
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -3658,6 +3743,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
3658
3743
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3659
3744
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
3660
3745
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
3746
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
3747
|
+
arc: "arc";
|
3748
|
+
labelLine: "labelLine";
|
3749
|
+
edge: "edge";
|
3750
|
+
}>>>;
|
3661
3751
|
}, z.core.$strip>>>;
|
3662
3752
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
3663
3753
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -4434,6 +4524,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
4434
4524
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4435
4525
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4436
4526
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4527
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
4528
|
+
arc: "arc";
|
4529
|
+
labelLine: "labelLine";
|
4530
|
+
edge: "edge";
|
4531
|
+
}>>>;
|
4437
4532
|
}, z.core.$strip>>>;
|
4438
4533
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4439
4534
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -4659,6 +4754,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
4659
4754
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4660
4755
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4661
4756
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4757
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
4758
|
+
arc: "arc";
|
4759
|
+
labelLine: "labelLine";
|
4760
|
+
edge: "edge";
|
4761
|
+
}>>>;
|
4662
4762
|
}, z.core.$strip>>>;
|
4663
4763
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4664
4764
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -4885,6 +4985,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
4885
4985
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4886
4986
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
4887
4987
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
4988
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
4989
|
+
arc: "arc";
|
4990
|
+
labelLine: "labelLine";
|
4991
|
+
edge: "edge";
|
4992
|
+
}>>>;
|
4888
4993
|
}, z.core.$strip>>>;
|
4889
4994
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
4890
4995
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -5111,6 +5216,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
5111
5216
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5112
5217
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5113
5218
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5219
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
5220
|
+
arc: "arc";
|
5221
|
+
labelLine: "labelLine";
|
5222
|
+
edge: "edge";
|
5223
|
+
}>>>;
|
5114
5224
|
}, z.core.$strip>>>;
|
5115
5225
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
5116
5226
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -5337,6 +5447,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
5337
5447
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5338
5448
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5339
5449
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5450
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
5451
|
+
arc: "arc";
|
5452
|
+
labelLine: "labelLine";
|
5453
|
+
edge: "edge";
|
5454
|
+
}>>>;
|
5340
5455
|
}, z.core.$strip>>>;
|
5341
5456
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
5342
5457
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -5563,6 +5678,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
5563
5678
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5564
5679
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5565
5680
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5681
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
5682
|
+
arc: "arc";
|
5683
|
+
labelLine: "labelLine";
|
5684
|
+
edge: "edge";
|
5685
|
+
}>>>;
|
5566
5686
|
}, z.core.$strip>>>;
|
5567
5687
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
5568
5688
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -5789,6 +5909,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
5789
5909
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5790
5910
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
5791
5911
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
5912
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
5913
|
+
arc: "arc";
|
5914
|
+
labelLine: "labelLine";
|
5915
|
+
edge: "edge";
|
5916
|
+
}>>>;
|
5792
5917
|
}, z.core.$strip>>>;
|
5793
5918
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
5794
5919
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -6015,6 +6140,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
6015
6140
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6016
6141
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6017
6142
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6143
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
6144
|
+
arc: "arc";
|
6145
|
+
labelLine: "labelLine";
|
6146
|
+
edge: "edge";
|
6147
|
+
}>>>;
|
6018
6148
|
}, z.core.$strip>>>;
|
6019
6149
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6020
6150
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -6240,6 +6370,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
6240
6370
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6241
6371
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6242
6372
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6373
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
6374
|
+
arc: "arc";
|
6375
|
+
labelLine: "labelLine";
|
6376
|
+
edge: "edge";
|
6377
|
+
}>>>;
|
6243
6378
|
}, z.core.$strip>>>;
|
6244
6379
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6245
6380
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -6465,6 +6600,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
6465
6600
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6466
6601
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6467
6602
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6603
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
6604
|
+
arc: "arc";
|
6605
|
+
labelLine: "labelLine";
|
6606
|
+
edge: "edge";
|
6607
|
+
}>>>;
|
6468
6608
|
}, z.core.$strip>>>;
|
6469
6609
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6470
6610
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -6721,6 +6861,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
6721
6861
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6722
6862
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
6723
6863
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
6864
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
6865
|
+
arc: "arc";
|
6866
|
+
labelLine: "labelLine";
|
6867
|
+
edge: "edge";
|
6868
|
+
}>>>;
|
6724
6869
|
}, z.core.$strip>>>;
|
6725
6870
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
6726
6871
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -7186,6 +7331,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
7186
7331
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7187
7332
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7188
7333
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7334
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
7335
|
+
arc: "arc";
|
7336
|
+
labelLine: "labelLine";
|
7337
|
+
edge: "edge";
|
7338
|
+
}>>>;
|
7189
7339
|
}, z.core.$strip>>>;
|
7190
7340
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7191
7341
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -7295,6 +7445,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
7295
7445
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7296
7446
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7297
7447
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7448
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
7449
|
+
arc: "arc";
|
7450
|
+
labelLine: "labelLine";
|
7451
|
+
edge: "edge";
|
7452
|
+
}>>>;
|
7298
7453
|
}, z.core.$strip>>>;
|
7299
7454
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7300
7455
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -7404,6 +7559,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
7404
7559
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7405
7560
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7406
7561
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7562
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
7563
|
+
arc: "arc";
|
7564
|
+
labelLine: "labelLine";
|
7565
|
+
edge: "edge";
|
7566
|
+
}>>>;
|
7407
7567
|
}, z.core.$strip>>>;
|
7408
7568
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7409
7569
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -7513,6 +7673,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
7513
7673
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7514
7674
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7515
7675
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7676
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
7677
|
+
arc: "arc";
|
7678
|
+
labelLine: "labelLine";
|
7679
|
+
edge: "edge";
|
7680
|
+
}>>>;
|
7516
7681
|
}, z.core.$strip>>>;
|
7517
7682
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7518
7683
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -7622,6 +7787,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
7622
7787
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7623
7788
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7624
7789
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7790
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
7791
|
+
arc: "arc";
|
7792
|
+
labelLine: "labelLine";
|
7793
|
+
edge: "edge";
|
7794
|
+
}>>>;
|
7625
7795
|
}, z.core.$strip>>>;
|
7626
7796
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7627
7797
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -7731,6 +7901,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
7731
7901
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7732
7902
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7733
7903
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7904
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
7905
|
+
arc: "arc";
|
7906
|
+
labelLine: "labelLine";
|
7907
|
+
edge: "edge";
|
7908
|
+
}>>>;
|
7734
7909
|
}, z.core.$strip>>>;
|
7735
7910
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7736
7911
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
@@ -7840,6 +8015,11 @@ export declare const zAdvancedVSeed: z.ZodObject<{
|
|
7840
8015
|
labelColorSmartInvert: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
7841
8016
|
labelPosition: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
7842
8017
|
labelOverlap: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
8018
|
+
labelLayout: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
8019
|
+
arc: "arc";
|
8020
|
+
labelLine: "labelLine";
|
8021
|
+
edge: "edge";
|
8022
|
+
}>>>;
|
7843
8023
|
}, z.core.$strip>>>;
|
7844
8024
|
color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
7845
8025
|
colorScheme: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|