@progress/kendo-angular-charts 11.0.0-develop.90 → 11.0.0-develop.91
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.
|
@@ -36,8 +36,8 @@ const seriesTemplate = () => {
|
|
|
36
36
|
return template;
|
|
37
37
|
};
|
|
38
38
|
const template = () => `
|
|
39
|
-
<div class="k-var--
|
|
40
|
-
<div class="k-var--
|
|
39
|
+
<div class="k-var--primary"></div>
|
|
40
|
+
<div class="k-var--primary-contrast"></div>
|
|
41
41
|
<div class="k-var--base"></div>
|
|
42
42
|
<div class="k-var--background"></div>
|
|
43
43
|
|
|
@@ -92,8 +92,8 @@ export class ThemeService extends ConfigurationService {
|
|
|
92
92
|
}
|
|
93
93
|
readTheme() {
|
|
94
94
|
this.createElement();
|
|
95
|
-
const available = this.queryColor('
|
|
96
|
-
this.queryColor('
|
|
95
|
+
const available = this.queryColor('primary') !==
|
|
96
|
+
this.queryColor('primary-contrast');
|
|
97
97
|
try {
|
|
98
98
|
if (available) {
|
|
99
99
|
this.push(chartBaseTheme());
|
|
@@ -142,7 +142,7 @@ export class ThemeService extends ConfigurationService {
|
|
|
142
142
|
this.mapColor('seriesDefaults.boxPlot.downColor', 'chart-major-lines');
|
|
143
143
|
this.mapColor('seriesDefaults.boxPlot.mean.color', 'base');
|
|
144
144
|
this.mapColor('seriesDefaults.boxPlot.median.color', 'base');
|
|
145
|
-
this.mapColor('seriesDefaults.boxPlot.whiskers.color', '
|
|
145
|
+
this.mapColor('seriesDefaults.boxPlot.whiskers.color', 'primary');
|
|
146
146
|
this.mapColor('seriesDefaults.bullet.target.color', 'normal-text-color');
|
|
147
147
|
this.mapColor('seriesDefaults.candlestick.downColor', 'normal-text-color');
|
|
148
148
|
this.mapColor('seriesDefaults.candlestick.line.color', 'normal-text-color');
|
|
@@ -157,7 +157,7 @@ export class ThemeService extends ConfigurationService {
|
|
|
157
157
|
this.mapColor('seriesDefaults.verticalBoxPlot.downColor', 'chart-major-lines');
|
|
158
158
|
this.mapColor('seriesDefaults.verticalBoxPlot.mean.color', 'base');
|
|
159
159
|
this.mapColor('seriesDefaults.verticalBoxPlot.median.color', 'base');
|
|
160
|
-
this.mapColor('seriesDefaults.verticalBoxPlot.whiskers.color', '
|
|
160
|
+
this.mapColor('seriesDefaults.verticalBoxPlot.whiskers.color', 'primary');
|
|
161
161
|
this.mapColor('seriesDefaults.verticalBullet.target.color', 'normal-text-color');
|
|
162
162
|
this.mapColor('seriesDefaults.waterfall.line.color', 'chart-major-lines');
|
|
163
163
|
this.mapColor('title.color', 'normal-text-color');
|
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-charts',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1673021293,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
15
15
|
};
|
|
@@ -1845,7 +1845,7 @@ const packageMetadata = {
|
|
|
1845
1845
|
name: '@progress/kendo-angular-charts',
|
|
1846
1846
|
productName: 'Kendo UI for Angular',
|
|
1847
1847
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
1848
|
-
publishDate:
|
|
1848
|
+
publishDate: 1673021293,
|
|
1849
1849
|
version: '',
|
|
1850
1850
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
1851
1851
|
};
|
|
@@ -2038,8 +2038,8 @@ const seriesTemplate = () => {
|
|
|
2038
2038
|
return template;
|
|
2039
2039
|
};
|
|
2040
2040
|
const template = () => `
|
|
2041
|
-
<div class="k-var--
|
|
2042
|
-
<div class="k-var--
|
|
2041
|
+
<div class="k-var--primary"></div>
|
|
2042
|
+
<div class="k-var--primary-contrast"></div>
|
|
2043
2043
|
<div class="k-var--base"></div>
|
|
2044
2044
|
<div class="k-var--background"></div>
|
|
2045
2045
|
|
|
@@ -2094,8 +2094,8 @@ class ThemeService extends ConfigurationService {
|
|
|
2094
2094
|
}
|
|
2095
2095
|
readTheme() {
|
|
2096
2096
|
this.createElement();
|
|
2097
|
-
const available = this.queryColor('
|
|
2098
|
-
this.queryColor('
|
|
2097
|
+
const available = this.queryColor('primary') !==
|
|
2098
|
+
this.queryColor('primary-contrast');
|
|
2099
2099
|
try {
|
|
2100
2100
|
if (available) {
|
|
2101
2101
|
this.push(chartBaseTheme());
|
|
@@ -2144,7 +2144,7 @@ class ThemeService extends ConfigurationService {
|
|
|
2144
2144
|
this.mapColor('seriesDefaults.boxPlot.downColor', 'chart-major-lines');
|
|
2145
2145
|
this.mapColor('seriesDefaults.boxPlot.mean.color', 'base');
|
|
2146
2146
|
this.mapColor('seriesDefaults.boxPlot.median.color', 'base');
|
|
2147
|
-
this.mapColor('seriesDefaults.boxPlot.whiskers.color', '
|
|
2147
|
+
this.mapColor('seriesDefaults.boxPlot.whiskers.color', 'primary');
|
|
2148
2148
|
this.mapColor('seriesDefaults.bullet.target.color', 'normal-text-color');
|
|
2149
2149
|
this.mapColor('seriesDefaults.candlestick.downColor', 'normal-text-color');
|
|
2150
2150
|
this.mapColor('seriesDefaults.candlestick.line.color', 'normal-text-color');
|
|
@@ -2159,7 +2159,7 @@ class ThemeService extends ConfigurationService {
|
|
|
2159
2159
|
this.mapColor('seriesDefaults.verticalBoxPlot.downColor', 'chart-major-lines');
|
|
2160
2160
|
this.mapColor('seriesDefaults.verticalBoxPlot.mean.color', 'base');
|
|
2161
2161
|
this.mapColor('seriesDefaults.verticalBoxPlot.median.color', 'base');
|
|
2162
|
-
this.mapColor('seriesDefaults.verticalBoxPlot.whiskers.color', '
|
|
2162
|
+
this.mapColor('seriesDefaults.verticalBoxPlot.whiskers.color', 'primary');
|
|
2163
2163
|
this.mapColor('seriesDefaults.verticalBullet.target.color', 'normal-text-color');
|
|
2164
2164
|
this.mapColor('seriesDefaults.waterfall.line.color', 'chart-major-lines');
|
|
2165
2165
|
this.mapColor('title.color', 'normal-text-color');
|
|
@@ -1572,8 +1572,8 @@ const seriesTemplate = () => {
|
|
|
1572
1572
|
return template;
|
|
1573
1573
|
};
|
|
1574
1574
|
const template = () => `
|
|
1575
|
-
<div class="k-var--
|
|
1576
|
-
<div class="k-var--
|
|
1575
|
+
<div class="k-var--primary"></div>
|
|
1576
|
+
<div class="k-var--primary-contrast"></div>
|
|
1577
1577
|
<div class="k-var--base"></div>
|
|
1578
1578
|
<div class="k-var--background"></div>
|
|
1579
1579
|
|
|
@@ -1628,8 +1628,8 @@ class ThemeService extends ConfigurationService {
|
|
|
1628
1628
|
}
|
|
1629
1629
|
readTheme() {
|
|
1630
1630
|
this.createElement();
|
|
1631
|
-
const available = this.queryColor('
|
|
1632
|
-
this.queryColor('
|
|
1631
|
+
const available = this.queryColor('primary') !==
|
|
1632
|
+
this.queryColor('primary-contrast');
|
|
1633
1633
|
try {
|
|
1634
1634
|
if (available) {
|
|
1635
1635
|
this.push(chartBaseTheme());
|
|
@@ -1678,7 +1678,7 @@ class ThemeService extends ConfigurationService {
|
|
|
1678
1678
|
this.mapColor('seriesDefaults.boxPlot.downColor', 'chart-major-lines');
|
|
1679
1679
|
this.mapColor('seriesDefaults.boxPlot.mean.color', 'base');
|
|
1680
1680
|
this.mapColor('seriesDefaults.boxPlot.median.color', 'base');
|
|
1681
|
-
this.mapColor('seriesDefaults.boxPlot.whiskers.color', '
|
|
1681
|
+
this.mapColor('seriesDefaults.boxPlot.whiskers.color', 'primary');
|
|
1682
1682
|
this.mapColor('seriesDefaults.bullet.target.color', 'normal-text-color');
|
|
1683
1683
|
this.mapColor('seriesDefaults.candlestick.downColor', 'normal-text-color');
|
|
1684
1684
|
this.mapColor('seriesDefaults.candlestick.line.color', 'normal-text-color');
|
|
@@ -1693,7 +1693,7 @@ class ThemeService extends ConfigurationService {
|
|
|
1693
1693
|
this.mapColor('seriesDefaults.verticalBoxPlot.downColor', 'chart-major-lines');
|
|
1694
1694
|
this.mapColor('seriesDefaults.verticalBoxPlot.mean.color', 'base');
|
|
1695
1695
|
this.mapColor('seriesDefaults.verticalBoxPlot.median.color', 'base');
|
|
1696
|
-
this.mapColor('seriesDefaults.verticalBoxPlot.whiskers.color', '
|
|
1696
|
+
this.mapColor('seriesDefaults.verticalBoxPlot.whiskers.color', 'primary');
|
|
1697
1697
|
this.mapColor('seriesDefaults.verticalBullet.target.color', 'normal-text-color');
|
|
1698
1698
|
this.mapColor('seriesDefaults.waterfall.line.color', 'chart-major-lines');
|
|
1699
1699
|
this.mapColor('title.color', 'normal-text-color');
|
|
@@ -2216,7 +2216,7 @@ const packageMetadata = {
|
|
|
2216
2216
|
name: '@progress/kendo-angular-charts',
|
|
2217
2217
|
productName: 'Kendo UI for Angular',
|
|
2218
2218
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
2219
|
-
publishDate:
|
|
2219
|
+
publishDate: 1673021293,
|
|
2220
2220
|
version: '',
|
|
2221
2221
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
|
|
2222
2222
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-charts",
|
|
3
|
-
"version": "11.0.0-develop.
|
|
3
|
+
"version": "11.0.0-develop.91",
|
|
4
4
|
"description": "Kendo UI Charts for Angular - A comprehensive package for creating beautiful and interactive data visualization. Every chart type, stock charts, and sparklines are included.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -47,11 +47,11 @@
|
|
|
47
47
|
"@progress/kendo-charts": "dev",
|
|
48
48
|
"@progress/kendo-drawing": "^1.1.2",
|
|
49
49
|
"@progress/kendo-licensing": "^1.0.2",
|
|
50
|
-
"@progress/kendo-angular-common": "11.0.0-develop.
|
|
51
|
-
"@progress/kendo-angular-intl": "11.0.0-develop.
|
|
52
|
-
"@progress/kendo-angular-l10n": "11.0.0-develop.
|
|
53
|
-
"@progress/kendo-angular-popup": "11.0.0-develop.
|
|
54
|
-
"@progress/kendo-angular-schematics": "11.0.0-develop.
|
|
50
|
+
"@progress/kendo-angular-common": "11.0.0-develop.91",
|
|
51
|
+
"@progress/kendo-angular-intl": "11.0.0-develop.91",
|
|
52
|
+
"@progress/kendo-angular-l10n": "11.0.0-develop.91",
|
|
53
|
+
"@progress/kendo-angular-popup": "11.0.0-develop.91",
|
|
54
|
+
"@progress/kendo-angular-schematics": "11.0.0-develop.91",
|
|
55
55
|
"hammerjs": "^2.0.0",
|
|
56
56
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
57
57
|
},
|