@gooddata/sdk-ui-charts 10.28.0-alpha.12 → 10.28.0-alpha.14
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.
@@ -1033,7 +1033,7 @@ const getXAxisConfiguration = (chartOptions, chartConfig, axisValueColor, axisLa
|
|
1033
1033
|
font: '12px gdcustomfont, Avenir, "Helvetica Neue", Arial, sans-serif',
|
1034
1034
|
textOverflow: isInvertedChart ? "unset" : "ellipsis", // We need disable ellipsis Y axis to backward compatibility with 9.6.0
|
1035
1035
|
},
|
1036
|
-
autoRotation: [-
|
1036
|
+
autoRotation: [-45],
|
1037
1037
|
...formatter,
|
1038
1038
|
...rotationProp,
|
1039
1039
|
// Due to a bug in Highcharts & grouped-categories the autoRotation is working only with useHtml
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-ui-charts",
|
3
|
-
"version": "10.28.0-alpha.
|
3
|
+
"version": "10.28.0-alpha.14",
|
4
4
|
"description": "GoodData.UI SDK - Charts",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -67,13 +67,13 @@
|
|
67
67
|
"ts-invariant": "^0.7.5",
|
68
68
|
"tslib": "^2.5.0",
|
69
69
|
"uuid": "^8.3.2",
|
70
|
-
"@gooddata/sdk-backend-spi": "10.28.0-alpha.
|
71
|
-
"@gooddata/sdk-
|
72
|
-
"@gooddata/sdk-ui
|
73
|
-
"@gooddata/sdk-ui-
|
74
|
-
"@gooddata/sdk-
|
75
|
-
"@gooddata/sdk-ui-vis-commons": "10.28.0-alpha.
|
76
|
-
"@gooddata/util": "10.28.0-alpha.
|
70
|
+
"@gooddata/sdk-backend-spi": "10.28.0-alpha.14",
|
71
|
+
"@gooddata/sdk-model": "10.28.0-alpha.14",
|
72
|
+
"@gooddata/sdk-ui": "10.28.0-alpha.14",
|
73
|
+
"@gooddata/sdk-ui-kit": "10.28.0-alpha.14",
|
74
|
+
"@gooddata/sdk-ui-theme-provider": "10.28.0-alpha.14",
|
75
|
+
"@gooddata/sdk-ui-vis-commons": "10.28.0-alpha.14",
|
76
|
+
"@gooddata/util": "10.28.0-alpha.14"
|
77
77
|
},
|
78
78
|
"peerDependencies": {
|
79
79
|
"react": "^16.10.0 || ^17.0.0 || ^18.0.0",
|
@@ -124,8 +124,8 @@
|
|
124
124
|
"vitest": "3.0.8",
|
125
125
|
"vitest-dom": "0.1.1",
|
126
126
|
"@types/js-yaml": "^4.0.9",
|
127
|
-
"@gooddata/reference-workspace": "10.28.0-alpha.
|
128
|
-
"@gooddata/sdk-backend-mockingbird": "10.28.0-alpha.
|
127
|
+
"@gooddata/reference-workspace": "10.28.0-alpha.14",
|
128
|
+
"@gooddata/sdk-backend-mockingbird": "10.28.0-alpha.14"
|
129
129
|
},
|
130
130
|
"scripts": {
|
131
131
|
"clean": "rm -rf ci dist esm coverage styles/css *.log tsconfig.tsbuildinfo",
|