@gooddata/sdk-ui-charts 11.15.0 → 11.16.0-alpha.1
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/esm/highcharts/chartTypes/_chartOptions/chartCapabilities.d.ts +7 -7
- package/esm/highcharts/chartTypes/comboChart/comboChartOptions.d.ts +1 -1
- package/esm/highcharts/chartTypes/waterfallChart/waterfallChartsSeries.d.ts +1 -1
- package/esm/highcharts/constants/label.d.ts +1 -1
- package/package.json +11 -11
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare const supportedDualAxesChartTypes: ("
|
|
2
|
-
export declare const supportedTooltipFollowPointerChartTypes: ("
|
|
3
|
-
export declare const supportedStackingAttributesChartTypes: ("
|
|
4
|
-
export declare const multiMeasuresAlternatingTypes: ("pie" | "
|
|
5
|
-
export declare const unsupportedNegativeValuesTypes: ("
|
|
6
|
-
export declare const showingNameInLegendWhenViewByPresent: ("pie" | "
|
|
7
|
-
export declare const unsupportedStackingTypes: ("
|
|
1
|
+
export declare const supportedDualAxesChartTypes: ("column" | "bar" | "bullet" | "line" | "area" | "combo" | "combo2" | "waterfall")[];
|
|
2
|
+
export declare const supportedTooltipFollowPointerChartTypes: ("column" | "bar" | "bullet" | "combo" | "combo2" | "waterfall")[];
|
|
3
|
+
export declare const supportedStackingAttributesChartTypes: ("column" | "bar" | "bullet" | "area" | "combo" | "combo2" | "waterfall")[];
|
|
4
|
+
export declare const multiMeasuresAlternatingTypes: ("pie" | "donut" | "treemap" | "funnel" | "pyramid" | "waterfall")[];
|
|
5
|
+
export declare const unsupportedNegativeValuesTypes: ("pie" | "donut" | "treemap" | "funnel" | "pyramid" | "sankey" | "dependencywheel")[];
|
|
6
|
+
export declare const showingNameInLegendWhenViewByPresent: ("pie" | "donut" | "funnel" | "pyramid")[];
|
|
7
|
+
export declare const unsupportedStackingTypes: ("line" | "scatter" | "area" | "bubble")[];
|
|
8
8
|
//# sourceMappingURL=chartCapabilities.d.ts.map
|
|
@@ -7,7 +7,7 @@ export declare const CHART_ORDER: Record<string, number>;
|
|
|
7
7
|
/**
|
|
8
8
|
* @internal
|
|
9
9
|
*/
|
|
10
|
-
export declare const COMBO_SUPPORTED_CHARTS: ("
|
|
10
|
+
export declare const COMBO_SUPPORTED_CHARTS: ("column" | "line" | "area")[];
|
|
11
11
|
export declare function getComboChartSeries(config: IChartConfig, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], series: ISeriesItem[], dv: DataViewFacade): ISeriesItem[];
|
|
12
12
|
export declare function canComboChartBeStackedInPercent(series: ISeriesItem[] | undefined): boolean;
|
|
13
13
|
export declare function getComboChartStackingConfig(config: IChartConfig, series: ISeriesItem[], defaultStacking: StackingType): StackingType;
|
|
@@ -3,7 +3,7 @@ import { type DataViewFacade } from "@gooddata/sdk-ui";
|
|
|
3
3
|
import { type ChartFillConfig, type IColorStrategy } from "@gooddata/sdk-ui-vis-commons";
|
|
4
4
|
import { type IUnwrappedAttributeHeadersWithItems } from "../../typings/mess.js";
|
|
5
5
|
import { type IPointData } from "../../typings/unsafe.js";
|
|
6
|
-
export declare function getColorOrLegendIndex(yValue: number, isTotal?: boolean):
|
|
6
|
+
export declare function getColorOrLegendIndex(yValue: number, isTotal?: boolean): 2 | 0 | 1;
|
|
7
7
|
export declare function getWaterfallChartSeries(dv: DataViewFacade, measureGroup: IMeasureGroupDescriptor["measureGroupHeader"], viewByAttribute: IUnwrappedAttributeHeadersWithItems | undefined | null, colorStrategy: IColorStrategy, emptyHeaderTitle: string, chartFill: ChartFillConfig | undefined, theme: ITheme | undefined): ({
|
|
8
8
|
legendIndex: number;
|
|
9
9
|
data: IPointData[];
|
|
@@ -8,5 +8,5 @@ export declare const getBackplateLabelStyling: (theme?: ITheme | null) => Highch
|
|
|
8
8
|
export declare const getBackplateLabelStyle: (theme?: ITheme | null) => CSSObject;
|
|
9
9
|
export declare const getBackplateLabelColor: (theme?: ITheme | null) => string;
|
|
10
10
|
export declare const DATA_LABEL_C6: CSSObject;
|
|
11
|
-
export declare const whiteDataLabelTypes: ("pie" | "
|
|
11
|
+
export declare const whiteDataLabelTypes: ("pie" | "donut" | "bubble" | "treemap" | "funnel" | "pyramid")[];
|
|
12
12
|
//# sourceMappingURL=label.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.16.0-alpha.1",
|
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
"ts-invariant": "^0.7.5",
|
|
70
70
|
"tslib": "2.8.1",
|
|
71
71
|
"uuid": "^11.1.0",
|
|
72
|
-
"@gooddata/sdk-backend-spi": "11.
|
|
73
|
-
"@gooddata/sdk-ui": "11.
|
|
74
|
-
"@gooddata/sdk-
|
|
75
|
-
"@gooddata/sdk-
|
|
76
|
-
"@gooddata/sdk-ui-
|
|
77
|
-
"@gooddata/sdk-ui-vis-commons": "11.
|
|
78
|
-
"@gooddata/util": "11.
|
|
72
|
+
"@gooddata/sdk-backend-spi": "11.16.0-alpha.1",
|
|
73
|
+
"@gooddata/sdk-ui": "11.16.0-alpha.1",
|
|
74
|
+
"@gooddata/sdk-model": "11.16.0-alpha.1",
|
|
75
|
+
"@gooddata/sdk-ui-theme-provider": "11.16.0-alpha.1",
|
|
76
|
+
"@gooddata/sdk-ui-kit": "11.16.0-alpha.1",
|
|
77
|
+
"@gooddata/sdk-ui-vis-commons": "11.16.0-alpha.1",
|
|
78
|
+
"@gooddata/util": "11.16.0-alpha.1"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@gooddata/stylelint-config": "^5.0.0",
|
|
@@ -121,9 +121,9 @@
|
|
|
121
121
|
"typescript": "5.9.3",
|
|
122
122
|
"vitest": "3.2.4",
|
|
123
123
|
"vitest-dom": "0.1.1",
|
|
124
|
-
"@gooddata/eslint-config": "11.
|
|
125
|
-
"@gooddata/
|
|
126
|
-
"@gooddata/
|
|
124
|
+
"@gooddata/eslint-config": "11.16.0-alpha.1",
|
|
125
|
+
"@gooddata/sdk-backend-mockingbird": "11.16.0-alpha.1",
|
|
126
|
+
"@gooddata/reference-workspace": "11.16.0-alpha.1"
|
|
127
127
|
},
|
|
128
128
|
"peerDependencies": {
|
|
129
129
|
"react": "^18.0.0 || ^19.0.0",
|