@gooddata/sdk-ui-charts 11.46.0-alpha.3 → 11.46.0-alpha.5

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/NOTICE CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
9
9
 
10
- Date generated: 2026-7-6
10
+ Date generated: 2026-7-7
11
11
 
12
- Revision ID: 1c6be8bedd010c9cf109e33daf7ae90236b363aa
12
+ Revision ID: c60903358f56a496a9d470d006e98568e9a8b664
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -29272,4 +29272,4 @@ POSSIBILITY OF SUCH DAMAGE.
29272
29272
  --------------------------------------------------------------------------------
29273
29273
  --------------------------------------------------------------------------------
29274
29274
 
29275
- Report Generated by FOSSA on 2026-7-6
29275
+ Report Generated by FOSSA on 2026-7-7
@@ -1 +1 @@
1
- {"version":3,"file":"chartOptionsForSettings.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/_chartOptions/chartOptionsForSettings.ts"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEvE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAmBvE;;GAEG;AACH,wBAAgB,wBAAwB,CACpC,MAAM,EAAE,YAAY,GAAG,SAAS,EAChC,QAAQ,EAAE,SAAS,GAAG,SAAS,GAChC,YAAY,CAqBd"}
1
+ {"version":3,"file":"chartOptionsForSettings.d.ts","sourceRoot":"","sources":["../../../../src/highcharts/chartTypes/_chartOptions/chartOptionsForSettings.ts"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEvE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAmBvE;;GAEG;AACH,wBAAgB,wBAAwB,CACpC,MAAM,EAAE,YAAY,GAAG,SAAS,EAChC,QAAQ,EAAE,SAAS,GAAG,SAAS,GAChC,YAAY,CA6Bd"}
@@ -8,7 +8,7 @@ function getSettingsBasedConfig(settings) {
8
8
  ...(settings.enableVisualizationFineTuning ? { enableVisualizationFineTuning: true } : {}),
9
9
  ...(settings.enableExecutionCancelling ? { enableExecutionCancelling: true } : {}),
10
10
  ...(settings.enableHighchartsAccessibility ? { enableHighchartsAccessibility: true } : {}),
11
- ...(settings.enableKDRespectLegendPosition ? { respectLegendPosition: true } : {}),
11
+ respectLegendPosition: true,
12
12
  ...(settings.enableAccessibleChartTooltip || settings.enableAccessibilityMode
13
13
  ? { enableAccessibleTooltip: true }
14
14
  : {}),
@@ -25,7 +25,7 @@ export function updateConfigWithSettings(config, settings) {
25
25
  ...(config || {}),
26
26
  };
27
27
  }
28
- return {
28
+ const updatedConfig = {
29
29
  ...(config || {}),
30
30
  enableCompactSize: true,
31
31
  ...(config?.enableJoinedAttributeAxisName === undefined
@@ -38,4 +38,10 @@ export function updateConfigWithSettings(config, settings) {
38
38
  enableSeparateTotalLabels: true,
39
39
  ...getSettingsBasedConfig(settings),
40
40
  };
41
+ // enableCustomTooltip defaults on; when explicitly disabled, strip any persisted custom
42
+ // tooltip so the insight renders plain.
43
+ if (settings.enableCustomTooltip === false) {
44
+ return { ...updatedConfig, customTooltip: undefined };
45
+ }
46
+ return updatedConfig;
41
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-ui-charts",
3
- "version": "11.46.0-alpha.3",
3
+ "version": "11.46.0-alpha.5",
4
4
  "description": "GoodData.UI SDK - Charts",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData Corporation",
@@ -69,13 +69,13 @@
69
69
  "ts-invariant": "0.10.3",
70
70
  "tslib": "2.8.1",
71
71
  "uuid": "11.1.1",
72
- "@gooddata/sdk-backend-spi": "11.46.0-alpha.3",
73
- "@gooddata/sdk-model": "11.46.0-alpha.3",
74
- "@gooddata/sdk-ui": "11.46.0-alpha.3",
75
- "@gooddata/sdk-ui-kit": "11.46.0-alpha.3",
76
- "@gooddata/sdk-ui-theme-provider": "11.46.0-alpha.3",
77
- "@gooddata/sdk-ui-vis-commons": "11.46.0-alpha.3",
78
- "@gooddata/util": "11.46.0-alpha.3"
72
+ "@gooddata/sdk-backend-spi": "11.46.0-alpha.5",
73
+ "@gooddata/sdk-ui": "11.46.0-alpha.5",
74
+ "@gooddata/sdk-model": "11.46.0-alpha.5",
75
+ "@gooddata/sdk-ui-kit": "11.46.0-alpha.5",
76
+ "@gooddata/sdk-ui-theme-provider": "11.46.0-alpha.5",
77
+ "@gooddata/sdk-ui-vis-commons": "11.46.0-alpha.5",
78
+ "@gooddata/util": "11.46.0-alpha.5"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@microsoft/api-documenter": "^7.17.0",
@@ -120,11 +120,11 @@
120
120
  "typescript": "5.9.3",
121
121
  "vitest": "4.1.8",
122
122
  "vitest-dom": "0.1.1",
123
- "@gooddata/eslint-config": "11.46.0-alpha.3",
124
- "@gooddata/oxlint-config": "11.46.0-alpha.3",
125
- "@gooddata/reference-workspace": "11.46.0-alpha.3",
126
- "@gooddata/sdk-backend-mockingbird": "11.46.0-alpha.3",
127
- "@gooddata/stylelint-config": "11.46.0-alpha.3"
123
+ "@gooddata/eslint-config": "11.46.0-alpha.5",
124
+ "@gooddata/reference-workspace": "11.46.0-alpha.5",
125
+ "@gooddata/oxlint-config": "11.46.0-alpha.5",
126
+ "@gooddata/sdk-backend-mockingbird": "11.46.0-alpha.5",
127
+ "@gooddata/stylelint-config": "11.46.0-alpha.5"
128
128
  },
129
129
  "peerDependencies": {
130
130
  "react": "^18.0.0 || ^19.0.0",