@mui/x-charts-premium 9.0.0 → 9.0.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/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.js +2 -2
- package/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.mjs +2 -2
- package/CHANGELOG.md +94 -6891
- package/CandlestickChart/seriesConfig/seriesProcessor.js +1 -1
- package/CandlestickChart/seriesConfig/seriesProcessor.mjs +1 -1
- package/ChartsDataProviderPremium/ChartsDataProviderPremium.js +1 -1
- package/ChartsDataProviderPremium/ChartsDataProviderPremium.mjs +1 -1
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/package.json +5 -5
|
@@ -42,7 +42,7 @@ Properties ${missingKeys.map(key => `"${key}"`).join(', ')} are missing.` : (0,
|
|
|
42
42
|
if (process.env.NODE_ENV !== 'production') {
|
|
43
43
|
for (const key of ['open', 'high', 'low', 'close']) {
|
|
44
44
|
if (data[datasetKeys[key]] !== null && typeof data[datasetKeys[key]] !== 'number') {
|
|
45
|
-
(0, _warning.warnOnce)([`MUI X Charts: Your dataset key "${key}" is used for plotting a candlestick, but contains
|
|
45
|
+
(0, _warning.warnOnce)([`MUI X Charts: Your dataset key "${key}" is used for plotting a candlestick, but contains non-numerical elements.`, 'Candlestick charts only support numbers.']);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -35,7 +35,7 @@ Properties ${missingKeys.map(key => `"${key}"`).join(', ')} are missing.` : _for
|
|
|
35
35
|
if (process.env.NODE_ENV !== 'production') {
|
|
36
36
|
for (const key of ['open', 'high', 'low', 'close']) {
|
|
37
37
|
if (data[datasetKeys[key]] !== null && typeof data[datasetKeys[key]] !== 'number') {
|
|
38
|
-
warnOnce([`MUI X Charts: Your dataset key "${key}" is used for plotting a candlestick, but contains
|
|
38
|
+
warnOnce([`MUI X Charts: Your dataset key "${key}" is used for plotting a candlestick, but contains non-numerical elements.`, 'Candlestick charts only support numbers.']);
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|
|
@@ -20,7 +20,7 @@ var _seriesConfig2 = require("../CandlestickChart/seriesConfig");
|
|
|
20
20
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
21
21
|
const packageInfo = {
|
|
22
22
|
releaseDate: "MTc3NTYwNjQwMDAwMA==",
|
|
23
|
-
version: "9.0.
|
|
23
|
+
version: "9.0.1",
|
|
24
24
|
name: 'x-charts-premium'
|
|
25
25
|
};
|
|
26
26
|
const defaultSeriesConfigPremium = exports.defaultSeriesConfigPremium = (0, _extends2.default)({}, _internals2.defaultSeriesConfigPro, {
|
|
@@ -14,7 +14,7 @@ import { ohlcSeriesConfig } from "../CandlestickChart/seriesConfig/index.mjs";
|
|
|
14
14
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
15
15
|
const packageInfo = {
|
|
16
16
|
releaseDate: "MTc3NTYwNjQwMDAwMA==",
|
|
17
|
-
version: "9.0.
|
|
17
|
+
version: "9.0.1",
|
|
18
18
|
name: 'x-charts-premium'
|
|
19
19
|
};
|
|
20
20
|
export const defaultSeriesConfigPremium = _extends({}, defaultSeriesConfigPro, {
|
package/index.js
CHANGED
package/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mui/x-charts-premium",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"author": "MUI Team",
|
|
5
5
|
"description": "The Premium plan edition of the MUI X Charts components.",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"@mui/utils": "9.0.0",
|
|
32
32
|
"clsx": "^2.1.1",
|
|
33
33
|
"prop-types": "^15.8.1",
|
|
34
|
-
"@mui/x-charts": "^9.0.
|
|
35
|
-
"@mui/x-charts-pro": "^9.0.0",
|
|
34
|
+
"@mui/x-charts": "^9.0.1",
|
|
36
35
|
"@mui/x-charts-vendor": "^9.0.0",
|
|
37
|
-
"@mui/x-
|
|
38
|
-
"@mui/x-internals": "^9.0.0"
|
|
36
|
+
"@mui/x-charts-pro": "^9.0.1",
|
|
37
|
+
"@mui/x-internals": "^9.0.0",
|
|
38
|
+
"@mui/x-license": "^9.0.0"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"@emotion/react": "^11.9.0",
|