@buynomics-lib/bn-shared 1.17.95 → 1.17.96-feature-cf-228.0
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.
|
@@ -29,7 +29,7 @@ export interface IWidgetChartPriceLadderConfig extends IWidgetChartConfigBase {
|
|
|
29
29
|
scenarioMode: WidgetChartScenarioMode;
|
|
30
30
|
series: {
|
|
31
31
|
seriesType: WidgetChartSeriesType;
|
|
32
|
-
|
|
32
|
+
dimensionReferenceId?: string;
|
|
33
33
|
isEditableByEndUser?: boolean;
|
|
34
34
|
switchableDimensionReferenceIds?: string[];
|
|
35
35
|
};
|
|
@@ -45,7 +45,7 @@ export interface IWidgetChartPortfolioContributionConfig extends IWidgetChartCon
|
|
|
45
45
|
series: {
|
|
46
46
|
barLayout?: WidgetChartBarLayout;
|
|
47
47
|
displayMode?: WidgetChartDisplayMode;
|
|
48
|
-
|
|
48
|
+
dimensionReferenceId?: string;
|
|
49
49
|
isEditableByEndUser?: boolean;
|
|
50
50
|
switchableDimensionReferenceIds?: string[];
|
|
51
51
|
};
|
|
@@ -63,7 +63,7 @@ export interface IWidgetChartPPAConfig extends IWidgetChartConfigBase {
|
|
|
63
63
|
category: WidgetChartCategory.PPAStructureWhiteSpace;
|
|
64
64
|
subtype: WidgetChartSubtype;
|
|
65
65
|
series: {
|
|
66
|
-
|
|
66
|
+
dimensionReferenceId?: string;
|
|
67
67
|
isEditableByEndUser?: boolean;
|
|
68
68
|
switchableDimensionReferenceIds?: string[];
|
|
69
69
|
kpiReferenceIdForBubbleSize?: string;
|