@progress/kendo-react-charts 5.11.0-dev.202301311203 → 5.11.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.
- package/dist/cdn/js/kendo-react-charts.js +1 -1
- package/dist/es/option-types/series-item/labels.interface.d.ts +1 -1
- package/dist/es/package-metadata.js +1 -1
- package/dist/npm/option-types/series-item/labels.interface.d.ts +1 -1
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-react-charts.js +1 -1
- package/package.json +6 -6
|
@@ -56,7 +56,7 @@ export interface SeriesLabels {
|
|
|
56
56
|
*/
|
|
57
57
|
font?: string;
|
|
58
58
|
/**
|
|
59
|
-
* The format of the labels. Uses the format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
|
|
59
|
+
* The format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
|
|
60
60
|
*/
|
|
61
61
|
format?: string;
|
|
62
62
|
/**
|
|
@@ -5,7 +5,7 @@ export var packageMetadata = {
|
|
|
5
5
|
name: '@progress/kendo-react-charts',
|
|
6
6
|
productName: 'KendoReact',
|
|
7
7
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
8
|
-
publishDate:
|
|
8
|
+
publishDate: 1675428495,
|
|
9
9
|
version: '',
|
|
10
10
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
11
11
|
};
|
|
@@ -56,7 +56,7 @@ export interface SeriesLabels {
|
|
|
56
56
|
*/
|
|
57
57
|
font?: string;
|
|
58
58
|
/**
|
|
59
|
-
* The format of the labels. Uses the format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
|
|
59
|
+
* The format of the labels. Uses the [`format`]({% slug api_intl_intlservice %}#toc-format) method of IntlService.
|
|
60
60
|
*/
|
|
61
61
|
format?: string;
|
|
62
62
|
/**
|
|
@@ -8,7 +8,7 @@ exports.packageMetadata = {
|
|
|
8
8
|
name: '@progress/kendo-react-charts',
|
|
9
9
|
productName: 'KendoReact',
|
|
10
10
|
productCodes: ['KENDOUIREACT', 'KENDOUICOMPLETE'],
|
|
11
|
-
publishDate:
|
|
11
|
+
publishDate: 1675428495,
|
|
12
12
|
version: '',
|
|
13
13
|
licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning'
|
|
14
14
|
};
|