igniteui-angular-extras 18.2.4 → 19.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/README.md +38 -0
- package/fesm2022/igniteui-angular-extras.mjs +1232 -1319
- package/fesm2022/igniteui-angular-extras.mjs.map +1 -1
- package/lib/context-menu/chart-dialog/chart-dialog.component.d.ts +1 -1
- package/lib/context-menu/context-menu.component.d.ts +1 -1
- package/lib/context-menu/igx-context-menu.directive.d.ts +1 -1
- package/lib/directives/chart-integration/chart-integration.directive.d.ts +1 -1
- package/lib/directives/conditional-formatting/conditional-formatting.directive.d.ts +1 -1
- package/lib/page-header/page-header.component.d.ts +1 -1
- package/lib/pipes/svg.pipe.d.ts +1 -1
- package/package.json +6 -8
- package/public-api.d.ts +4 -1
- package/esm2022/igniteui-angular-extras.mjs +0 -5
- package/esm2022/images/charts.mjs +0 -408
- package/esm2022/images/conditions.mjs +0 -95
- package/esm2022/lib/context-menu/chart-dialog/chart-dialog.component.mjs +0 -70
- package/esm2022/lib/context-menu/context-menu.component.mjs +0 -176
- package/esm2022/lib/context-menu/igx-context-menu.directive.mjs +0 -154
- package/esm2022/lib/directives/chart-integration/chart-integration.directive.mjs +0 -312
- package/esm2022/lib/directives/chart-integration/chart-types.mjs +0 -28
- package/esm2022/lib/directives/chart-integration/initializers.mjs +0 -103
- package/esm2022/lib/directives/conditional-formatting/conditional-formatting.directive.mjs +0 -307
- package/esm2022/lib/igniteui-angular-extras.module.mjs +0 -116
- package/esm2022/lib/page-header/page-header.component.mjs +0 -14
- package/esm2022/lib/pipes/svg.pipe.mjs +0 -20
- package/esm2022/public-api.mjs +0 -22
- package/lib/igniteui-angular-extras.module.d.ts +0 -16
|
@@ -1,848 +1,476 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import { CloseScrollStrategy, AutoPositionStrategy, HorizontalAlignment, VerticalAlignment, IgxToggleDirective, IgxTabsComponent, AbsoluteScrollStrategy, IgxButtonModule, IgxRippleModule, IgxDividerModule, IgxGridModule, IgxTabsModule, IgxToggleModule, IgxIconModule } from 'igniteui-angular';
|
|
5
|
-
import { IgxCategoryXAxisComponent, IgxNumericYAxisComponent, IgxScatterLineSeriesComponent, IgxNumericXAxisComponent, IgxBubbleSeriesComponent, IgxScatterSeriesComponent, IgxBarSeriesComponent, IgxCategoryYAxisComponent, IgxStackedBarSeriesComponent, IgxStacked100BarSeriesComponent, IgxStackedFragmentSeriesComponent, IgxSizeScaleComponent, IgxColumnSeriesComponent, IgxAreaSeriesComponent, IgxLineSeriesComponent, IgxStackedColumnSeriesComponent, IgxStackedAreaSeriesComponent, IgxStackedLineSeriesComponent, IgxStacked100ColumnSeriesComponent, IgxStacked100AreaSeriesComponent, IgxStacked100LineSeriesComponent, IgxPieChartComponent, IgxDataChartComponent, IgxItemLegendComponent, IgxLegendComponent, IgxDataChartCategoryModule, IgxDataChartCoreModule, IgxLegendModule, IgxDataChartInteractivityModule, IgxNumericXAxisModule, IgxNumericYAxisModule, IgxCategoryXAxisModule, IgxItemLegendModule, IgxPieChartModule, IgxDataChartStackedModule, IgxDataChartScatterModule, IgxBarSeriesModule, IgxCategoryChartModule } from 'igniteui-angular-charts';
|
|
2
|
+
import { EventEmitter, Directive, Input, Output, Pipe, ViewContainerRef, Component, ViewEncapsulation, CUSTOM_ELEMENTS_SCHEMA, ViewChild, HostBinding, Optional } from '@angular/core';
|
|
3
|
+
import { IgxCategoryXAxisComponent, IgxNumericYAxisComponent, IgxScatterLineSeriesComponent, IgxNumericXAxisComponent, IgxBubbleSeriesComponent, IgxScatterSeriesComponent, IgxBarSeriesComponent, IgxCategoryYAxisComponent, IgxStackedBarSeriesComponent, IgxStacked100BarSeriesComponent, IgxStackedFragmentSeriesComponent, IgxSizeScaleComponent, IgxColumnSeriesComponent, IgxAreaSeriesComponent, IgxLineSeriesComponent, IgxStackedColumnSeriesComponent, IgxStackedAreaSeriesComponent, IgxStackedLineSeriesComponent, IgxStacked100ColumnSeriesComponent, IgxStacked100AreaSeriesComponent, IgxStacked100LineSeriesComponent, IgxPieChartComponent, IgxDataChartComponent, IgxItemLegendComponent, IgxLegendComponent, IgxBarSeriesModule, IgxCategoryChartModule, IgxCategoryXAxisModule, IgxDataChartCategoryModule, IgxDataChartCoreModule, IgxDataChartInteractivityModule, IgxDataChartScatterModule, IgxDataChartStackedModule, IgxItemLegendModule, IgxLegendModule, IgxNumericXAxisModule, IgxNumericYAxisModule } from 'igniteui-angular-charts';
|
|
6
4
|
import { Subject } from 'rxjs';
|
|
7
|
-
import { ResizeObserver } from '@juggle/resize-observer';
|
|
8
|
-
import * as i2 from '@angular/common';
|
|
9
|
-
import { CommonModule } from '@angular/common';
|
|
10
|
-
import * as i1 from '@angular/platform-browser';
|
|
11
5
|
import { takeUntil, merge, debounceTime, filter } from 'rxjs/operators';
|
|
6
|
+
import * as i1 from 'igniteui-angular';
|
|
7
|
+
import { IgxIconComponent, CloseScrollStrategy, AutoPositionStrategy, HorizontalAlignment, VerticalAlignment, IgxToggleDirective, IgxTabsComponent, IgxTabItemComponent, IgxTabHeaderComponent, IgxTabContentComponent, IgxTabHeaderLabelDirective, AbsoluteScrollStrategy, IgxToggleActionDirective } from 'igniteui-angular';
|
|
8
|
+
import * as i1$2 from '@angular/common';
|
|
9
|
+
import { CommonModule, NgFor } from '@angular/common';
|
|
10
|
+
import { ResizeObserver } from '@juggle/resize-observer';
|
|
11
|
+
import * as i1$1 from '@angular/platform-browser';
|
|
12
|
+
|
|
13
|
+
var CHART_TYPE;
|
|
14
|
+
(function (CHART_TYPE) {
|
|
15
|
+
CHART_TYPE["PIE"] = "Pie";
|
|
16
|
+
CHART_TYPE["COLUMN_GROUPED"] = "ColumnGrouped";
|
|
17
|
+
CHART_TYPE["AREA_GROUPED"] = "AreaGrouped";
|
|
18
|
+
CHART_TYPE["LINE_GROUPED"] = "LineGrouped";
|
|
19
|
+
CHART_TYPE["BAR_GROUPED"] = "BarGrouped";
|
|
20
|
+
CHART_TYPE["COLUMN_STACKED"] = "ColumnStacked";
|
|
21
|
+
CHART_TYPE["AREA_STACKED"] = "AreaStacked";
|
|
22
|
+
CHART_TYPE["LINE_STACKED"] = "LineStacked";
|
|
23
|
+
CHART_TYPE["BAR_STACKED"] = "BarStacked";
|
|
24
|
+
CHART_TYPE["COLUMN_100_STACKED"] = "Column100Stacked";
|
|
25
|
+
CHART_TYPE["AREA_100_STACKED"] = "Area100Stacked";
|
|
26
|
+
CHART_TYPE["LINE_100_STACKED"] = "Line100Stacked";
|
|
27
|
+
CHART_TYPE["BAR_100_STACKED"] = "Bar100Stacked";
|
|
28
|
+
CHART_TYPE["SCATTER_POINT"] = "ScatterPoint";
|
|
29
|
+
CHART_TYPE["SCATTER_BUBBLE"] = "ScatterBubble";
|
|
30
|
+
CHART_TYPE["SCATTER_LINE"] = "ScatterLine";
|
|
31
|
+
})(CHART_TYPE || (CHART_TYPE = {}));
|
|
32
|
+
var OPTIONS_TYPE;
|
|
33
|
+
(function (OPTIONS_TYPE) {
|
|
34
|
+
OPTIONS_TYPE["CHART"] = "chartOptions";
|
|
35
|
+
OPTIONS_TYPE["SERIES"] = "seriesModel";
|
|
36
|
+
OPTIONS_TYPE["X_AXIS"] = "xAxisOptions";
|
|
37
|
+
OPTIONS_TYPE["Y_AXIS"] = "yAxisOptions";
|
|
38
|
+
OPTIONS_TYPE["STACKED_SERIES"] = "stackedFragmentOptions";
|
|
39
|
+
})(OPTIONS_TYPE || (OPTIONS_TYPE = {}));
|
|
12
40
|
|
|
13
41
|
// tslint:disable: max-line-length
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
<defs>
|
|
18
|
-
<style>.cls-Area100Stacked-1{fill:#ab4191;}.cls-Area100Stacked-2{fill:#f05951;}.cls-Area100Stacked-2,.cls-Area100Stacked-3,.cls-Area100Stacked-4{fill-rule:evenodd;}.cls-Area100Stacked-3{fill:#fa8d3d;}.cls-Area100Stacked-4{fill:#0f6860;}</style>
|
|
19
|
-
</defs>
|
|
20
|
-
<rect class="cls-Area100Stacked-1" width="96" height="95.7"/>
|
|
21
|
-
<polygon class="cls-Area100Stacked-2" points="0 11.1 3.78 11.99 11.33 25.27 20.15 13.04 30.53 15.31 43.12 26.54 50.13 28.07 65.78 24.5 72.08 16.84 82.15 17.61 88.45 11.99 91.91 9.57 96 6.13 96 95.7 0 95.7 0 11.1"/>
|
|
22
|
-
<path class="cls-Area100Stacked-3" d="M0,54V95.7H96V18.37l-3.79,6.51-3.79,18-3.16,6.51-5.68,3.06-2.84,3.45s-3.42,6-3.48,6.12-7.58,4.6-7.58,4.6L60,67l-2.21.77-7.9-4.6-3.78,1.15-7.58-3.44L34.42,62.4l-3.79-1.15-4.1,3.44-3.48-.76L15.16,53.21,7.26,54,3.47,49Z"/>
|
|
23
|
-
<polygon class="cls-Area100Stacked-4" points="0 78.75 4.72 77.11 7.87 78.2 15.42 76.56 19.52 80.39 26.44 83.67 36.2 83.67 45.33 85.31 50.05 78.75 58.23 84.22 68.3 85.86 87.82 90.23 96 83.12 96 95.7 0 95.7 0 78.75"/>
|
|
24
|
-
</svg>
|
|
25
|
-
`;
|
|
26
|
-
const AreaGrouped = `
|
|
27
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
28
|
-
<defs>
|
|
29
|
-
<style>.cls-AreaGrouped-1{fill:#ab4191;}.cls-AreaGrouped-1,.cls-AreaGrouped-2,.cls-AreaGrouped-3,.cls-AreaGrouped-4{fill-rule:evenodd;}.cls-AreaGrouped-2{fill:#f05951;}.cls-AreaGrouped-3{fill:#fa8d3d;}.cls-AreaGrouped-4{fill:#0f6860;}</style>
|
|
30
|
-
</defs>
|
|
31
|
-
<g id="ChartNames">
|
|
32
|
-
<polygon class="cls-AreaGrouped-1" points="96 69.18 96 13.76 80.22 37.03 64.11 42.35 48.34 63.44 32.56 72.38 16.45 70.78 0 86.13 0 96 96 96 96 69.18"/>
|
|
33
|
-
<polygon class="cls-AreaGrouped-2" points="96 84.43 96 38.72 80.22 48.72 64.11 72.86 48.34 72.62 32.56 81.54 16.78 79.11 0 90.25 0 96 96 96 96 84.43"/>
|
|
34
|
-
<path class="cls-AreaGrouped-3" d="M96,91V62.08L80.22,66.71l-16.11,15-15.77.9L32.56,88s-16.12-.84-16.11-.76S0,92.65,0,92.65V96H96Z"/>
|
|
35
|
-
<polygon class="cls-AreaGrouped-4" points="96 93.77 96 77.49 80.22 81.31 64.11 91.54 48.34 93.13 32.56 94.09 0 95.37 0 96 96 96 96 93.77"/>
|
|
36
|
-
</g>
|
|
37
|
-
</svg>
|
|
38
|
-
`;
|
|
39
|
-
const AreaStacked = `
|
|
40
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
41
|
-
<defs>
|
|
42
|
-
<style>.cls-AreaStacked-1{fill:#ab4191;}.cls-AreaStacked-1,.cls-AreaStacked-2,.cls-AreaStacked-3,.cls-AreaStacked-4{fill-rule:evenodd;}.cls-AreaStacked-2{fill:#f05951;}.cls-AreaStacked-3{fill:#fa8d3d;}.cls-AreaStacked-4{fill:#0f6860;}</style>
|
|
43
|
-
</defs>
|
|
44
|
-
<g id="ChartNames">
|
|
45
|
-
<path class="cls-AreaStacked-1" d="M0,17.24,3.73,4.7l7.56,19.2,4.09-.78,7.87,11.75,3.46,1.57,3.78-3.13,4.41,2,3.46-2.75,4.72,2.35L45.91,38s4-.26,4.09-.39,7.45,4.57,7.56,4.7a35.11,35.11,0,0,0,3.77-1.57h4.41L72,43.49,82.11,28.21,88.4,10.32,91.86,0,96,12.15V96H0Z"/>
|
|
46
|
-
<path class="cls-AreaStacked-2" d="M0,53.29V96H96V16.85l-3.79,6.66L88.38,41.93l-3.16,6.66-5.68,3.13-2.85,3.53s-3.42,6.14-3.47,6.27-7.58,4.7-7.58,4.7L60,66.61l-2.21.79-7.9-4.71-3.79,1.18-7.58-3.53-4.1,1.57-3.79-1.18-4.11,3.53L23,63.48l-7.89-11-7.9.78L3.43,48.2Z"/>
|
|
47
|
-
<polygon class="cls-AreaStacked-3" points="0.14 78.65 4.85 76.97 7.99 78.09 15.54 76.41 19.62 80.33 26.53 83.69 36.27 83.69 45.38 85.37 50.09 78.65 58.26 84.25 68.31 85.93 87.79 90.4 95.96 83.12 95.96 96 0.14 96 0.14 78.65"/>
|
|
48
|
-
<polygon class="cls-AreaStacked-4" points="0.14 96 95.96 96 95.96 74.45 92.19 79.15 80.56 83.07 69.25 91.3 58.57 91.69 54.17 92.08 49.78 90.12 45.38 91.3 38.47 91.3 28.73 91.69 23.7 91.3 18.99 92.86 13.96 92.08 0.14 93.65 0.14 96"/>
|
|
49
|
-
</g>
|
|
50
|
-
</svg>
|
|
51
|
-
`;
|
|
52
|
-
const Bar100Stacked = `
|
|
53
|
-
<svg id="Layer_1" data-name="Layer 1"
|
|
54
|
-
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
55
|
-
<defs>
|
|
56
|
-
<style>.cls-Bar100Stacked-1{fill:#ab4191;}.cls-Bar100Stacked-1,.cls-Bar100Stacked-2,.cls-Bar100Stacked-3,.cls-Bar100Stacked-4{fill-rule:evenodd;}.cls-Bar100Stacked-2{fill:#f05951;}.cls-Bar100Stacked-3{fill:#fa8d3d;}.cls-Bar100Stacked-4,.cls-Bar100Stacked-5{fill:#0f6860;}</style>
|
|
57
|
-
</defs>
|
|
58
|
-
<path class="cls-Bar100Stacked-1" d="M96,7.84H45.71v11.1H96Zm0,13.38H47.67V32.33H96Zm0,13.39H42.45V46H96Zm0,13.72H48.33v11.1H96Zm0,13.38H43.43V72.82H96ZM96,75.1H42.12V86.2H96Z"/>
|
|
59
|
-
<path class="cls-Bar100Stacked-2" d="M75.76,21.22H29.71V32.33H75.76ZM66,61.71H27.1V72.82H66Zm4.24-27.1h-48V46h48ZM56.82,48.33H30v11.1H56.82ZM73.47,75.1H25.8V86.2H73.47ZM60.73,7.84h-33v11.1h33Z"/>
|
|
60
|
-
<path class="cls-Bar100Stacked-3" d="M47.67,21.22H8.16V32.33H47.67ZM39.51,61.71H5.88V72.82H39.51Zm3.59-27.1H1.63V46H43.1ZM31.35,48.33H8.16v11.1H31.35ZM45.71,75.1H4.57V86.2H45.71ZM34.61,7.84H6.2v11.1H34.61Z"/>
|
|
61
|
-
<path class="cls-Bar100Stacked-4" d="M14,34.61H0V46H14Zm4.25,13.72H0v11.1H18.29ZM15,75.1H0V86.2H15ZM22.2,21.22H0V32.33H22.2ZM11.43,61.71H0V72.82H11.43Z"/>
|
|
62
|
-
<rect class="cls-Bar100Stacked-5" y="7.84" width="10.78" height="11.1"/>
|
|
63
|
-
</svg>
|
|
64
|
-
`;
|
|
65
|
-
const BarGrouped = `
|
|
66
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
67
|
-
<defs>
|
|
68
|
-
<style>.cls-BarGrouped-1{fill:#f05951;}.cls-BarGrouped-2{fill:#ab4191;}.cls-BarGrouped-3{fill:#0f6860;}.cls-BarGrouped-4{fill:#fa8d3d;}</style>
|
|
69
|
-
</defs>
|
|
70
|
-
<g id="ChartNames">
|
|
71
|
-
<rect class="cls-BarGrouped-1" y="77.13" width="21.19" height="6.29"/>
|
|
72
|
-
<rect class="cls-BarGrouped-1" y="49.66" width="48.99" height="6.29"/>
|
|
73
|
-
<rect class="cls-BarGrouped-1" y="22.18" width="72.5" height="6.29"/>
|
|
74
|
-
<rect class="cls-BarGrouped-2" y="70.84" width="81.43" height="6.29"/>
|
|
75
|
-
<rect class="cls-BarGrouped-3" y="89.71" width="60.25" height="6.29"/>
|
|
76
|
-
<rect class="cls-BarGrouped-2" y="43.37" width="96" height="6.29"/>
|
|
77
|
-
<rect class="cls-BarGrouped-3" y="62.23" width="33.43" height="6.29"/>
|
|
78
|
-
<rect class="cls-BarGrouped-2" y="15.89" width="55.61" height="6.29"/>
|
|
79
|
-
<rect class="cls-BarGrouped-3" y="34.76" width="45.35" height="6.29"/>
|
|
80
|
-
<rect class="cls-BarGrouped-4" y="83.42" width="89.38" height="6.29"/>
|
|
81
|
-
<rect class="cls-BarGrouped-4" y="55.94" width="70.84" height="6.29"/>
|
|
82
|
-
<rect class="cls-BarGrouped-4" y="28.47" width="33.43" height="6.29"/>
|
|
83
|
-
</g>
|
|
84
|
-
</svg>
|
|
85
|
-
`;
|
|
86
|
-
const BarStacked = `
|
|
87
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
88
|
-
<defs>
|
|
89
|
-
<style>.cls-BarStacked-1{fill:#ab4191;}.cls-BarStacked-1,.cls-BarStacked-2,.cls-BarStacked-3,.cls-BarStacked-4{fill-rule:evenodd;}.cls-BarStacked-2{fill:#f05951;}.cls-BarStacked-3{fill:#fa8d3d;}.cls-BarStacked-4{fill:#0f6860;}</style>
|
|
90
|
-
</defs>
|
|
91
|
-
<g id="ChartNames">
|
|
92
|
-
<path class="cls-BarStacked-1" d="M53.9,8.85H14.58V19.66H53.9ZM86.33,22.28H21.46V33.09H86.33ZM71.26,35.71H14.91V46.85H71.26ZM53.57,49.47H11.63V60.29H53.57ZM95.84,62.91H21.46V73.72H95.84Zm-36,13.43H14.91V87.15H59.8Z"/>
|
|
93
|
-
<path class="cls-BarStacked-2" d="M41.12,8.85H14.58V19.66H41.12ZM61.76,22.28H21.46V33.09h40.3ZM46.69,35.71H14.91V46.85H46.69ZM41.77,49.47H11.63V60.29H41.77ZM62.09,62.91H21.46V73.72H62.09ZM42.76,76.34H14.91V87.15H42.76Z"/>
|
|
94
|
-
<path class="cls-BarStacked-3" d="M31.62,8.85h-17V19.66h17ZM45.38,22.28H21.46V33.09H45.38Zm-9.5,13.43h-21V46.85h21Zm-2.3,13.76H11.63V60.29H33.58Zm8.85,13.44h-21V73.72h21ZM31,76.34h-16V87.15H31Z"/>
|
|
95
|
-
<path class="cls-BarStacked-4" d="M14.91,8.85H.16V19.66H14.91ZM27.36,22.28H.16V33.09h27.2ZM19.17,35.71H.16V46.85h19ZM15.56,49.47H.16V60.29h15.4ZM27.69,62.91H.16V73.72H27.69ZM16.22,76.34H.16V87.15H16.22Z"/>
|
|
96
|
-
</g>
|
|
97
|
-
</svg>
|
|
98
|
-
`;
|
|
99
|
-
const Column100Stacked = `
|
|
100
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
101
|
-
<defs>
|
|
102
|
-
<style>.cls-Column100Stacked-1{fill:#ab4191;}.cls-Column100Stacked-1,.cls-Column100Stacked-2,.cls-Column100Stacked-3,.cls-Column100Stacked-4{fill-rule:evenodd;}.cls-Column100Stacked-2{fill:#f05951;}.cls-Column100Stacked-3{fill:#fa8d3d;}.cls-Column100Stacked-4{fill:#0f6860;}</style>
|
|
103
|
-
</defs>
|
|
104
|
-
<g id="ChartNames">
|
|
105
|
-
<path class="cls-Column100Stacked-1" d="M0,0V50.28H13.81V0ZM16.44,0V48.44H30.25V0ZM32.88,0V53.51h13.8V0ZM49.32,0V47.78h13.8V0ZM65.75,0V52.68H79.56V0ZM82.19,0V54H96V0Z"/>
|
|
106
|
-
<path class="cls-Column100Stacked-2" d="M16.44,20.35V66.43H30.25V20.35ZM65.75,30V68.74H79.56V30ZM32.88,25.73v48h13.8v-48ZM49.32,39.17V66.05h13.8V39.17ZM82.19,22.66V70.27H96V22.66ZM0,35.33v33H13.81v-33Z"/>
|
|
107
|
-
<path class="cls-Column100Stacked-3" d="M16.44,48.38V87.94H30.25V48.38Zm49.31,8.07V90.24H79.56V56.45ZM32.88,53V94.46h13.8V53ZM49.32,64.51V87.94h13.8V64.51ZM82.19,50.3V91.39H96V50.3ZM0,61.44V89.86H13.81V61.44Z"/>
|
|
108
|
-
<path class="cls-Column100Stacked-4" d="M32.88,82.11V96h13.8V82.11Zm16.44-4.45V96h13.8V77.66Zm32.87,3.41V96H96V81.07ZM16.44,73.73V96H30.25V73.73ZM65.75,84.47V96H79.56V84.47ZM0,85.08V96H13.81V85.08Z"/>
|
|
109
|
-
</g>
|
|
110
|
-
</svg>
|
|
111
|
-
`;
|
|
112
|
-
const ColumnGrouped = `
|
|
113
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
114
|
-
<defs>
|
|
115
|
-
<style>.cls-ColumnGrouped-1{fill:#fa8d3d;}.cls-ColumnGrouped-2{fill:#f05951;}.cls-ColumnGrouped-3{fill:#0f6860;}.cls-ColumnGrouped-4{fill:#ab4191;}</style>
|
|
116
|
-
</defs>
|
|
117
|
-
<g id="ChartNames">
|
|
118
|
-
<rect class="cls-ColumnGrouped-1" x="14.87" y="30.42" width="7.44" height="65.58"/>
|
|
119
|
-
<rect class="cls-ColumnGrouped-1" x="48" y="8.11" width="7.44" height="87.89"/>
|
|
120
|
-
<rect class="cls-ColumnGrouped-1" x="81.13" y="38.2" width="7.44" height="57.8"/>
|
|
121
|
-
<rect class="cls-ColumnGrouped-2" x="7.44" y="43.61" width="7.44" height="52.39"/>
|
|
122
|
-
<rect class="cls-ColumnGrouped-3" x="22.31" y="52.06" width="7.44" height="43.94"/>
|
|
123
|
-
<rect class="cls-ColumnGrouped-2" x="40.56" y="34.48" width="7.44" height="61.52"/>
|
|
124
|
-
<rect class="cls-ColumnGrouped-3" x="55.44" y="19.27" width="7.44" height="76.73"/>
|
|
125
|
-
<rect class="cls-ColumnGrouped-2" x="73.69" y="12.17" width="7.44" height="83.83"/>
|
|
126
|
-
<rect class="cls-ColumnGrouped-4" y="20.28" width="7.44" height="75.72"/>
|
|
127
|
-
<rect class="cls-ColumnGrouped-4" x="33.13" y="71.32" width="7.44" height="24.68"/>
|
|
128
|
-
<rect class="cls-ColumnGrouped-4" x="66.25" y="51.04" width="7.44" height="44.96"/>
|
|
129
|
-
<rect class="cls-ColumnGrouped-3" x="88.56" y="63.21" width="7.44" height="32.79"/>
|
|
130
|
-
</g>
|
|
131
|
-
</svg>
|
|
132
|
-
`;
|
|
133
|
-
const ColumnStacked = `
|
|
134
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
135
|
-
<defs>
|
|
136
|
-
<style>.cls-ColumnStacked-1{fill:#ab4191;}.cls-ColumnStacked-1,.cls-ColumnStacked-2,.cls-ColumnStacked-3,.cls-ColumnStacked-4{fill-rule:evenodd;}.cls-ColumnStacked-2{fill:#f05951;}.cls-ColumnStacked-3{fill:#fa8d3d;}.cls-ColumnStacked-4{fill:#0f6860;}</style>
|
|
137
|
-
</defs>
|
|
138
|
-
<g id="ChartNames">
|
|
139
|
-
<path class="cls-ColumnStacked-1" d="M0,44.4V78.55H13.81V44.4ZM16.44,9.87V78.55H30.25V9.87ZM32.88,25.8V78.55h13.8V25.8Zm16.44,19V82.34h13.8V44.77ZM65.75,0V78.55H79.56V0ZM82.19,37.94V86.13H96V37.94Z"/>
|
|
140
|
-
<path class="cls-ColumnStacked-2" d="M16.44,36.05v42.5H30.25V36.05Zm49.31-.38V78.55H79.56V35.67ZM32.88,52V78.55h13.8V52ZM49.32,57.3v25h13.8v-25Zm32.87-1.14v30H96v-30ZM0,57.68V78.55H13.81V57.68Z"/>
|
|
141
|
-
<path class="cls-ColumnStacked-3" d="M32.88,63.37V78.55h13.8V63.37Zm16.44,2.27v16.7h13.8V65.64Zm32.87,3V86.13H96V68.68ZM16.44,53.5v25H30.25v-25Zm49.31,3v22H79.56v-22ZM0,67.54v14H13.81v-14Z"/>
|
|
142
|
-
<path class="cls-ColumnStacked-4" d="M16.44,71.72V96H30.25V71.72Zm49.31,1.51V96H79.56V73.23ZM32.88,77V96h13.8V77Zm16.44,3.79V96h13.8V80.82Zm32.87,3V96H96V83.86ZM0,81.2V96H13.81V81.2Z"/>
|
|
143
|
-
</g>
|
|
144
|
-
</svg>
|
|
145
|
-
`;
|
|
146
|
-
const Line100Stacked = `
|
|
147
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
148
|
-
<defs>
|
|
149
|
-
<style>.cls-Line100Stacked-1,.cls-Line100Stacked-2,.cls-Line100Stacked-3,.cls-Line100Stacked-4{fill:none;stroke-miterlimit:10;stroke-width:2px;fill-rule:evenodd;}.cls-Line100Stacked-1{stroke:#ab4191;}.cls-Line100Stacked-2{stroke:#f05951;}.cls-Line100Stacked-3{stroke:#fa8d3d;}.cls-Line100Stacked-4{stroke:#0f6860;}</style>
|
|
150
|
-
</defs>
|
|
151
|
-
<g id="ChartNames">
|
|
152
|
-
<polyline class="cls-Line100Stacked-1" points="0 29.37 17.34 19.88 38.74 29.52 58.65 32.18 80.42 28.87 96 24.56"/>
|
|
153
|
-
<polyline class="cls-Line100Stacked-2" points="0 42.5 17.34 37.81 38.37 41.12 59.02 42.11 80.42 37.81 96 41.85"/>
|
|
154
|
-
<polyline class="cls-Line100Stacked-3" points="0 66.68 17.34 59.32 38.37 72.9 59.76 55.35 96 65.16"/>
|
|
155
|
-
<polyline class="cls-Line100Stacked-4" points="0 85.81 17.34 78.52 59.39 88.12 80.78 76.87 96 82.48"/>
|
|
156
|
-
</g>
|
|
157
|
-
</svg>
|
|
158
|
-
`;
|
|
159
|
-
const LineGrouped = `
|
|
160
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
161
|
-
<defs>
|
|
162
|
-
<style>.cls-LineGrouped-1,.cls-LineGrouped-2,.cls-LineGrouped-3,.cls-LineGrouped-4{fill:none;stroke-miterlimit:10;stroke-width:2px;}.cls-LineGrouped-1{stroke:#ab4191;}.cls-LineGrouped-2{stroke:#f05951;}.cls-LineGrouped-3{stroke:#fa8d3d;}.cls-LineGrouped-4{stroke:#0f6860;}</style>
|
|
163
|
-
</defs>
|
|
164
|
-
<g id="ChartNames">
|
|
165
|
-
<polyline class="cls-LineGrouped-1" points="0 31.14 4.12 20.49 11.66 36.91 16.09 36.66 24.41 46.48 27.96 47.14 32.04 44.59 36.46 46.81 40.19 44.59 45.04 45.82 47.99 49.2 51.98 48.87 59.96 52.84 63.95 51.52 68.28 51.52 74.78 53.74 85.36 41.04 96 17.86 96 18.27"/>
|
|
166
|
-
<polyline class="cls-LineGrouped-2" points="0 61.42 3.9 56.96 7.98 61.25 15.61 60.59 24.28 69.75 27.57 71.15 31.99 67.52 35.81 69.17 40.06 67.19 48.04 70.08 51.76 69.17 59.07 73.36 68.06 72.06 75.87 68.01 79.25 63.06 82.37 59.93 88.01 57.37 91.99 52.01 96 36.5 96 35.45"/>
|
|
167
|
-
<polyline class="cls-LineGrouped-3" points="0 79.47 5.11 77.91 8.5 78.81 16.13 77.41 20.72 80.71 27.4 84.17 37.8 83.52 46.91 85.58 52.02 79.31 60.35 84.59 90.95 89.87 96 85.5"/>
|
|
168
|
-
<polyline class="cls-LineGrouped-4" points="0 92.26 14.7 90.69 19.9 92.1 24.93 90.03 30.13 91.1 47.13 90.78 51.72 89.12 56.75 90.69 71.06 90.11 83.63 83.1 96 79.33"/>
|
|
169
|
-
</g>
|
|
170
|
-
</svg>
|
|
171
|
-
`;
|
|
172
|
-
const LineStacked = `
|
|
173
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
174
|
-
<defs>
|
|
175
|
-
<style>.cls-LineStacked-1,.cls-LineStacked-2,.cls-LineStacked-3,.cls-LineStacked-4{fill:none;stroke-miterlimit:10;stroke-width:2px;fill-rule:evenodd;}.cls-LineStacked-1{stroke:#ab4191;}.cls-LineStacked-2{stroke:#f05951;}.cls-LineStacked-3{stroke:#fa8d3d;}.cls-LineStacked-4{stroke:#0f6860;}</style>
|
|
176
|
-
</defs>
|
|
177
|
-
<g id="ChartNames">
|
|
178
|
-
<polyline class="cls-LineStacked-1" points="0 80.39 14.23 67.93 31.11 68.6 47.9 59.83 65.4 39.39 81.92 33.46 96 14.25"/>
|
|
179
|
-
<polyline class="cls-LineStacked-2" points="0 85.07 14.32 75.65 31.47 78.74 48.25 68.72 64.86 68.97 82.1 43.77 96 36.04"/>
|
|
180
|
-
<polyline class="cls-LineStacked-3" points="0 90.45 14.14 83.91 30.93 84.66 48.17 79.07 64.86 78.07 82.28 62.38 96 59.21"/>
|
|
181
|
-
<polyline class="cls-LineStacked-4" points="0 96 31.16 90.78 64.95 88.38 82.19 77.78 96 74.53"/>
|
|
182
|
-
</g>
|
|
183
|
-
</svg>
|
|
184
|
-
`;
|
|
185
|
-
const Pie = `
|
|
186
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
187
|
-
<defs>
|
|
188
|
-
<style>.cls-Pie-1{fill:#f05951;}.cls-Pie-1,.cls-Pie-2,.cls-Pie-3,.cls-Pie-4{fill-rule:evenodd;}.cls-Pie-2{fill:#fa8d3d;}.cls-Pie-3{fill:#0f6860;}.cls-Pie-4{fill:#ab4191;}</style>
|
|
189
|
-
</defs>
|
|
190
|
-
<g id="ChartNames">
|
|
191
|
-
<path class="cls-Pie-1" d="M44.19,48V3.79A43.27,43.27,0,0,0,3,32.3,43.45,43.45,0,0,0,15,81Z"/>
|
|
192
|
-
<path class="cls-Pie-2" d="M44.19,48,15,81a42.63,42.63,0,0,0,37.7,10.28,42.72,42.72,0,0,0,31-23.78Z"/>
|
|
193
|
-
<path class="cls-Pie-3" d="M51.77,48,91.29,67.53a42.87,42.87,0,0,0,.53-38Z"/>
|
|
194
|
-
<path class="cls-Pie-4" d="M44.19,48,84.24,29.52a43.13,43.13,0,0,0-40-25.73Z"/>
|
|
195
|
-
</g>
|
|
196
|
-
</svg>
|
|
197
|
-
`;
|
|
198
|
-
const ScatterBubble = `
|
|
199
|
-
<svg id="Layer_1" data-name="Layer 1"
|
|
200
|
-
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
201
|
-
<defs>
|
|
202
|
-
<style>.cls-ScatterBubble-1{fill:#f05951;}.cls-ScatterBubble-1,.cls-ScatterBubble-2{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.5px;}.cls-ScatterBubble-2{fill:#ab4191;}</style>
|
|
203
|
-
</defs>
|
|
204
|
-
<circle class="cls-ScatterBubble-1" cx="6.06" cy="85.05" r="2.33"/>
|
|
205
|
-
<circle class="cls-ScatterBubble-1" cx="16.57" cy="83.89" r="2.33"/>
|
|
206
|
-
<circle class="cls-ScatterBubble-1" cx="13.07" cy="78.83" r="2.33"/>
|
|
207
|
-
<circle class="cls-ScatterBubble-1" cx="39.52" cy="59.38" r="2.33"/>
|
|
208
|
-
<circle class="cls-ScatterBubble-1" cx="35.63" cy="53.94" r="2.33"/>
|
|
209
|
-
<circle class="cls-ScatterBubble-1" cx="7.62" cy="70.27" r="2.33"/>
|
|
210
|
-
<circle class="cls-ScatterBubble-1" cx="20.85" cy="71.44" r="2.33"/>
|
|
211
|
-
<circle class="cls-ScatterBubble-2" cx="8.79" cy="84.28" r="3.11"/>
|
|
212
|
-
<circle class="cls-ScatterBubble-1" cx="18.9" cy="67.16" r="3.11"/>
|
|
213
|
-
<circle class="cls-ScatterBubble-1" cx="36.4" cy="59.77" r="3.11"/>
|
|
214
|
-
<circle class="cls-ScatterBubble-1" cx="63.24" cy="21.26" r="3.11"/>
|
|
215
|
-
<circle class="cls-ScatterBubble-1" cx="25.12" cy="70.27" r="3.11"/>
|
|
216
|
-
<circle class="cls-ScatterBubble-2" cx="9.18" cy="71.83" r="3.11"/>
|
|
217
|
-
<circle class="cls-ScatterBubble-2" cx="13.07" cy="47.32" r="3.11"/>
|
|
218
|
-
<circle class="cls-ScatterBubble-1" cx="8.01" cy="60.94" r="4.28"/>
|
|
219
|
-
<circle class="cls-ScatterBubble-2" cx="22.4" cy="74.94" r="4.28"/>
|
|
220
|
-
<circle class="cls-ScatterBubble-1" cx="29.79" cy="54.33" r="4.28"/>
|
|
221
|
-
<circle class="cls-ScatterBubble-1" cx="73.75" cy="30.99" r="4.28"/>
|
|
222
|
-
<circle class="cls-ScatterBubble-1" cx="62.47" cy="34.88" r="4.28"/>
|
|
223
|
-
<circle class="cls-ScatterBubble-1" cx="16.57" cy="48.88" r="4.28"/>
|
|
224
|
-
<circle class="cls-ScatterBubble-1" cx="44.18" cy="28.26" r="4.28"/>
|
|
225
|
-
<circle class="cls-ScatterBubble-1" cx="16.57" cy="61.33" r="4.28"/>
|
|
226
|
-
<circle class="cls-ScatterBubble-2" cx="29.79" cy="49.66" r="5.06"/>
|
|
227
|
-
<circle class="cls-ScatterBubble-1" cx="47.68" cy="53.94" r="5.83"/>
|
|
228
|
-
<circle class="cls-ScatterBubble-1" cx="62.08" cy="26.32" r="5.06"/>
|
|
229
|
-
<circle class="cls-ScatterBubble-2" cx="86.58" cy="39.93" r="5.06"/>
|
|
230
|
-
<circle class="cls-ScatterBubble-2" cx="70.63" cy="33.32" r="5.06"/>
|
|
231
|
-
<circle class="cls-ScatterBubble-2" cx="64.8" cy="33.32" r="6.22"/>
|
|
232
|
-
<circle class="cls-ScatterBubble-1" cx="25.9" cy="32.15" r="6.22"/>
|
|
233
|
-
<circle class="cls-ScatterBubble-2" cx="39.52" cy="74.16" r="6.61"/>
|
|
234
|
-
<circle class="cls-ScatterBubble-2" cx="56.23" cy="81.54" r="6.22"/>
|
|
235
|
-
<circle class="cls-ScatterBubble-1" cx="51.19" cy="74.16" r="8.17"/>
|
|
236
|
-
<circle class="cls-ScatterBubble-2" cx="42.24" cy="38.77" r="8.17"/>
|
|
237
|
-
<circle class="cls-ScatterBubble-1" cx="50.8" cy="60.94" r="8.17"/>
|
|
238
|
-
<circle class="cls-ScatterBubble-1" cx="41.85" cy="34.88" r="9.34"/>
|
|
239
|
-
<circle class="cls-ScatterBubble-1" cx="52.35" cy="31.76" r="11.28"/>
|
|
240
|
-
<circle class="cls-ScatterBubble-2" cx="58.97" cy="53.55" r="12.84"/>
|
|
241
|
-
<circle class="cls-ScatterBubble-1" cx="37.57" cy="81.55" r="9.72"/>
|
|
242
|
-
<circle class="cls-ScatterBubble-1" cx="58.58" cy="50.44" r="6.22"/>
|
|
243
|
-
<circle class="cls-ScatterBubble-1" cx="51.57" cy="53.55" r="7"/>
|
|
244
|
-
<circle class="cls-ScatterBubble-1" cx="53.52" cy="34.49" r="7"/>
|
|
245
|
-
<circle class="cls-ScatterBubble-1" cx="57.41" cy="11.93" r="7"/>
|
|
246
|
-
<circle class="cls-ScatterBubble-1" cx="86.19" cy="57.83" r="5.45"/>
|
|
247
|
-
<circle class="cls-ScatterBubble-1" cx="20.85" cy="66.38" r="5.45"/>
|
|
248
|
-
<circle class="cls-ScatterBubble-2" cx="38.35" cy="58.6" r="5.06"/>
|
|
249
|
-
<circle class="cls-ScatterBubble-2" cx="15.79" cy="64.05" r="5.06"/>
|
|
250
|
-
<circle class="cls-ScatterBubble-1" cx="28.24" cy="74.55" r="5.06"/>
|
|
251
|
-
<circle class="cls-ScatterBubble-2" cx="57.02" cy="22.04" r="4.28"/>
|
|
252
|
-
</svg>
|
|
253
|
-
`;
|
|
254
|
-
const ScatterLine = `
|
|
255
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
256
|
-
<defs>
|
|
257
|
-
<style>.cls-ScatterLine-1,.cls-ScatterLine-2,.cls-ScatterLine-3,.cls-ScatterLine-4{fill:none;stroke-miterlimit:10;stroke-width:2px;}.cls-ScatterLine-1{stroke:#0f6860;}.cls-ScatterLine-1,.cls-ScatterLine-2,.cls-ScatterLine-3,.cls-ScatterLine-4,.cls-ScatterLine-5,.cls-ScatterLine-7,.cls-ScatterLine-8,.cls-ScatterLine-9{fill-rule:evenodd;}.cls-ScatterLine-2{stroke:#fa8d3d;}.cls-ScatterLine-3{stroke:#f05951;}.cls-ScatterLine-4{stroke:#ab4191;}.cls-ScatterLine-5{fill:#ab4191;}.cls-ScatterLine-6{fill:#fff;}.cls-ScatterLine-7{fill:#f05951;}.cls-ScatterLine-8{fill:#0f6860;}.cls-ScatterLine-9{fill:#fa8d3d;}</style>
|
|
258
|
-
</defs>
|
|
259
|
-
<g id="ChartNames">
|
|
260
|
-
<polyline class="cls-ScatterLine-1" points="26.86 87.32 37.71 81.09 60.66 85.34 75.57 71.13 82.69 60.02 88.09 48.86"/>
|
|
261
|
-
<polyline class="cls-ScatterLine-2" points="10.6 85.36 16.86 76.38 32.22 58.89 55.26 41.45 60.02 31.09 69.79 23.41 88.32 6.3"/>
|
|
262
|
-
<polyline class="cls-ScatterLine-3" points="60.19 7.22 47.42 10.06 35.31 14.73 18.95 32.1 17.53 50.04 10.44 58.56"/>
|
|
263
|
-
<polyline class="cls-ScatterLine-4" points="23.58 4.76 10.97 12.44 8.47 29.72"/>
|
|
264
|
-
<path class="cls-ScatterLine-5" d="M8.69,12.61a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,8.69,12.61Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,9.69,12.61Z"/>
|
|
265
|
-
<circle class="cls-ScatterLine-6" cx="11.19" cy="12.61" r="1.5"/>
|
|
266
|
-
<path class="cls-ScatterLine-5" d="M21,4.59a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,21,4.59Zm1,0A1.51,1.51,0,1,1,23.55,6.1,1.5,1.5,0,0,1,22,4.59Z"/>
|
|
267
|
-
<circle class="cls-ScatterLine-6" cx="23.55" cy="4.59" r="1.5"/>
|
|
268
|
-
<path class="cls-ScatterLine-5" d="M6,29.64a2.5,2.5,0,1,0,2.5-2.51A2.5,2.5,0,0,0,6,29.64Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,7,29.64Z"/>
|
|
269
|
-
<circle class="cls-ScatterLine-6" cx="8.52" cy="29.64" r="1.5"/>
|
|
270
|
-
<path class="cls-ScatterLine-7" d="M57.43,7.26a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,57.43,7.26Zm1,0a1.51,1.51,0,1,1,1.51,1.51A1.51,1.51,0,0,1,58.43,7.26Z"/>
|
|
271
|
-
<circle class="cls-ScatterLine-6" cx="59.94" cy="7.26" r="1.5"/>
|
|
272
|
-
<path class="cls-ScatterLine-7" d="M44.74,10.24a2.51,2.51,0,1,0,2.51-2.51A2.51,2.51,0,0,0,44.74,10.24Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,45.75,10.24Z"/>
|
|
273
|
-
<circle class="cls-ScatterLine-6" cx="47.25" cy="10.24" r="1.5"/>
|
|
274
|
-
<path class="cls-ScatterLine-7" d="M33.06,14.94a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,33.06,14.94Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,34.06,14.94Z"/>
|
|
275
|
-
<circle class="cls-ScatterLine-6" cx="35.56" cy="14.94" r="1.5"/>
|
|
276
|
-
<path class="cls-ScatterLine-7" d="M16.36,32.08a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,16.36,32.08Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.5,1.5,0,0,1,17.36,32.08Z"/>
|
|
277
|
-
<circle class="cls-ScatterLine-6" cx="18.87" cy="32.08" r="1.5"/>
|
|
278
|
-
<path class="cls-ScatterLine-7" d="M14.69,50.34a2.51,2.51,0,1,0,2.51-2.51A2.5,2.5,0,0,0,14.69,50.34Zm1,0a1.51,1.51,0,1,1,3,0,1.51,1.51,0,0,1-3,0Z"/>
|
|
279
|
-
<circle class="cls-ScatterLine-6" cx="17.2" cy="50.34" r="1.5"/>
|
|
280
|
-
<path class="cls-ScatterLine-7" d="M8,58.24a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,8,58.24Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,9,58.24Z"/>
|
|
281
|
-
<circle class="cls-ScatterLine-6" cx="10.48" cy="58.24" r="1.5"/>
|
|
282
|
-
<path class="cls-ScatterLine-8" d="M80.54,60a2.5,2.5,0,1,0,2.5-2.5A2.51,2.51,0,0,0,80.54,60Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,81.54,60Z"/>
|
|
283
|
-
<circle class="cls-ScatterLine-6" cx="83.04" cy="60.02" r="1.5"/>
|
|
284
|
-
<path class="cls-ScatterLine-8" d="M85.58,49a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,85.58,49Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.51,1.51,0,0,1,86.58,49Z"/>
|
|
285
|
-
<circle class="cls-ScatterLine-6" cx="88.09" cy="49" r="1.5"/>
|
|
286
|
-
<path class="cls-ScatterLine-8" d="M73.27,71.18a2.51,2.51,0,1,0,2.5-2.5A2.51,2.51,0,0,0,73.27,71.18Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,74.27,71.18Z"/>
|
|
287
|
-
<circle class="cls-ScatterLine-6" cx="75.77" cy="71.18" r="1.5"/>
|
|
288
|
-
<path class="cls-ScatterLine-8" d="M58.16,85.65a2.5,2.5,0,1,0,2.5-2.51A2.5,2.5,0,0,0,58.16,85.65Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.51,1.51,0,0,1,59.16,85.65Z"/>
|
|
289
|
-
<circle class="cls-ScatterLine-6" cx="60.66" cy="85.65" r="1.5"/>
|
|
290
|
-
<path class="cls-ScatterLine-8" d="M35.2,81.53A2.51,2.51,0,1,0,37.71,79,2.52,2.52,0,0,0,35.2,81.53Zm1,0A1.51,1.51,0,1,1,37.71,83,1.51,1.51,0,0,1,36.2,81.53Z"/>
|
|
291
|
-
<circle class="cls-ScatterLine-6" cx="37.71" cy="81.53" r="1.5"/>
|
|
292
|
-
<path class="cls-ScatterLine-8" d="M24.35,87.32a2.51,2.51,0,1,0,2.51-2.51A2.5,2.5,0,0,0,24.35,87.32Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.51,1.51,0,0,1,25.35,87.32Z"/>
|
|
293
|
-
<circle class="cls-ScatterLine-6" cx="26.86" cy="87.32" r="1.5"/>
|
|
294
|
-
<path class="cls-ScatterLine-9" d="M8,85.73a2.51,2.51,0,1,0,2.51-2.5A2.52,2.52,0,0,0,8,85.73Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,9,85.73Z"/>
|
|
295
|
-
<circle class="cls-ScatterLine-6" cx="10.48" cy="85.73" r="1.5"/>
|
|
296
|
-
<path class="cls-ScatterLine-9" d="M13.36,77.38a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,13.36,77.38Zm1,0a1.51,1.51,0,1,1,1.5,1.51A1.5,1.5,0,0,1,14.36,77.38Z"/>
|
|
297
|
-
<circle class="cls-ScatterLine-6" cx="15.86" cy="77.38" r="1.5"/>
|
|
298
|
-
<path class="cls-ScatterLine-9" d="M19,70.71a2.51,2.51,0,1,0,2.51-2.51A2.5,2.5,0,0,0,19,70.71Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.51,1.51,0,0,1,20,70.71Z"/>
|
|
299
|
-
<circle class="cls-ScatterLine-6" cx="21.54" cy="70.71" r="1.5"/>
|
|
300
|
-
<path class="cls-ScatterLine-9" d="M29.44,58.91a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,29.44,58.91Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.51,1.51,0,0,1,30.44,58.91Z"/>
|
|
301
|
-
<circle class="cls-ScatterLine-6" cx="31.94" cy="58.91" r="1.5"/>
|
|
302
|
-
<path class="cls-ScatterLine-9" d="M41.41,49.67a2.5,2.5,0,1,0,2.5-2.5A2.5,2.5,0,0,0,41.41,49.67Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,42.41,49.67Z"/>
|
|
303
|
-
<circle class="cls-ScatterLine-6" cx="43.91" cy="49.67" r="1.5"/>
|
|
304
|
-
<path class="cls-ScatterLine-9" d="M52.76,41.66a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,52.76,41.66Zm1,0a1.51,1.51,0,1,1,1.5,1.5A1.5,1.5,0,0,1,53.76,41.66Z"/>
|
|
305
|
-
<circle class="cls-ScatterLine-6" cx="55.26" cy="41.66" r="1.5"/>
|
|
306
|
-
<path class="cls-ScatterLine-9" d="M57.77,31.3a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,57.77,31.3Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,58.77,31.3Z"/>
|
|
307
|
-
<circle class="cls-ScatterLine-6" cx="60.27" cy="31.3" r="1.5"/>
|
|
308
|
-
<path class="cls-ScatterLine-9" d="M67.45,23.62a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,67.45,23.62Zm1,0A1.51,1.51,0,1,1,70,25.13,1.5,1.5,0,0,1,68.45,23.62Z"/>
|
|
309
|
-
<circle class="cls-ScatterLine-6" cx="69.95" cy="23.62" r="1.5"/>
|
|
310
|
-
<path class="cls-ScatterLine-9" d="M85.82,6.59a2.5,2.5,0,1,0,2.5-2.5A2.5,2.5,0,0,0,85.82,6.59Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,86.82,6.59Z"/>
|
|
311
|
-
<circle class="cls-ScatterLine-6" cx="88.32" cy="6.59" r="1.5"/>
|
|
312
|
-
</g>
|
|
313
|
-
</svg>
|
|
314
|
-
`;
|
|
315
|
-
const ScatterPoint = `
|
|
316
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
317
|
-
<defs>
|
|
318
|
-
<style>.cls-ScatterPoint-1{fill:#ab4191;}.cls-ScatterPoint-1,.cls-ScatterPoint-3,.cls-ScatterPoint-4{fill-rule:evenodd;}.cls-ScatterPoint-2{fill:#fff;}.cls-ScatterPoint-3{fill:#f05951;}.cls-ScatterPoint-4{fill:#fa8d3d;}</style>
|
|
319
|
-
</defs>
|
|
320
|
-
<g id="ChartNames">
|
|
321
|
-
<path class="cls-ScatterPoint-1" d="M6.42,7.64A2.37,2.37,0,1,0,8.79,5.28,2.37,2.37,0,0,0,6.42,7.64Zm1,0A1.42,1.42,0,1,1,8.79,9.06,1.41,1.41,0,0,1,7.37,7.64Z"/>
|
|
322
|
-
<circle class="cls-ScatterPoint-2" cx="8.79" cy="7.64" r="1.42"/>
|
|
323
|
-
<path class="cls-ScatterPoint-1" d="M12.09,10a2.37,2.37,0,1,0,2.37-2.37A2.37,2.37,0,0,0,12.09,10ZM13,10a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,13,10Z"/>
|
|
324
|
-
<circle class="cls-ScatterPoint-2" cx="14.46" cy="10.01" r="1.42"/>
|
|
325
|
-
<path class="cls-ScatterPoint-1" d="M22,8.59a2.37,2.37,0,1,0,2.37-2.36A2.37,2.37,0,0,0,22,8.59Zm.95,0A1.42,1.42,0,1,1,24.38,10,1.41,1.41,0,0,1,23,8.59Z"/>
|
|
326
|
-
<circle class="cls-ScatterPoint-2" cx="24.38" cy="8.59" r="1.42"/>
|
|
327
|
-
<path class="cls-ScatterPoint-1" d="M14.46,14.73a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,14.46,14.73Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,15.4,14.73Z"/>
|
|
328
|
-
<circle class="cls-ScatterPoint-2" cx="16.82" cy="14.73" r="1.42"/>
|
|
329
|
-
<path class="cls-ScatterPoint-1" d="M11.62,31.27A2.37,2.37,0,1,0,14,28.9,2.36,2.36,0,0,0,11.62,31.27Zm1,0A1.42,1.42,0,1,1,14,32.68,1.41,1.41,0,0,1,12.57,31.27Z"/>
|
|
330
|
-
<circle class="cls-ScatterPoint-2" cx="13.98" cy="31.27" r="1.42"/>
|
|
331
|
-
<path class="cls-ScatterPoint-1" d="M3.12,28.9a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,3.12,28.9Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.41,1.41,0,0,1,4.06,28.9Z"/>
|
|
332
|
-
<circle class="cls-ScatterPoint-2" cx="5.48" cy="28.9" r="1.42"/>
|
|
333
|
-
<path class="cls-ScatterPoint-1" d="M2.64,34.57A2.37,2.37,0,1,0,5,32.21,2.37,2.37,0,0,0,2.64,34.57Zm.95,0A1.42,1.42,0,1,1,5,36,1.41,1.41,0,0,1,3.59,34.57Z"/>
|
|
334
|
-
<circle class="cls-ScatterPoint-2" cx="5.01" cy="34.57" r="1.42"/>
|
|
335
|
-
<path class="cls-ScatterPoint-1" d="M.75,37.88a2.37,2.37,0,1,0,2.37-2.36A2.36,2.36,0,0,0,.75,37.88Zm1,0A1.42,1.42,0,1,1,3.12,39.3,1.42,1.42,0,0,1,1.7,37.88Z"/>
|
|
336
|
-
<circle class="cls-ScatterPoint-2" cx="3.12" cy="37.88" r="1.42"/>
|
|
337
|
-
<path class="cls-ScatterPoint-1" d="M1.23,44.5a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,1.23,44.5Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,2.17,44.5Z"/>
|
|
338
|
-
<circle class="cls-ScatterPoint-2" cx="3.59" cy="44.5" r="1.42"/>
|
|
339
|
-
<path class="cls-ScatterPoint-1" d="M2.64,66.23A2.37,2.37,0,1,0,5,63.87,2.37,2.37,0,0,0,2.64,66.23Zm.95,0A1.42,1.42,0,1,1,5,67.65,1.41,1.41,0,0,1,3.59,66.23Z"/>
|
|
340
|
-
<circle class="cls-ScatterPoint-2" cx="5.01" cy="66.23" r="1.42"/>
|
|
341
|
-
<path class="cls-ScatterPoint-1" d="M26.27,75.21a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,26.27,75.21Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,27.21,75.21Z"/>
|
|
342
|
-
<circle class="cls-ScatterPoint-2" cx="28.63" cy="75.21" r="1.42"/>
|
|
343
|
-
<path class="cls-ScatterPoint-1" d="M9.73,52.06a2.37,2.37,0,1,0,2.36-2.37A2.36,2.36,0,0,0,9.73,52.06Zm.95,0a1.42,1.42,0,1,1,1.41,1.41A1.41,1.41,0,0,1,10.68,52.06Z"/>
|
|
344
|
-
<circle class="cls-ScatterPoint-2" cx="12.09" cy="52.06" r="1.42"/>
|
|
345
|
-
<path class="cls-ScatterPoint-1" d="M14.46,48.75a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,14.46,48.75Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.41,1.41,0,0,1,15.4,48.75Z"/>
|
|
346
|
-
<circle class="cls-ScatterPoint-2" cx="16.82" cy="48.75" r="1.42"/>
|
|
347
|
-
<path class="cls-ScatterPoint-1" d="M14.46,41.66a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,14.46,41.66Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,15.4,41.66Z"/>
|
|
348
|
-
<circle class="cls-ScatterPoint-2" cx="16.82" cy="41.66" r="1.42"/>
|
|
349
|
-
<path class="cls-ScatterPoint-1" d="M22.49,44.5a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,22.49,44.5Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,23.43,44.5Z"/>
|
|
350
|
-
<circle class="cls-ScatterPoint-2" cx="24.85" cy="44.5" r="1.42"/>
|
|
351
|
-
<path class="cls-ScatterPoint-1" d="M30.52,44a2.36,2.36,0,1,0,2.36-2.36A2.37,2.37,0,0,0,30.52,44Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,31.46,44Z"/>
|
|
352
|
-
<circle class="cls-ScatterPoint-2" cx="32.88" cy="44.02" r="1.42"/>
|
|
353
|
-
<path class="cls-ScatterPoint-3" d="M19.18,87.88a2.36,2.36,0,1,0,2.36-2.36A2.37,2.37,0,0,0,19.18,87.88Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,20.12,87.88Z"/>
|
|
354
|
-
<circle class="cls-ScatterPoint-2" cx="21.54" cy="87.88" r="1.42"/>
|
|
355
|
-
<path class="cls-ScatterPoint-3" d="M30.52,67.65a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,30.52,67.65Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,31.46,67.65Z"/>
|
|
356
|
-
<circle class="cls-ScatterPoint-2" cx="32.88" cy="67.65" r="1.42"/>
|
|
357
|
-
<path class="cls-ScatterPoint-3" d="M41.86,51.58a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,41.86,51.58Zm.94,0A1.42,1.42,0,1,1,44.22,53,1.42,1.42,0,0,1,42.8,51.58Z"/>
|
|
358
|
-
<circle class="cls-ScatterPoint-2" cx="44.22" cy="51.58" r="1.42"/>
|
|
359
|
-
<path class="cls-ScatterPoint-3" d="M41.86,53.94a2.36,2.36,0,1,0,2.36-2.36A2.37,2.37,0,0,0,41.86,53.94Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,42.8,53.94Z"/>
|
|
360
|
-
<circle class="cls-ScatterPoint-2" cx="44.22" cy="53.94" r="1.42"/>
|
|
361
|
-
<path class="cls-ScatterPoint-3" d="M41.86,63.39A2.36,2.36,0,1,0,44.22,61,2.37,2.37,0,0,0,41.86,63.39Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,42.8,63.39Z"/>
|
|
362
|
-
<circle class="cls-ScatterPoint-2" cx="44.22" cy="63.39" r="1.42"/>
|
|
363
|
-
<path class="cls-ScatterPoint-3" d="M41.86,71.43a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,41.86,71.43Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,42.8,71.43Z"/>
|
|
364
|
-
<circle class="cls-ScatterPoint-2" cx="44.22" cy="71.43" r="1.42"/>
|
|
365
|
-
<path class="cls-ScatterPoint-3" d="M53.2,83.24a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,53.2,83.24Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,54.14,83.24Z"/>
|
|
366
|
-
<circle class="cls-ScatterPoint-2" cx="55.56" cy="83.24" r="1.42"/>
|
|
367
|
-
<path class="cls-ScatterPoint-3" d="M64.06,75.21a2.37,2.37,0,1,0,2.37-2.37A2.37,2.37,0,0,0,64.06,75.21Zm1,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,65,75.21Z"/>
|
|
368
|
-
<circle class="cls-ScatterPoint-2" cx="66.43" cy="75.21" r="1.42"/>
|
|
369
|
-
<path class="cls-ScatterPoint-3" d="M64.06,63.39A2.37,2.37,0,1,0,66.43,61,2.37,2.37,0,0,0,64.06,63.39Zm1,0a1.42,1.42,0,1,1,1.42,1.42A1.41,1.41,0,0,1,65,63.39Z"/>
|
|
370
|
-
<circle class="cls-ScatterPoint-2" cx="66.43" cy="63.39" r="1.42"/>
|
|
371
|
-
<path class="cls-ScatterPoint-3" d="M75.4,71.43a2.37,2.37,0,1,0,2.36-2.37A2.36,2.36,0,0,0,75.4,71.43Zm.95,0a1.42,1.42,0,1,1,1.41,1.41A1.41,1.41,0,0,1,76.35,71.43Z"/>
|
|
372
|
-
<circle class="cls-ScatterPoint-2" cx="77.76" cy="71.43" r="1.42"/>
|
|
373
|
-
<path class="cls-ScatterPoint-3" d="M75.4,55.83a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,75.4,55.83Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,55.83Z"/>
|
|
374
|
-
<circle class="cls-ScatterPoint-2" cx="77.76" cy="55.83" r="1.42"/>
|
|
375
|
-
<path class="cls-ScatterPoint-3" d="M75.4,24.81a2.37,2.37,0,1,0,2.36-2.36A2.36,2.36,0,0,0,75.4,24.81Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,24.81Z"/>
|
|
376
|
-
<circle class="cls-ScatterPoint-2" cx="77.76" cy="24.81" r="1.42"/>
|
|
377
|
-
<path class="cls-ScatterPoint-3" d="M75.4,22a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,75.4,22Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,22Z"/>
|
|
378
|
-
<circle class="cls-ScatterPoint-2" cx="77.76" cy="21.97" r="1.42"/>
|
|
379
|
-
<path class="cls-ScatterPoint-3" d="M86.74,84.1a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,86.74,84.1Zm1,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,87.69,84.1Z"/>
|
|
380
|
-
<circle class="cls-ScatterPoint-2" cx="89.1" cy="84.1" r="1.42"/>
|
|
381
|
-
<path class="cls-ScatterPoint-3" d="M86.74,71a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,86.74,71Zm1,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,87.69,71Z"/>
|
|
382
|
-
<circle class="cls-ScatterPoint-2" cx="89.1" cy="70.95" r="1.42"/>
|
|
383
|
-
<path class="cls-ScatterPoint-3" d="M41.86,88.36A2.36,2.36,0,1,0,44.22,86,2.36,2.36,0,0,0,41.86,88.36Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,42.8,88.36Z"/>
|
|
384
|
-
<circle class="cls-ScatterPoint-2" cx="44.22" cy="88.36" r="1.42"/>
|
|
385
|
-
<path class="cls-ScatterPoint-3" d="M30.52,71.43a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,30.52,71.43Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,31.46,71.43Z"/>
|
|
386
|
-
<circle class="cls-ScatterPoint-2" cx="32.88" cy="71.43" r="1.42"/>
|
|
387
|
-
<path class="cls-ScatterPoint-4" d="M19.65,64.34A2.37,2.37,0,1,0,22,62,2.36,2.36,0,0,0,19.65,64.34Zm1,0A1.42,1.42,0,1,1,22,65.76,1.41,1.41,0,0,1,20.6,64.34Z"/>
|
|
388
|
-
<circle class="cls-ScatterPoint-2" cx="22.01" cy="64.34" r="1.42"/>
|
|
389
|
-
<path class="cls-ScatterPoint-4" d="M30.52,50.64a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,30.52,50.64Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,31.46,50.64Z"/>
|
|
390
|
-
<circle class="cls-ScatterPoint-2" cx="32.88" cy="50.64" r="1.42"/>
|
|
391
|
-
<path class="cls-ScatterPoint-4" d="M30.52,62.92a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,30.52,62.92Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,31.46,62.92Z"/>
|
|
392
|
-
<circle class="cls-ScatterPoint-2" cx="32.88" cy="62.92" r="1.42"/>
|
|
393
|
-
<path class="cls-ScatterPoint-4" d="M30.52,79a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,30.52,79Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,31.46,79Z"/>
|
|
394
|
-
<circle class="cls-ScatterPoint-2" cx="32.88" cy="78.99" r="1.42"/>
|
|
395
|
-
<path class="cls-ScatterPoint-4" d="M41.86,68.12a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,41.86,68.12Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,42.8,68.12Z"/>
|
|
396
|
-
<circle class="cls-ScatterPoint-2" cx="44.22" cy="68.12" r="1.42"/>
|
|
397
|
-
<path class="cls-ScatterPoint-4" d="M53.2,56.78a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,53.2,56.78Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,54.14,56.78Z"/>
|
|
398
|
-
<circle class="cls-ScatterPoint-2" cx="55.56" cy="56.78" r="1.42"/>
|
|
399
|
-
<path class="cls-ScatterPoint-4" d="M53.2,76.15a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,53.2,76.15Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,54.14,76.15Z"/>
|
|
400
|
-
<circle class="cls-ScatterPoint-2" cx="55.56" cy="76.15" r="1.42"/>
|
|
401
|
-
<path class="cls-ScatterPoint-4" d="M41.86,85.52a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,41.86,85.52Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,42.8,85.52Z"/>
|
|
402
|
-
<circle class="cls-ScatterPoint-2" cx="44.22" cy="85.52" r="1.42"/>
|
|
403
|
-
<path class="cls-ScatterPoint-4" d="M64.06,83.24a2.37,2.37,0,1,0,2.37-2.36A2.37,2.37,0,0,0,64.06,83.24Zm1,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,65,83.24Z"/>
|
|
404
|
-
<circle class="cls-ScatterPoint-2" cx="66.43" cy="83.24" r="1.42"/>
|
|
405
|
-
<path class="cls-ScatterPoint-4" d="M75.4,75.68a2.37,2.37,0,1,0,2.36-2.36A2.36,2.36,0,0,0,75.4,75.68Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,75.68Z"/>
|
|
406
|
-
<circle class="cls-ScatterPoint-2" cx="77.76" cy="75.68" r="1.42"/>
|
|
407
|
-
<path class="cls-ScatterPoint-4" d="M77.76,75.21a2.37,2.37,0,1,0,2.37-2.37A2.37,2.37,0,0,0,77.76,75.21Zm.95,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,78.71,75.21Z"/>
|
|
408
|
-
<circle class="cls-ScatterPoint-2" cx="80.13" cy="75.21" r="1.42"/>
|
|
409
|
-
<path class="cls-ScatterPoint-4" d="M86.27,54.89a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,86.27,54.89Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,87.21,54.89Z"/>
|
|
410
|
-
<circle class="cls-ScatterPoint-2" cx="88.63" cy="54.89" r="1.42"/>
|
|
411
|
-
<path class="cls-ScatterPoint-4" d="M90.52,71a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,90.52,71Zm1,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,91.47,71Z"/>
|
|
412
|
-
<circle class="cls-ScatterPoint-2" cx="92.88" cy="70.95" r="1.42"/>
|
|
413
|
-
<path class="cls-ScatterPoint-4" d="M86.74,88.36A2.37,2.37,0,1,0,89.1,86,2.36,2.36,0,0,0,86.74,88.36Zm1,0a1.42,1.42,0,1,1,1.41,1.41A1.41,1.41,0,0,1,87.69,88.36Z"/>
|
|
414
|
-
<circle class="cls-ScatterPoint-2" cx="89.1" cy="88.36" r="1.42"/>
|
|
415
|
-
<path class="cls-ScatterPoint-4" d="M30.52,83.71a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,30.52,83.71Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,31.46,83.71Z"/>
|
|
416
|
-
<circle class="cls-ScatterPoint-2" cx="32.88" cy="83.71" r="1.42"/>
|
|
417
|
-
</g>
|
|
418
|
-
</svg>
|
|
419
|
-
`;
|
|
420
|
-
|
|
421
|
-
var charts = /*#__PURE__*/Object.freeze({
|
|
422
|
-
__proto__: null,
|
|
423
|
-
Area100Stacked: Area100Stacked,
|
|
424
|
-
AreaGrouped: AreaGrouped,
|
|
425
|
-
AreaStacked: AreaStacked,
|
|
426
|
-
Bar100Stacked: Bar100Stacked,
|
|
427
|
-
BarGrouped: BarGrouped,
|
|
428
|
-
BarStacked: BarStacked,
|
|
429
|
-
Column100Stacked: Column100Stacked,
|
|
430
|
-
ColumnGrouped: ColumnGrouped,
|
|
431
|
-
ColumnStacked: ColumnStacked,
|
|
432
|
-
Line100Stacked: Line100Stacked,
|
|
433
|
-
LineGrouped: LineGrouped,
|
|
434
|
-
LineStacked: LineStacked,
|
|
435
|
-
Pie: Pie,
|
|
436
|
-
ScatterBubble: ScatterBubble,
|
|
437
|
-
ScatterLine: ScatterLine,
|
|
438
|
-
ScatterPoint: ScatterPoint
|
|
439
|
-
});
|
|
440
|
-
|
|
441
|
-
class SvgPipe {
|
|
442
|
-
constructor(sanitizer) {
|
|
443
|
-
this.sanitizer = sanitizer;
|
|
444
|
-
}
|
|
445
|
-
transform(markup) {
|
|
446
|
-
return this.sanitizer.bypassSecurityTrustHtml(markup);
|
|
42
|
+
class SeriesFactory {
|
|
43
|
+
create(type) {
|
|
44
|
+
return new type();
|
|
447
45
|
}
|
|
448
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: SvgPipe, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
449
|
-
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: SvgPipe, name: "svg" }); }
|
|
450
46
|
}
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
name: 'svg'
|
|
455
|
-
}]
|
|
456
|
-
}], ctorParameters: () => [{ type: i1.DomSanitizer }] });
|
|
457
|
-
|
|
458
|
-
class IgxChartMenuComponent {
|
|
459
|
-
get width() {
|
|
460
|
-
return this.fullScreen ? this._width : 0.7 * this._width;
|
|
461
|
-
}
|
|
462
|
-
set width(value) {
|
|
463
|
-
this._width = value;
|
|
47
|
+
class ChartInitializer {
|
|
48
|
+
constructor() {
|
|
49
|
+
this.seriesFactory = new SeriesFactory();
|
|
464
50
|
}
|
|
465
|
-
|
|
466
|
-
|
|
51
|
+
applyOptions(target, options) {
|
|
52
|
+
if (options) {
|
|
53
|
+
Object.keys(options).forEach(key => {
|
|
54
|
+
if (target[key] instanceof EventEmitter) {
|
|
55
|
+
target[key].subscribe(options[key]);
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
target[key] = options[key];
|
|
59
|
+
}
|
|
60
|
+
});
|
|
61
|
+
}
|
|
467
62
|
}
|
|
468
|
-
|
|
469
|
-
|
|
63
|
+
}
|
|
64
|
+
class IgxPieChartInitializer extends ChartInitializer {
|
|
65
|
+
constructor() {
|
|
66
|
+
super();
|
|
470
67
|
}
|
|
471
|
-
|
|
472
|
-
this.
|
|
473
|
-
|
|
474
|
-
this.chartDialogResizeNotify = new Subject();
|
|
475
|
-
this.allCharts = [];
|
|
476
|
-
this.fullScreen = false;
|
|
477
|
-
this.isConfigAreaExpanded = false;
|
|
478
|
-
this.mainChartTypes = ['Column', 'Area', 'Bar', 'Line', 'Scatter', 'Pie'];
|
|
479
|
-
this.images = charts;
|
|
68
|
+
initChart(chart, options) {
|
|
69
|
+
this.applyOptions(chart, options.chartOptions);
|
|
70
|
+
return chart;
|
|
480
71
|
}
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
72
|
+
}
|
|
73
|
+
class IgxDataChartInitializer extends ChartInitializer {
|
|
74
|
+
constructor(seriesType) {
|
|
75
|
+
super();
|
|
76
|
+
switch (seriesType) {
|
|
77
|
+
case IgxBarSeriesComponent:
|
|
78
|
+
this.xAxis = new IgxNumericXAxisComponent();
|
|
79
|
+
this.yAxis = new IgxCategoryYAxisComponent();
|
|
80
|
+
break;
|
|
81
|
+
case IgxScatterSeriesComponent:
|
|
82
|
+
case IgxBubbleSeriesComponent:
|
|
83
|
+
case IgxScatterLineSeriesComponent:
|
|
84
|
+
this.xAxis = new IgxNumericXAxisComponent();
|
|
85
|
+
this.yAxis = new IgxNumericYAxisComponent();
|
|
86
|
+
break;
|
|
87
|
+
default:
|
|
88
|
+
this.xAxis = new IgxCategoryXAxisComponent();
|
|
89
|
+
this.yAxis = new IgxNumericYAxisComponent();
|
|
90
|
+
}
|
|
91
|
+
this.seriesType = seriesType;
|
|
488
92
|
}
|
|
489
|
-
|
|
490
|
-
|
|
93
|
+
initChart(chart, options) {
|
|
94
|
+
options.seriesOptions.forEach((option) => {
|
|
95
|
+
const series = this.seriesFactory.create(this.seriesType);
|
|
96
|
+
series.xAxis = this.xAxis;
|
|
97
|
+
series.yAxis = this.yAxis;
|
|
98
|
+
this.applyOptions(series, option);
|
|
99
|
+
chart.series.add(series);
|
|
100
|
+
});
|
|
101
|
+
this.applyOptions(chart, options.chartOptions);
|
|
102
|
+
this.applyOptions(this.xAxis, options.xAxisOptions);
|
|
103
|
+
this.applyOptions(this.yAxis, options.yAxisOptions);
|
|
104
|
+
chart.axes.add(this.xAxis);
|
|
105
|
+
chart.axes.add(this.yAxis);
|
|
106
|
+
return chart;
|
|
491
107
|
}
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
108
|
+
}
|
|
109
|
+
class IgxStackedDataChartInitializer extends ChartInitializer {
|
|
110
|
+
constructor(seriesType) {
|
|
111
|
+
super();
|
|
112
|
+
if (seriesType === IgxStackedBarSeriesComponent || seriesType === IgxStacked100BarSeriesComponent) {
|
|
113
|
+
this.xAxis = new IgxNumericXAxisComponent();
|
|
114
|
+
this.yAxis = new IgxCategoryYAxisComponent();
|
|
497
115
|
}
|
|
498
|
-
|
|
499
|
-
|
|
116
|
+
else {
|
|
117
|
+
this.xAxis = new IgxCategoryXAxisComponent();
|
|
118
|
+
this.yAxis = new IgxNumericYAxisComponent();
|
|
119
|
+
}
|
|
120
|
+
this.seriesType = seriesType;
|
|
121
|
+
}
|
|
122
|
+
initChart(chart, options) {
|
|
123
|
+
const series = this.seriesFactory.create(this.seriesType);
|
|
124
|
+
series.xAxis = this.xAxis;
|
|
125
|
+
series.yAxis = this.yAxis;
|
|
126
|
+
options.stackedFragmentOptions.forEach(fragOpt => {
|
|
127
|
+
const frag = new IgxStackedFragmentSeriesComponent();
|
|
128
|
+
this.applyOptions(frag, fragOpt);
|
|
129
|
+
series.series.add(frag);
|
|
130
|
+
});
|
|
131
|
+
this.applyOptions(series, options.seriesOptions);
|
|
132
|
+
this.applyOptions(chart, options.chartOptions);
|
|
133
|
+
this.applyOptions(this.xAxis, options.xAxisOptions);
|
|
134
|
+
this.applyOptions(this.yAxis, options.yAxisOptions);
|
|
135
|
+
chart.series.add(series);
|
|
136
|
+
chart.axes.add(this.xAxis);
|
|
137
|
+
chart.axes.add(this.yAxis);
|
|
138
|
+
return chart;
|
|
500
139
|
}
|
|
501
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IgxChartMenuComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
502
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: IgxChartMenuComponent, selector: "igx-chart-menu", outputs: { onClose: "onClose" }, host: { properties: { "style.width.px": "this.width", "style.height.px": "this.height" } }, viewQueries: [{ propertyName: "chartArea", first: true, predicate: ["chartArea"], descendants: true, read: ViewContainerRef }], ngImport: i0, template: "<div class=\"header\">\r\n <span class=\"header-text\">\r\n {{ title }} Chart\r\n </span>\r\n <span class=\"action-buttons-wrapper\">\r\n <button igxIconButton=\"flat\" (click)=\"toggleFullScreen()\">\r\n <igx-icon class=\"material\">fullscreen{{fullScreen ? '_exit' : ''}}</igx-icon>\r\n </button>\r\n <button igxIconButton=\"flat\" (click)=\"onClose.emit()\">\r\n <igx-icon class=\"material\">close</igx-icon>\r\n </button>\r\n </span>\r\n</div>\r\n<div class=\"selection-area ig-scrollbar\">\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"chart-area\" [ngClass]=\"{'expanded': isConfigAreaExpanded}\">\r\n <ng-template #chartArea ></ng-template>\r\n </div>\r\n <div>\r\n <button igxIconButton=\"flat\" igxRipple (click)=\"isConfigAreaExpanded = !isConfigAreaExpanded\">\r\n <igx-icon family=\"material\">chevron_{{ isConfigAreaExpanded ? 'left': 'right'}}</igx-icon>\r\n </button>\r\n </div>\r\n <div #configArea [ngClass]=\"{'chart-config-area': true, 'opened': !isConfigAreaExpanded, 'closed': isConfigAreaExpanded }\">\r\n <div class=\"config-area-header\">\r\n <span>Chart Types</span>\r\n </div>\r\n <igx-divider class=\"divider\"></igx-divider>\r\n <div class=\"wrapper\" *ngFor=\"let chartType of mainChartTypes\">\r\n <ng-container *ngIf=\"hasAvailableChart(chartType)\">\r\n <div>{{chartType | titlecase}} Chart</div>\r\n <div class=\"types-section\">\r\n <ng-container *ngFor=\"let chart of allCharts\">\r\n <span *ngIf=\"chart.startsWith(chartType)\" class=\"types-section-btn\" title=\"{{chart}}\"\r\n [ngClass]=\"{'selected': chart === currentChartType}\" (click)=\"createChart(chart)\">\r\n <div [innerHTML]=\"images[chart] | svg\">\r\n </div>\r\n </span>\r\n </ng-container>\r\n </div>\r\n <igx-divider></igx-divider>\r\n </ng-container>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".ig-chart-legend-items-list{height:20%;display:inline-flex;flex-wrap:wrap;margin-bottom:1rem}igx-chart-menu{display:flex;flex-flow:column;overflow:hidden;background-color:#fff;transition:width .2s ease-in-out,height .3s ease-in-out}.header{height:10%;background-color:#e0e0e0;display:flex;font-size:1.8rem}.header .action-buttons-wrapper{margin-left:auto;margin-right:10px;align-self:center}.header .header-text{margin-right:auto;align-self:center;margin-left:3rem}.selection-area{width:100%;height:90%;display:inline-flex;flex-flow:row}.selection-area,.selection-area .ig-scrollbar{--sb-size: var(--ig-scrollbar-sb-size, 1rem);--sb-thumb-min-height: var(--ig-scrollbar-sb-thumb-min-height, 2rem);--sb-thumb-bg-color: var(--ig-scrollbar-sb-thumb-bg-color, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-bg-color-hover: var(--ig-scrollbar-sb-thumb-bg-color-hover, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-border-color: var(--ig-scrollbar-sb-thumb-border-color, transparent);--sb-thumb-border-size: var(--ig-scrollbar-sb-thumb-border-size, 0);--sb-thumb-border-radius: var(--ig-scrollbar-sb-thumb-border-radius, 0);--sb-track-bg-color: var(--ig-scrollbar-sb-track-bg-color, hsl(from var(--ig-gray-100) h s l/1));--sb-track-bg-color-hover: var(--ig-scrollbar-sb-track-bg-color-hover, hsl(from var(--ig-gray-100) h s l/1));--sb-track-border-color: var(--ig-scrollbar-sb-track-border-color, transparent);--sb-track-border-size: var(--ig-scrollbar-sb-track-border-size, 0);--sb-corner-bg: var(--ig-scrollbar-sb-corner-bg, hsl(from var(--ig-gray-100) h s l/1));--sb-corner-border-color: var(--ig-scrollbar-sb-corner-border-color, transparent);--sb-corner-border-size: var(--ig-scrollbar-sb-corner-border-size, 0);--theme: var(--ig-scrollbar-theme, material)}@-moz-document url-prefix(){}.selection-area .chart-area{margin-top:1rem;overflow-y:hidden;overflow-x:hidden;width:100%}.selection-area .chart-config-area{transition:all;transition-duration:.3s;transition-timing-function:ease-in-out}.selection-area .chart-config-area.opened{width:25%;overflow-y:auto;overflow-x:hidden}.selection-area .chart-config-area.closed{width:0;transform:translate(100%)}.selection-area .chart-config-area .config-area-header{margin-bottom:3px;font-size:1rem;font-weight:700;text-align:center}.selection-area .chart-config-area .types-section-btn{width:40%;margin-right:5px;cursor:pointer}.selection-area .chart-config-area .types-section-btn.selected{opacity:.5}.selection-area .wrapper{padding:3px}.selection-area .wrapper .types-section{display:flex;flex-wrap:wrap}.selection-area .wrapper .igx-divider{margin:5px!important;background:#000!important}\n"], dependencies: [{ kind: "directive", type: i1$1.IgxIconButtonDirective, selector: "[igxIconButton]", inputs: ["igxIconButton"] }, { kind: "directive", type: i1$1.IgxRippleDirective, selector: "[igxRipple]", inputs: ["igxRippleTarget", "igxRipple", "igxRippleDuration", "igxRippleCentered", "igxRippleDisabled"] }, { kind: "directive", type: i1$1.IgxDividerDirective, selector: "igx-divider", inputs: ["id", "role", "type", "middle", "vertical", "inset"] }, { kind: "component", type: i1$1.IgxIconComponent, selector: "igx-icon", inputs: ["family", "name", "active"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i2.TitleCasePipe, name: "titlecase" }, { kind: "pipe", type: SvgPipe, name: "svg" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
503
140
|
}
|
|
504
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IgxChartMenuComponent, decorators: [{
|
|
505
|
-
type: Component,
|
|
506
|
-
args: [{ selector: 'igx-chart-menu', encapsulation: ViewEncapsulation.None, template: "<div class=\"header\">\r\n <span class=\"header-text\">\r\n {{ title }} Chart\r\n </span>\r\n <span class=\"action-buttons-wrapper\">\r\n <button igxIconButton=\"flat\" (click)=\"toggleFullScreen()\">\r\n <igx-icon class=\"material\">fullscreen{{fullScreen ? '_exit' : ''}}</igx-icon>\r\n </button>\r\n <button igxIconButton=\"flat\" (click)=\"onClose.emit()\">\r\n <igx-icon class=\"material\">close</igx-icon>\r\n </button>\r\n </span>\r\n</div>\r\n<div class=\"selection-area ig-scrollbar\">\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"chart-area\" [ngClass]=\"{'expanded': isConfigAreaExpanded}\">\r\n <ng-template #chartArea ></ng-template>\r\n </div>\r\n <div>\r\n <button igxIconButton=\"flat\" igxRipple (click)=\"isConfigAreaExpanded = !isConfigAreaExpanded\">\r\n <igx-icon family=\"material\">chevron_{{ isConfigAreaExpanded ? 'left': 'right'}}</igx-icon>\r\n </button>\r\n </div>\r\n <div #configArea [ngClass]=\"{'chart-config-area': true, 'opened': !isConfigAreaExpanded, 'closed': isConfigAreaExpanded }\">\r\n <div class=\"config-area-header\">\r\n <span>Chart Types</span>\r\n </div>\r\n <igx-divider class=\"divider\"></igx-divider>\r\n <div class=\"wrapper\" *ngFor=\"let chartType of mainChartTypes\">\r\n <ng-container *ngIf=\"hasAvailableChart(chartType)\">\r\n <div>{{chartType | titlecase}} Chart</div>\r\n <div class=\"types-section\">\r\n <ng-container *ngFor=\"let chart of allCharts\">\r\n <span *ngIf=\"chart.startsWith(chartType)\" class=\"types-section-btn\" title=\"{{chart}}\"\r\n [ngClass]=\"{'selected': chart === currentChartType}\" (click)=\"createChart(chart)\">\r\n <div [innerHTML]=\"images[chart] | svg\">\r\n </div>\r\n </span>\r\n </ng-container>\r\n </div>\r\n <igx-divider></igx-divider>\r\n </ng-container>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".ig-chart-legend-items-list{height:20%;display:inline-flex;flex-wrap:wrap;margin-bottom:1rem}igx-chart-menu{display:flex;flex-flow:column;overflow:hidden;background-color:#fff;transition:width .2s ease-in-out,height .3s ease-in-out}.header{height:10%;background-color:#e0e0e0;display:flex;font-size:1.8rem}.header .action-buttons-wrapper{margin-left:auto;margin-right:10px;align-self:center}.header .header-text{margin-right:auto;align-self:center;margin-left:3rem}.selection-area{width:100%;height:90%;display:inline-flex;flex-flow:row}.selection-area,.selection-area .ig-scrollbar{--sb-size: var(--ig-scrollbar-sb-size, 1rem);--sb-thumb-min-height: var(--ig-scrollbar-sb-thumb-min-height, 2rem);--sb-thumb-bg-color: var(--ig-scrollbar-sb-thumb-bg-color, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-bg-color-hover: var(--ig-scrollbar-sb-thumb-bg-color-hover, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-border-color: var(--ig-scrollbar-sb-thumb-border-color, transparent);--sb-thumb-border-size: var(--ig-scrollbar-sb-thumb-border-size, 0);--sb-thumb-border-radius: var(--ig-scrollbar-sb-thumb-border-radius, 0);--sb-track-bg-color: var(--ig-scrollbar-sb-track-bg-color, hsl(from var(--ig-gray-100) h s l/1));--sb-track-bg-color-hover: var(--ig-scrollbar-sb-track-bg-color-hover, hsl(from var(--ig-gray-100) h s l/1));--sb-track-border-color: var(--ig-scrollbar-sb-track-border-color, transparent);--sb-track-border-size: var(--ig-scrollbar-sb-track-border-size, 0);--sb-corner-bg: var(--ig-scrollbar-sb-corner-bg, hsl(from var(--ig-gray-100) h s l/1));--sb-corner-border-color: var(--ig-scrollbar-sb-corner-border-color, transparent);--sb-corner-border-size: var(--ig-scrollbar-sb-corner-border-size, 0);--theme: var(--ig-scrollbar-theme, material)}@-moz-document url-prefix(){}.selection-area .chart-area{margin-top:1rem;overflow-y:hidden;overflow-x:hidden;width:100%}.selection-area .chart-config-area{transition:all;transition-duration:.3s;transition-timing-function:ease-in-out}.selection-area .chart-config-area.opened{width:25%;overflow-y:auto;overflow-x:hidden}.selection-area .chart-config-area.closed{width:0;transform:translate(100%)}.selection-area .chart-config-area .config-area-header{margin-bottom:3px;font-size:1rem;font-weight:700;text-align:center}.selection-area .chart-config-area .types-section-btn{width:40%;margin-right:5px;cursor:pointer}.selection-area .chart-config-area .types-section-btn.selected{opacity:.5}.selection-area .wrapper{padding:3px}.selection-area .wrapper .types-section{display:flex;flex-wrap:wrap}.selection-area .wrapper .igx-divider{margin:5px!important;background:#000!important}\n"] }]
|
|
507
|
-
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { chartArea: [{
|
|
508
|
-
type: ViewChild,
|
|
509
|
-
args: ['chartArea', { read: ViewContainerRef }]
|
|
510
|
-
}], onClose: [{
|
|
511
|
-
type: Output
|
|
512
|
-
}], width: [{
|
|
513
|
-
type: HostBinding,
|
|
514
|
-
args: ['style.width.px']
|
|
515
|
-
}], height: [{
|
|
516
|
-
type: HostBinding,
|
|
517
|
-
args: ['style.height.px']
|
|
518
|
-
}] } });
|
|
519
|
-
|
|
520
|
-
// tslint:disable: max-line-length
|
|
521
|
-
const Clear = `
|
|
522
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
523
|
-
<defs>
|
|
524
|
-
<style>.cls-Clear-1{fill-rule:evenodd;}.cls-Clear-2{fill:none;}</style>
|
|
525
|
-
</defs>
|
|
526
|
-
<g id="Layer_2" data-name="Layer 2">
|
|
527
|
-
<g id="Layer_1-2" data-name="Layer 1">
|
|
528
|
-
<g id="Conditional-formating">
|
|
529
|
-
<g id="Artboard">
|
|
530
|
-
<g id="refresh-24px">
|
|
531
|
-
<path id="Path" class="cls-Clear-1" d="M17.65,6.35A8,8,0,1,0,19.73,14H17.65A6,6,0,1,1,12,6a5.91,5.91,0,0,1,4.22,1.78L13,11h7V4Z"/>
|
|
532
|
-
<polygon class="cls-Clear-2" points="0 0 24 0 24 24 0 24 0 0"/>
|
|
533
|
-
</g>
|
|
534
|
-
</g>
|
|
535
|
-
</g>
|
|
536
|
-
</g>
|
|
537
|
-
</g>
|
|
538
|
-
</svg>
|
|
539
|
-
`;
|
|
540
|
-
const ColorScale = `
|
|
541
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
542
|
-
<path d="M13 13.65h5a5.63 5.63 0 00-.09-1H13zM13 10.65h4.19a6.29 6.29 0 00-.74-1H13zM13 19.58a5.87 5.87 0 002.34-.93H13zM13 6.18v1.48h1.48l-1-1-.48-.48zM13 15.65v1h4.2a5.68 5.68 0 00.46-1zM11 6.18L7.76 9.43A6 6 0 0011 19.58z" fill="none"/>
|
|
543
|
-
<path d="M16.45 9.65H13v1h4.19a6.29 6.29 0 00-.74-1zM13.48 6.66L13 6.18v1.48h1.48l-1-1zM6 13.66a6 6 0 005 5.92V6.18L7.76 9.42A6 6 0 006 13.66zM13 19.58a5.87 5.87 0 002.34-.93H13zM13 16.65h4.2a5.68 5.68 0 00.46-1H13zM13 12.65v1h5a5.63 5.63 0 00-.09-1z" fill="none"/>
|
|
544
|
-
<path d="M19.93 12.66a7.84 7.84 0 00-.51-2 8.48 8.48 0 00-.5-1A7.8 7.8 0 0017.66 8l-.35-.36-.31-.26-.73-.73-2-2-.85-.84L12 2.34 6.34 8A8 8 0 0011 21.58h.21a7 7 0 00.79 0 7.14 7.14 0 00.8 0h.2a7.94 7.94 0 006.93-8.92zM11 19.58A6 6 0 017.76 9.42L11 6.18zm2-12.93v-.47l.48.47 1 1H13zm0 3h3.45a6.29 6.29 0 01.74 1H13zm0 9.93v-.93h2.34a5.87 5.87 0 01-2.34.93zm4.2-2.93H13v-1h4.66a5.68 5.68 0 01-.46 1zm-4.2-3v-1h4.91a5.63 5.63 0 01.09 1z"/>
|
|
545
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
546
|
-
</svg>
|
|
547
|
-
|
|
548
|
-
`;
|
|
549
|
-
const DataBars = `
|
|
550
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
551
|
-
<path d="M3 7h12v2H3zM3 15h12v2H3zM3 19h18v2H3zM3 11h18v2H3zM3 3h18v2H3z"/>
|
|
552
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
553
|
-
</svg>
|
|
554
|
-
|
|
555
|
-
`;
|
|
556
|
-
const DuplicateValues = `
|
|
557
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
558
|
-
<path d="M4.94 10.56a1 1 0 00-.38.79.79.79 0 00.25.63 1.06 1.06 0 00.74.24 1.9 1.9 0 001.06-.3 1.48 1.48 0 00.63-.67v-1H6a1.58 1.58 0 00-1.06.31zM16.94 14.69a1 1 0 00-.38.79.82.82 0 00.25.63 1.11 1.11 0 00.74.23 2 2 0 001.06-.29 1.5 1.5 0 00.63-.68v-1H18a1.54 1.54 0 00-1.06.32z" fill="none"/>
|
|
559
|
-
<path d="M4.94 10.56a1 1 0 00-.38.79.79.79 0 00.25.63 1.06 1.06 0 00.74.24 1.9 1.9 0 001.06-.3 1.48 1.48 0 00.63-.67v-1H6a1.58 1.58 0 00-1.06.31zM16.94 14.69a1 1 0 00-.38.79.82.82 0 00.25.63 1.11 1.11 0 00.74.23 2 2 0 001.06-.29 1.5 1.5 0 00.63-.68v-1H18a1.54 1.54 0 00-1.06.32z" fill="none"/>
|
|
560
|
-
<path d="M20.76 15.87v-3.06a2.17 2.17 0 00-.76-1.76 3 3 0 00-1.94-.61 3.06 3.06 0 00-2 .63 1.7 1.7 0 00-.73 1.45h1.49a.83.83 0 01.31-.66 1.29 1.29 0 01.84-.25 1.26 1.26 0 01.91.3 1.09 1.09 0 01.32.85v.6H18a3.81 3.81 0 00-2.22.56 1.78 1.78 0 00-.78 1.59 2 2 0 00.58 1.49 2.31 2.31 0 001.65.55 2.12 2.12 0 001.16-.33 2.79 2.79 0 00.83-.81 4.33 4.33 0 00.08.5c0 .16.08.33.13.51H21a4.29 4.29 0 01-.18-.77 5.46 5.46 0 01-.06-.78zm-1.52-.5a1.5 1.5 0 01-.63.68 2 2 0 01-1.06.29 1.11 1.11 0 01-.74-.23.82.82 0 01-.25-.63 1 1 0 01.38-.79 1.54 1.54 0 011.06-.34h1.24zM8.76 11.75V8.69A2.16 2.16 0 008 6.93a2.93 2.93 0 00-1.94-.61 3.06 3.06 0 00-2 .63 1.69 1.69 0 00-.73 1.44h1.5a.83.83 0 01.31-.65A1.3 1.3 0 016 7.52a1.23 1.23 0 01.91.31 1.07 1.07 0 01.32.84v.61H6a3.74 3.74 0 00-2.22.56A1.78 1.78 0 003 11.39a2 2 0 00.58 1.52 2.27 2.27 0 001.65.56 2.12 2.12 0 001.16-.33 2.79 2.79 0 00.83-.81 4.17 4.17 0 00.08.49 4.77 4.77 0 00.13.51H9a4 4 0 01-.18-.76 5.55 5.55 0 01-.06-.82zm-1.52-.5a1.48 1.48 0 01-.63.67 1.9 1.9 0 01-1.06.3 1.06 1.06 0 01-.74-.22.79.79 0 01-.25-.63 1 1 0 01.38-.79A1.58 1.58 0 016 10.23h1.24zM7 19h2v2H7zM7 15h2v2H7zM3 15h2v2H3zM15 7h2v2h-2zM15 3h2v2h-2zM3 19h2v2H3zM19 19h2v2h-2zM19 7h2v2h-2zM15 19h2v2h-2zM19 3h2v2h-2zM11 11h2v2h-2zM11 19h2v2h-2zM11 15h2v2h-2zM11 7h2v2h-2zM11 3h2v2h-2zM7 3h2v2H7zM3 3h2v2H3z"/>
|
|
561
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
562
|
-
</svg>
|
|
563
|
-
|
|
564
|
-
`;
|
|
565
|
-
const Empty = `
|
|
566
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
567
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
568
|
-
<path d="M5 17h2v2H5zM13 17h2v2h-2zM5 13h2v2H5zM17 17h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zM17 9h2v2h-2zM17 13h2v2h-2zM17 5h2v2h-2zM5 9h2v2H5zM5 5h2v2H5zM9 5h2v2H9z"/>
|
|
569
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
570
|
-
</svg>
|
|
571
|
-
|
|
572
|
-
`;
|
|
573
|
-
const Equal = `
|
|
574
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
575
|
-
<path d="M5 13.5h14v2H5zM5 8.5h14v2H5z"/>
|
|
576
|
-
</svg>
|
|
577
|
-
|
|
578
|
-
`;
|
|
579
|
-
const GreaterThan = `
|
|
580
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
581
|
-
<path d="M6 7.11L15.09 12 6 16.89V19l12-6.46v-1.08L6 5v2.11z"/>
|
|
582
|
-
</svg>
|
|
583
|
-
|
|
584
|
-
`;
|
|
585
|
-
const TextContains = `
|
|
586
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
587
|
-
<path d="M10.79 12.77a1.16 1.16 0 00-.44.9.92.92 0 00.3.72 1.18 1.18 0 00.84.27 2.27 2.27 0 001.21-.34 1.61 1.61 0 00.71-.77v-1.17H12a1.76 1.76 0 00-1.21.39z" fill="none"/>
|
|
588
|
-
<path d="M5 19h14V5H5zm8-9.36a1.45 1.45 0 00-1-.35 1.5 1.5 0 00-1 .29.93.93 0 00-.35.75H9a1.93 1.93 0 01.83-1.65 3.54 3.54 0 012.3-.72 3.34 3.34 0 012.22.7 2.44 2.44 0 01.84 2v3.5a5.57 5.57 0 00.07.93 4.51 4.51 0 00.21.88h-1.83c-.06-.2-.12-.39-.16-.58a3.72 3.72 0 01-.08-.57 3.05 3.05 0 01-1 .93 2.39 2.39 0 01-1.32.37 2.63 2.63 0 01-1.89-.63 2.29 2.29 0 01-.66-1.74 2.07 2.07 0 01.9-1.78A4.39 4.39 0 0112 11.3h1.38v-.69a1.3 1.3 0 00-.38-.97z" fill="none"/>
|
|
589
|
-
<path d="M3 3v18h18V3zm16 16H5V5h14z"/>
|
|
590
|
-
<path d="M12 11.3a4.39 4.39 0 00-2.54.63 2.07 2.07 0 00-.9 1.78 2.29 2.29 0 00.66 1.74 2.63 2.63 0 001.89.63 2.39 2.39 0 001.32-.37 3.05 3.05 0 001-.93 3.72 3.72 0 00.08.57c0 .19.1.38.16.58h1.79a4.51 4.51 0 01-.21-.88 5.57 5.57 0 01-.07-.93v-3.5a2.44 2.44 0 00-.84-2 3.34 3.34 0 00-2.22-.7 3.54 3.54 0 00-2.3.72A1.93 1.93 0 009 10.29h1.71a.93.93 0 01.29-.71 1.5 1.5 0 011-.29 1.45 1.45 0 011 .35 1.3 1.3 0 01.37 1v.69zm1.4 1.08v1.17a1.61 1.61 0 01-.71.77 2.27 2.27 0 01-1.21.34 1.18 1.18 0 01-.84-.27.92.92 0 01-.3-.72 1.16 1.16 0 01.44-.9 1.76 1.76 0 011.22-.39z"/>
|
|
591
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
592
|
-
</svg>
|
|
593
|
-
|
|
594
|
-
`;
|
|
595
|
-
const Top10 = `
|
|
596
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
597
|
-
<path d="M17.34 7.14a.5.5 0 00-.13.33v.33a.48.48 0 00.13.33.41.41 0 00.31.14.37.37 0 00.42-.37v-.41a.49.49 0 00-.07-.34.45.45 0 00-.62 0zM10.84 8a.54.54 0 00.51-.3 2.05 2.05 0 00.17-.92V5.3a2 2 0 00-.17-.94.6.6 0 00-1 0 2.13 2.13 0 00-.17.88V6.7a2.14 2.14 0 00.17 1 .55.55 0 00.49.3zM14.88 5c.28 0 .42-.18.42-.53v-.26a.53.53 0 00-.11-.34.4.4 0 00-.32-.14.42.42 0 00-.31.13.52.52 0 00-.12.36v.29a.49.49 0 00.12.34.39.39 0 00.32.15z" fill="none"/>
|
|
598
|
-
<path d="M9 18h2v3h2v-3h2l-3-3-3 3zM4 11h16v2H4zM6.38 8.92h1.36V3.08h-.12l-2.57.89V5l1.33-.39v4.31zM10.84 9a1.85 1.85 0 001.5-.64 2.82 2.82 0 00.53-1.82V5.47a2.76 2.76 0 00-.54-1.82 1.83 1.83 0 00-1.5-.65 1.83 1.83 0 00-1.5.65 2.78 2.78 0 00-.53 1.82v1.07a2.79 2.79 0 00.53 1.81 1.86 1.86 0 001.51.65zm-.69-3.79a2.13 2.13 0 01.17-.88.6.6 0 011 0 2 2 0 01.17.94v1.47a2.05 2.05 0 01-.17.92.59.59 0 01-1 0 2.14 2.14 0 01-.17-1zM14.88 5.71a1.31 1.31 0 00.94-.33 1.11 1.11 0 00.35-.86v-.29a1.19 1.19 0 00-.35-.9 1.32 1.32 0 00-1-.33 1.34 1.34 0 00-.95.33 1.17 1.17 0 00-.35.88v.28a1.16 1.16 0 00.36.9 1.4 1.4 0 001 .32zm-.44-1.49a.52.52 0 01.12-.36.42.42 0 01.31-.13.4.4 0 01.32.14.53.53 0 01.11.34v.24c0 .35-.14.53-.42.53a.39.39 0 01-.32-.13.49.49 0 01-.12-.34zM15.13 8.48l2.85-4.56-.62-.32-2.85 4.57.62.31zM16.7 6.62a1.1 1.1 0 00-.35.87v.29a1.12 1.12 0 00.35.89 1.36 1.36 0 00.95.33 1.32 1.32 0 001-.33A1.15 1.15 0 0019 7.8v-.28a1.17 1.17 0 00-.36-.91 1.54 1.54 0 00-1.89 0zm1.38.87v.41a.37.37 0 01-.42.37.41.41 0 01-.31-.14.48.48 0 01-.13-.33v-.33a.5.5 0 01.13-.33.45.45 0 01.62 0 .49.49 0 01.11.35z"/>
|
|
599
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
600
|
-
</svg>
|
|
601
|
-
|
|
602
|
-
`;
|
|
603
|
-
const UniqueValues = `
|
|
604
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
605
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
606
|
-
<path d="M8.94 10.56a1 1 0 00-.38.79.79.79 0 00.25.63 1.06 1.06 0 00.74.24 1.9 1.9 0 001.06-.3 1.48 1.48 0 00.63-.67v-1H10a1.58 1.58 0 00-1.06.31z" fill="none"/>
|
|
607
|
-
<path d="M8.94 10.56a1 1 0 00-.38.79.79.79 0 00.25.63 1.06 1.06 0 00.74.24 1.9 1.9 0 001.06-.3 1.48 1.48 0 00.63-.67v-1H10a1.58 1.58 0 00-1.06.31z" fill="none"/>
|
|
608
|
-
<path d="M12.76 11.75V8.69A2.16 2.16 0 0012 6.93a2.93 2.93 0 00-1.94-.61 3.06 3.06 0 00-2 .63 1.69 1.69 0 00-.73 1.44h1.5a.83.83 0 01.31-.65 1.3 1.3 0 01.86-.22 1.23 1.23 0 01.91.31 1.07 1.07 0 01.32.84v.61H10a3.74 3.74 0 00-2.22.56A1.78 1.78 0 007 11.39a2 2 0 00.58 1.52 2.27 2.27 0 001.65.56 2.12 2.12 0 001.16-.33 2.79 2.79 0 00.83-.81 4.17 4.17 0 00.08.49 4.77 4.77 0 00.13.51H13a4 4 0 01-.18-.76 5.55 5.55 0 01-.06-.82zm-1.52-.5a1.48 1.48 0 01-.63.67 1.9 1.9 0 01-1.06.3 1.06 1.06 0 01-.74-.22.79.79 0 01-.25-.63 1 1 0 01.38-.79 1.58 1.58 0 011.06-.35h1.24zM7 19h2v2H7zM7 15h2v2H7zM3 15h2v2H3zM15 7h2v2h-2zM15 3h2v2h-2zM3 19h2v2H3zM19 19h2v2h-2zM19 7h2v2h-2zM15 19h2v2h-2zM19 3h2v2h-2zM15 11h2v2h-2zM19 11h2v2h-2zM15 15h2v2h-2zM19 15h2v2h-2zM11 19h2v2h-2zM11 15h2v2h-2zM11 3h2v2h-2zM7 3h2v2H7zM3 3h2v2H3zM3 7h2v2H3zM3 11h2v2H3z"/>
|
|
609
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
610
|
-
<path d="M0 0h24v24H0z" fill="none"/>
|
|
611
|
-
</svg>
|
|
612
|
-
|
|
613
|
-
`;
|
|
614
|
-
|
|
615
|
-
var conditions = /*#__PURE__*/Object.freeze({
|
|
616
|
-
__proto__: null,
|
|
617
|
-
Clear: Clear,
|
|
618
|
-
ColorScale: ColorScale,
|
|
619
|
-
DataBars: DataBars,
|
|
620
|
-
DuplicateValues: DuplicateValues,
|
|
621
|
-
Empty: Empty,
|
|
622
|
-
Equal: Equal,
|
|
623
|
-
GreaterThan: GreaterThan,
|
|
624
|
-
TextContains: TextContains,
|
|
625
|
-
Top10: Top10,
|
|
626
|
-
UniqueValues: UniqueValues
|
|
627
|
-
});
|
|
628
|
-
|
|
629
|
-
var CHART_TYPE;
|
|
630
|
-
(function (CHART_TYPE) {
|
|
631
|
-
CHART_TYPE["PIE"] = "Pie";
|
|
632
|
-
CHART_TYPE["COLUMN_GROUPED"] = "ColumnGrouped";
|
|
633
|
-
CHART_TYPE["AREA_GROUPED"] = "AreaGrouped";
|
|
634
|
-
CHART_TYPE["LINE_GROUPED"] = "LineGrouped";
|
|
635
|
-
CHART_TYPE["BAR_GROUPED"] = "BarGrouped";
|
|
636
|
-
CHART_TYPE["COLUMN_STACKED"] = "ColumnStacked";
|
|
637
|
-
CHART_TYPE["AREA_STACKED"] = "AreaStacked";
|
|
638
|
-
CHART_TYPE["LINE_STACKED"] = "LineStacked";
|
|
639
|
-
CHART_TYPE["BAR_STACKED"] = "BarStacked";
|
|
640
|
-
CHART_TYPE["COLUMN_100_STACKED"] = "Column100Stacked";
|
|
641
|
-
CHART_TYPE["AREA_100_STACKED"] = "Area100Stacked";
|
|
642
|
-
CHART_TYPE["LINE_100_STACKED"] = "Line100Stacked";
|
|
643
|
-
CHART_TYPE["BAR_100_STACKED"] = "Bar100Stacked";
|
|
644
|
-
CHART_TYPE["SCATTER_POINT"] = "ScatterPoint";
|
|
645
|
-
CHART_TYPE["SCATTER_BUBBLE"] = "ScatterBubble";
|
|
646
|
-
CHART_TYPE["SCATTER_LINE"] = "ScatterLine";
|
|
647
|
-
})(CHART_TYPE || (CHART_TYPE = {}));
|
|
648
|
-
var OPTIONS_TYPE;
|
|
649
|
-
(function (OPTIONS_TYPE) {
|
|
650
|
-
OPTIONS_TYPE["CHART"] = "chartOptions";
|
|
651
|
-
OPTIONS_TYPE["SERIES"] = "seriesModel";
|
|
652
|
-
OPTIONS_TYPE["X_AXIS"] = "xAxisOptions";
|
|
653
|
-
OPTIONS_TYPE["Y_AXIS"] = "yAxisOptions";
|
|
654
|
-
OPTIONS_TYPE["STACKED_SERIES"] = "stackedFragmentOptions";
|
|
655
|
-
})(OPTIONS_TYPE || (OPTIONS_TYPE = {}));
|
|
656
141
|
|
|
657
|
-
class
|
|
658
|
-
|
|
659
|
-
this.
|
|
660
|
-
this.chartTypes = [];
|
|
661
|
-
this.textFormatters = [];
|
|
662
|
-
this.destroy$ = new Subject();
|
|
663
|
-
this._chartDialogOS = { closeOnOutsideClick: false };
|
|
664
|
-
this._tabsMenuOverlaySettings = {
|
|
665
|
-
closeOnOutsideClick: false,
|
|
666
|
-
modal: false,
|
|
667
|
-
outlet: null,
|
|
668
|
-
scrollStrategy: new CloseScrollStrategy(),
|
|
669
|
-
positionStrategy: new AutoPositionStrategy({
|
|
670
|
-
horizontalDirection: HorizontalAlignment.Center,
|
|
671
|
-
horizontalStartPoint: HorizontalAlignment.Center,
|
|
672
|
-
verticalStartPoint: VerticalAlignment.Bottom,
|
|
673
|
-
verticalDirection: VerticalAlignment.Bottom,
|
|
674
|
-
openAnimation: null,
|
|
675
|
-
closeAnimation: null
|
|
676
|
-
})
|
|
677
|
-
};
|
|
678
|
-
this._chartPreviewDialogOverlaySettings = {
|
|
679
|
-
closeOnOutsideClick: false,
|
|
680
|
-
modal: false,
|
|
681
|
-
outlet: null,
|
|
682
|
-
scrollStrategy: new CloseScrollStrategy(),
|
|
683
|
-
positionStrategy: new AutoPositionStrategy({
|
|
684
|
-
horizontalDirection: HorizontalAlignment.Center,
|
|
685
|
-
horizontalStartPoint: HorizontalAlignment.Center,
|
|
686
|
-
verticalStartPoint: VerticalAlignment.Top,
|
|
687
|
-
verticalDirection: VerticalAlignment.Top,
|
|
688
|
-
openAnimation: null,
|
|
689
|
-
closeAnimation: null
|
|
690
|
-
})
|
|
691
|
-
};
|
|
692
|
-
this.chartImages = charts;
|
|
693
|
-
this.conditionImages = conditions;
|
|
142
|
+
class IgxChartIntegrationDirective {
|
|
143
|
+
get chartData() {
|
|
144
|
+
return this._chartData;
|
|
694
145
|
}
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
146
|
+
set chartData(selectedData) {
|
|
147
|
+
const charts = new Set(this._dataChartTypes);
|
|
148
|
+
const dataModel = selectedData.length ? selectedData[0] : {};
|
|
149
|
+
this._labelMemberPaths = Object.keys(dataModel).filter(key => typeof dataModel[key] === 'string');
|
|
150
|
+
this._valueMemberPaths = Object.keys(dataModel).filter(key => typeof dataModel[key] === 'number');
|
|
151
|
+
this._chartData = selectedData.map((dataRecord, index) => this.addIndexMemberPath(dataRecord, index + 1));
|
|
152
|
+
const args = {
|
|
153
|
+
chartsAvailabilty: new Map(),
|
|
154
|
+
chartsForCreation: []
|
|
155
|
+
};
|
|
156
|
+
if (selectedData.length === 0 || this._valueMemberPaths.length === 0) {
|
|
157
|
+
this.onChartTypesDetermined.emit(args);
|
|
158
|
+
return;
|
|
705
159
|
}
|
|
706
|
-
|
|
707
|
-
.
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
this.tabsMenu.close();
|
|
714
|
-
}
|
|
715
|
-
});
|
|
716
|
-
this.tabsMenu.opening.pipe(takeUntil(this.destroy$))
|
|
717
|
-
.subscribe(() => {
|
|
718
|
-
if (this.tabs.selectedItem.disabled) {
|
|
719
|
-
debugger;
|
|
720
|
-
// const i = this.tabs.items.find(tab => !tab.disabled)?.index || 0;
|
|
721
|
-
// this.tabs.selectTab(this.tabs.tabs.toArray()[i], true);
|
|
722
|
-
}
|
|
723
|
-
});
|
|
724
|
-
this.overlayService.opening.pipe(takeUntil(this.destroy$))
|
|
725
|
-
.subscribe((args) => {
|
|
726
|
-
if (args.componentRef) {
|
|
727
|
-
const instance = args.componentRef.instance;
|
|
728
|
-
instance.width = this.contextDirective.grid.nativeElement.clientWidth;
|
|
729
|
-
instance.height = this.contextDirective.grid.nativeElement.clientHeight;
|
|
730
|
-
instance.currentChartType = this.currentChartType;
|
|
731
|
-
instance.allCharts = this.chartTypes;
|
|
732
|
-
instance.chartDirective = this.contextDirective.chartsDirective;
|
|
733
|
-
instance.onClose?.subscribe(() => {
|
|
734
|
-
this.closeDialog();
|
|
735
|
-
});
|
|
736
|
-
instance.chartDialogResizeNotify?.subscribe(resizedContentArgs => {
|
|
737
|
-
// This is a temporary fix, which should be removed right after
|
|
738
|
-
// the overlay service is capable of notifying the overlay content elements
|
|
739
|
-
// that their children has been resized.
|
|
740
|
-
if (this.overlayService._overlayElement.children[1]) {
|
|
741
|
-
// tslint:disable-next-line: max-line-length
|
|
742
|
-
this.overlayService._overlayElement.children[1].children[0].style.width = resizedContentArgs[0].contentRect.width + 'px';
|
|
743
|
-
}
|
|
744
|
-
});
|
|
745
|
-
}
|
|
746
|
-
});
|
|
747
|
-
this.overlayService.closing.pipe(takeUntil(this.destroy$))
|
|
748
|
-
.subscribe((args) => {
|
|
749
|
-
if (args.componentRef && args.componentRef.instance instanceof IgxChartMenuComponent) {
|
|
750
|
-
if (this._dialogId) {
|
|
751
|
-
this.tabsMenu.open(this._tabsMenuOverlaySettings);
|
|
160
|
+
if (selectedData.length === 1) {
|
|
161
|
+
charts.forEach((chart, _, set) => {
|
|
162
|
+
const isColumnChart = chart.indexOf('Column') !== -1;
|
|
163
|
+
const isBarChart = chart.indexOf('Bar') !== -1;
|
|
164
|
+
const isPieChart = chart.indexOf('Pie') !== -1;
|
|
165
|
+
if (!(isColumnChart || isBarChart || isPieChart)) {
|
|
166
|
+
set.delete(chart);
|
|
752
167
|
}
|
|
753
|
-
}
|
|
754
|
-
}
|
|
168
|
+
});
|
|
169
|
+
}
|
|
170
|
+
// Config pie chart
|
|
171
|
+
const cannotCreatePieChart = selectedData.some(record => record[this._valueMemberPaths[0]] <= 0);
|
|
172
|
+
if (cannotCreatePieChart) {
|
|
173
|
+
charts.delete(CHART_TYPE.PIE);
|
|
174
|
+
}
|
|
175
|
+
// Config scatter chart member paths
|
|
176
|
+
const canCreateScatterChart = this._valueMemberPaths.length >= 2;
|
|
177
|
+
const canCreateBubbleChart = this._valueMemberPaths.length >= 3;
|
|
178
|
+
if (!canCreateScatterChart) {
|
|
179
|
+
charts.delete(CHART_TYPE.SCATTER_BUBBLE);
|
|
180
|
+
charts.delete(CHART_TYPE.SCATTER_LINE);
|
|
181
|
+
charts.delete(CHART_TYPE.SCATTER_POINT);
|
|
182
|
+
}
|
|
183
|
+
if (!canCreateBubbleChart) {
|
|
184
|
+
charts.delete(CHART_TYPE.SCATTER_BUBBLE);
|
|
185
|
+
}
|
|
186
|
+
args.chartsAvailabilty = this.chartTypesAvailability;
|
|
187
|
+
args.chartsForCreation = [...charts];
|
|
188
|
+
this.onChartTypesDetermined.emit(args);
|
|
755
189
|
}
|
|
756
|
-
|
|
757
|
-
this.
|
|
758
|
-
this.destroy$.complete();
|
|
190
|
+
set scatterChartYAxisValueMemberPath(path) {
|
|
191
|
+
this._scatterChartYAxisValueMemberPath = path;
|
|
759
192
|
}
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
193
|
+
get scatterChartYAxisValueMemberPath() {
|
|
194
|
+
return this._scatterChartYAxisValueMemberPath &&
|
|
195
|
+
this._valueMemberPaths.indexOf(this._scatterChartYAxisValueMemberPath) !== -1 ?
|
|
196
|
+
this._scatterChartYAxisValueMemberPath : this._valueMemberPaths[0];
|
|
764
197
|
}
|
|
765
|
-
|
|
766
|
-
this.
|
|
767
|
-
this.contextDirective.textFormatter.formatCells(condition);
|
|
198
|
+
set bubbleChartRadiusMemberPath(path) {
|
|
199
|
+
this._bubbleChartRadiusMemberPath = path;
|
|
768
200
|
}
|
|
769
|
-
|
|
770
|
-
this.
|
|
771
|
-
|
|
201
|
+
get bubbleChartRadiusMemberPath() {
|
|
202
|
+
return this._bubbleChartRadiusMemberPath &&
|
|
203
|
+
this._valueMemberPaths.indexOf(this._bubbleChartRadiusMemberPath) !== -1 ?
|
|
204
|
+
this._bubbleChartRadiusMemberPath : this._valueMemberPaths[1];
|
|
772
205
|
}
|
|
773
|
-
|
|
774
|
-
this.
|
|
775
|
-
|
|
776
|
-
this.contextDirective.chartsDirective.chartFactory(currentChartType, this.chartPreview);
|
|
777
|
-
this._chartPreviewDialogOverlaySettings.target = this.tabsMenu.element;
|
|
778
|
-
this.chartPreviewDialog.open(this._chartPreviewDialogOverlaySettings);
|
|
206
|
+
get _labelMemberPath() {
|
|
207
|
+
return this.defaultLabelMemberPath && this._chartData.some(r => r[this.defaultLabelMemberPath] !== undefined) ?
|
|
208
|
+
this.defaultLabelMemberPath : this._labelMemberPaths.length > 0 ? this._labelMemberPaths[0] : 'Index';
|
|
779
209
|
}
|
|
780
|
-
|
|
781
|
-
|
|
210
|
+
get pieChartOptions() {
|
|
211
|
+
return {
|
|
212
|
+
width: '85%',
|
|
213
|
+
height: '75%',
|
|
214
|
+
dataSource: this.chartData,
|
|
215
|
+
valueMemberPath: this._valueMemberPaths[0],
|
|
216
|
+
legendLabelMemberPath: this._labelMemberPath,
|
|
217
|
+
labelMemberPath: this._labelMemberPath,
|
|
218
|
+
};
|
|
782
219
|
}
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
220
|
+
get dataChartOptions() {
|
|
221
|
+
return {
|
|
222
|
+
width: '100%',
|
|
223
|
+
height: '85%',
|
|
224
|
+
autoMarginWidth: 50,
|
|
225
|
+
isVerticalZoomEnabled: true,
|
|
226
|
+
isHorizontalZoomEnabled: true,
|
|
227
|
+
dataSource: this.chartData
|
|
228
|
+
};
|
|
789
229
|
}
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
230
|
+
constructor(factoryResolver) {
|
|
231
|
+
this.factoryResolver = factoryResolver;
|
|
232
|
+
this.onChartTypesDetermined = new EventEmitter();
|
|
233
|
+
this.onChartCreationDone = new EventEmitter();
|
|
234
|
+
this.useLegend = true;
|
|
235
|
+
this.defaultLabelMemberPath = undefined;
|
|
236
|
+
this.chartTypesAvailability = new Map();
|
|
237
|
+
this.customChartComponentOptions = new Map();
|
|
238
|
+
this.dataCharts = new Map();
|
|
239
|
+
this._scatterChartYAxisValueMemberPath = undefined;
|
|
240
|
+
this._bubbleChartRadiusMemberPath = undefined;
|
|
241
|
+
this._valueMemberPaths = [];
|
|
242
|
+
this._labelMemberPaths = [];
|
|
243
|
+
this._sizeScale = new IgxSizeScaleComponent();
|
|
244
|
+
this._dataChartTypes = new Set();
|
|
245
|
+
this.dataChartSeriesOptionsModel = {
|
|
246
|
+
isHighlightingEnabled: true,
|
|
247
|
+
areaFillOpacity: .4,
|
|
248
|
+
markerType: 3,
|
|
249
|
+
showDefaultTooltip: true
|
|
250
|
+
};
|
|
251
|
+
this.scatterChartSeriesOptionsModel = {
|
|
252
|
+
markerType: 3,
|
|
253
|
+
showDefaultTooltip: true
|
|
254
|
+
};
|
|
255
|
+
this.bubbleChartSeriesOptionsModel = {
|
|
256
|
+
radiusScale: this._sizeScale
|
|
257
|
+
};
|
|
258
|
+
this.dataCharts.set(CHART_TYPE.COLUMN_GROUPED, IgxColumnSeriesComponent);
|
|
259
|
+
this.dataCharts.set(CHART_TYPE.AREA_GROUPED, IgxAreaSeriesComponent);
|
|
260
|
+
this.dataCharts.set(CHART_TYPE.LINE_GROUPED, IgxLineSeriesComponent);
|
|
261
|
+
this.dataCharts.set(CHART_TYPE.BAR_GROUPED, IgxBarSeriesComponent);
|
|
262
|
+
this.dataCharts.set(CHART_TYPE.COLUMN_STACKED, IgxStackedColumnSeriesComponent);
|
|
263
|
+
this.dataCharts.set(CHART_TYPE.AREA_STACKED, IgxStackedAreaSeriesComponent);
|
|
264
|
+
this.dataCharts.set(CHART_TYPE.LINE_STACKED, IgxStackedLineSeriesComponent);
|
|
265
|
+
this.dataCharts.set(CHART_TYPE.BAR_STACKED, IgxStackedBarSeriesComponent);
|
|
266
|
+
this.dataCharts.set(CHART_TYPE.COLUMN_100_STACKED, IgxStacked100ColumnSeriesComponent);
|
|
267
|
+
this.dataCharts.set(CHART_TYPE.AREA_100_STACKED, IgxStacked100AreaSeriesComponent);
|
|
268
|
+
this.dataCharts.set(CHART_TYPE.LINE_100_STACKED, IgxStacked100LineSeriesComponent);
|
|
269
|
+
this.dataCharts.set(CHART_TYPE.BAR_100_STACKED, IgxStacked100BarSeriesComponent);
|
|
270
|
+
this.dataCharts.set(CHART_TYPE.SCATTER_POINT, IgxScatterSeriesComponent);
|
|
271
|
+
this.dataCharts.set(CHART_TYPE.SCATTER_BUBBLE, IgxBubbleSeriesComponent);
|
|
272
|
+
this.dataCharts.set(CHART_TYPE.SCATTER_LINE, IgxScatterLineSeriesComponent);
|
|
273
|
+
this.dataCharts.set(CHART_TYPE.PIE, IgxPieChartComponent);
|
|
274
|
+
const iterable = this.dataCharts.keys();
|
|
275
|
+
for (let head = iterable.next().value; head !== undefined; head = iterable.next().value) {
|
|
276
|
+
this._dataChartTypes.add(head);
|
|
277
|
+
this.chartTypesAvailability.set(head, true);
|
|
278
|
+
this.customChartComponentOptions.set(head, {});
|
|
796
279
|
}
|
|
797
280
|
}
|
|
798
|
-
|
|
799
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: IgxContextMenuComponent, selector: "igx-context-menu", viewQueries: [{ propertyName: "button", first: true, predicate: ["analyticsBtn"], descendants: true }, { propertyName: "tabsMenu", first: true, predicate: ["tabsMenu"], descendants: true, read: IgxToggleDirective }, { propertyName: "chartPreview", first: true, predicate: ["chartPreview"], descendants: true, read: ViewContainerRef }, { propertyName: "chartPreviewDialog", first: true, predicate: ["chartPreviewDialog"], descendants: true, read: IgxToggleDirective }, { propertyName: "tabs", first: true, predicate: IgxTabsComponent, descendants: true }], ngImport: i0, template: "<span #analyticsBtn class=\"analytics-btn\">\r\n <button #btn igxIconButton=\"flat\" (click)=\"toggleTabMenu()\">\r\n <igx-icon #icon class=\"icon\" family=\"material\">insert_chart_outlined</igx-icon>\r\n </button>\r\n</span>\r\n<div #tabsMenu igxToggle class=\"toggle-content ig-scrollbar\">\r\n <!--NOTE: This component has been updated by Infragistics migration: v12.0.0\r\nPlease check your template whether all bindings/event handlers are correct.-->\r\n <igx-tabs tabsType=\"fixed\" [selectedIndex]=\"!this.textFormatters.length && chartTypes.length ? 1 : 0\">\r\n <igx-tab-item [disabled]=\"!textFormatters.length\">\r\n <igx-tab-header>\r\n <span igxTabHeaderLabel>Conditional Formatting</span>\r\n </igx-tab-header>\r\n <igx-tab-content>\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"tabs\">\r\n <span class=\"tab-option\">\r\n <span *ngFor=\"let condition of textFormatters\" class=\"action btn condition\"\r\n [ngClass]=\"{'selected--condition': condition === currentFormatter}\"\r\n (click)=\"formatCells(condition)\">\r\n <div class=\"imgSize\" [innerHTML]=\"conditionImages[condition.replace(' ', '')] | svg\">\r\n </div>\r\n <span class=\"name\">{{condition.replace('10', '10%')}}</span>\r\n </span>\r\n </span>\r\n <span class=\"clear action\"\r\n [ngClass]=\"{'disableButton': contextDirective.textFormatter ? !contextDirective.textFormatter.formatter : true }\"\r\n (click)=\"clearFormat()\">\r\n <div class=\"imgSize\" [innerHTML]=\"conditionImages['Clear'] | svg\">\r\n </div>\r\n <span class=\"btn name\">Clear All</span>\r\n </span>\r\n </div>\r\n </igx-tab-content>\r\n </igx-tab-item>\r\n <igx-tab-item [disabled]=\"!chartTypes.length\">\r\n <igx-tab-header>\r\n <span igxTabHeaderLabel>Create Chart</span>\r\n </igx-tab-header>\r\n <igx-tab-content>\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"tabs\">\r\n <span class=\"tab-option\">\r\n <span *ngFor=\"let chart of chartTypes | slice:0:4\" class=\"action btn chart\"\r\n [ngClass]=\"{'selected': chart === currentChartType}\" (mouseenter)=\"previewChart(chart)\"\r\n (mouseleave)=\"hidePreview()\" (click)=\"openDialog(chart)\">\r\n <span [innerHTML]=\"chartImages[chart] | svg\" class=\"imgSize\">\r\n </span>\r\n <span class=\"name\">{{chart}}</span>\r\n </span>\r\n </span>\r\n <span class=\"more-action chart\" [ngClass]=\"{'disableButton': !chartTypes.length}\"\r\n (click)=\"openDialog()\">\r\n <button class=\"more-btn more-icon\" igxIconButton=\"flat\" [style.--background]=\"'#EBEBEB'\"\r\n [style.--foreground]=\"'black'\">\r\n <igx-icon class=\"icon\" family=\"material\">more_horiz</igx-icon>\r\n </button>\r\n <span class=\"name btn\">More...</span>\r\n </span>\r\n </div>\r\n </igx-tab-content>\r\n </igx-tab-item>\r\n </igx-tabs>\r\n</div>\r\n<div igxToggle #chartPreviewDialog class=\"chart-preview\">\r\n <div class=\"chart-preview-title\">\r\n <h5>Preview Chart</h5>\r\n </div>\r\n <div class=\"chart-preview-area\">\r\n <ng-template #chartPreview></ng-template>\r\n </div>\r\n</div>", styles: [".analytics-btn,.analytics-btn [igxButton=flat],.analytics-btn .igx-button--flat{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, #335e3b);--focus-foreground: var(--igx-button-focus-foreground, white);--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, #396a42);--focus-visible-background: var(--igx-button-focus-visible-background, #396a42);--focus-hover-background: var(--igx-button-focus-hover-background, #396a42);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=outlined],.analytics-btn .igx-button--outlined{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, hsl(from var(--ig-secondary-500) h s l/1));--hover-border-color: var(--igx-button-hover-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-border-color: var(--igx-button-focus-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-visible-border-color: var(--igx-button-focus-visible-border-color, hsl(from var(--ig-secondary-500) h s l/1));--active-border-color: var(--igx-button-active-border-color, hsl(from var(--ig-secondary-500) h s l/1));--disabled-border-color: var(--igx-button-disabled-border-color, hsl(from var(--ig-gray-300) h s l/1));--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, #335e3b);--focus-foreground: var(--igx-button-focus-foreground, white);--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, #396a42);--focus-visible-background: var(--igx-button-focus-visible-background, #396a42);--focus-hover-background: var(--igx-button-focus-hover-background, #396a42);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=contained],.analytics-btn .igx-button--contained{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-2));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-4));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-8));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-8));--background: var(--igx-button-background, #335e3b);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, #396a42);--focus-foreground: var(--igx-button-focus-foreground, white);--focus-hover-background: var(--igx-button-focus-hover-background, #396a42);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-background: var(--igx-button-focus-visible-background, #396a42);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-2));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-4));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-8));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-8));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=fab],.analytics-btn .igx-button--fab{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(3rem, -1 * 3rem), var(--is-medium, 1) * max(2.5rem, -1 * 2.5rem), var(--is-small, 1) * max(2rem, -1 * 2rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-6));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-12));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-12));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-12));--background: var(--igx-button-background, #335e3b);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, #396a42);--focus-foreground: var(--igx-button-focus-foreground, white);--focus-hover-background: var(--igx-button-focus-hover-background, #396a42);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-background: var(--igx-button-focus-visible-background, #396a42);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-6));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-12));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-12));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-12));--theme: var(--igx-button-theme, material)}.disableButton{opacity:.4;pointer-events:none}.clear,.more-action{display:flex;flex-flow:column;justify-content:center;border-left:1px solid #bdbdbd}.clear .btn,.clear .more-btn,.more-action .btn,.more-action .more-btn{width:68px;margin:0 0 7px;padding:0}.clear .more-btn,.more-action .more-btn{width:36px;height:36px;align-self:center;border-radius:20px}.clear .name,.more-action .name{font-size:.9rem;font-weight:400;text-align:center}.icon{pointer-events:none}.btn{display:inline-flex;flex-flow:column;align-items:center}.btn.condition{padding-right:16px}.btn.chart{padding-right:24px}.btn img,.btn span{pointer-events:none}.chart-preview{width:350px;height:300px;background-color:#fff;overflow:hidden}.chart-preview .chart-preview-title{margin:1rem;justify-content:center}.chart-preview .chart-preview-area{height:270px}::ng-deep .toggle-content{width:354px;max-width:358px;height:148px;background-color:#fff}::ng-deep .toggle-content,::ng-deep .toggle-content .ig-scrollbar{--sb-size: var(--ig-scrollbar-sb-size, 1rem);--sb-thumb-min-height: var(--ig-scrollbar-sb-thumb-min-height, 2rem);--sb-thumb-bg-color: var(--ig-scrollbar-sb-thumb-bg-color, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-bg-color-hover: var(--ig-scrollbar-sb-thumb-bg-color-hover, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-border-color: var(--ig-scrollbar-sb-thumb-border-color, transparent);--sb-thumb-border-size: var(--ig-scrollbar-sb-thumb-border-size, 0);--sb-thumb-border-radius: var(--ig-scrollbar-sb-thumb-border-radius, 0);--sb-track-bg-color: var(--ig-scrollbar-sb-track-bg-color, hsl(from var(--ig-gray-100) h s l/1));--sb-track-bg-color-hover: var(--ig-scrollbar-sb-track-bg-color-hover, hsl(from var(--ig-gray-100) h s l/1));--sb-track-border-color: var(--ig-scrollbar-sb-track-border-color, transparent);--sb-track-border-size: var(--ig-scrollbar-sb-track-border-size, 0);--sb-corner-bg: var(--ig-scrollbar-sb-corner-bg, hsl(from var(--ig-gray-100) h s l/1));--sb-corner-border-color: var(--ig-scrollbar-sb-corner-border-color, transparent);--sb-corner-border-size: var(--ig-scrollbar-sb-corner-border-size, 0);--theme: var(--ig-scrollbar-theme, material)}@-moz-document url-prefix(){}::ng-deep .toggle-content .tabs{display:flex!important;border:.2px solid;border-color:#d3d3d3}::ng-deep .toggle-content .tab-option{padding:.9rem;height:100px;width:358px;display:inline-flex;overflow-x:auto;overflow-y:hidden;white-space:nowrap;align-content:center}::ng-deep .toggle-content .tab-option .chartImgButton{width:48px;height:48px}::ng-deep .toggle-content .tab-option .imgSize,::ng-deep .toggle-content .clear.action .imgSize{width:36px;height:36px;align-self:center}::ng-deep .toggle-content .action{cursor:pointer;opacity:1}::ng-deep .toggle-content .action.selected{opacity:.62}::ng-deep .toggle-content .action.selected--condition{pointer-events:none;opacity:.62}\n"], dependencies: [{ kind: "directive", type: i1$1.IgxIconButtonDirective, selector: "[igxIconButton]", inputs: ["igxIconButton"] }, { kind: "component", type: i1$1.IgxTabsComponent, selector: "igx-tabs", inputs: ["tabAlignment", "activation"] }, { kind: "component", type: i1$1.IgxTabItemComponent, selector: "igx-tab-item" }, { kind: "component", type: i1$1.IgxTabHeaderComponent, selector: "igx-tab-header" }, { kind: "component", type: i1$1.IgxTabContentComponent, selector: "igx-tab-content" }, { kind: "directive", type: i1$1.IgxTabHeaderLabelDirective, selector: "igx-tab-header-label,[igxTabHeaderLabel]" }, { kind: "directive", type: i1$1.IgxToggleDirective, selector: "[igxToggle]", inputs: ["id"], outputs: ["opened", "opening", "closed", "closing", "appended"], exportAs: ["toggle"] }, { kind: "component", type: i1$1.IgxIconComponent, selector: "igx-icon", inputs: ["family", "name", "active"] }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "pipe", type: i2.SlicePipe, name: "slice" }, { kind: "pipe", type: SvgPipe, name: "svg" }] }); }
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
args: [{ selector: 'igx-context-menu', template: "<span #analyticsBtn class=\"analytics-btn\">\r\n <button #btn igxIconButton=\"flat\" (click)=\"toggleTabMenu()\">\r\n <igx-icon #icon class=\"icon\" family=\"material\">insert_chart_outlined</igx-icon>\r\n </button>\r\n</span>\r\n<div #tabsMenu igxToggle class=\"toggle-content ig-scrollbar\">\r\n <!--NOTE: This component has been updated by Infragistics migration: v12.0.0\r\nPlease check your template whether all bindings/event handlers are correct.-->\r\n <igx-tabs tabsType=\"fixed\" [selectedIndex]=\"!this.textFormatters.length && chartTypes.length ? 1 : 0\">\r\n <igx-tab-item [disabled]=\"!textFormatters.length\">\r\n <igx-tab-header>\r\n <span igxTabHeaderLabel>Conditional Formatting</span>\r\n </igx-tab-header>\r\n <igx-tab-content>\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"tabs\">\r\n <span class=\"tab-option\">\r\n <span *ngFor=\"let condition of textFormatters\" class=\"action btn condition\"\r\n [ngClass]=\"{'selected--condition': condition === currentFormatter}\"\r\n (click)=\"formatCells(condition)\">\r\n <div class=\"imgSize\" [innerHTML]=\"conditionImages[condition.replace(' ', '')] | svg\">\r\n </div>\r\n <span class=\"name\">{{condition.replace('10', '10%')}}</span>\r\n </span>\r\n </span>\r\n <span class=\"clear action\"\r\n [ngClass]=\"{'disableButton': contextDirective.textFormatter ? !contextDirective.textFormatter.formatter : true }\"\r\n (click)=\"clearFormat()\">\r\n <div class=\"imgSize\" [innerHTML]=\"conditionImages['Clear'] | svg\">\r\n </div>\r\n <span class=\"btn name\">Clear All</span>\r\n </span>\r\n </div>\r\n </igx-tab-content>\r\n </igx-tab-item>\r\n <igx-tab-item [disabled]=\"!chartTypes.length\">\r\n <igx-tab-header>\r\n <span igxTabHeaderLabel>Create Chart</span>\r\n </igx-tab-header>\r\n <igx-tab-content>\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"tabs\">\r\n <span class=\"tab-option\">\r\n <span *ngFor=\"let chart of chartTypes | slice:0:4\" class=\"action btn chart\"\r\n [ngClass]=\"{'selected': chart === currentChartType}\" (mouseenter)=\"previewChart(chart)\"\r\n (mouseleave)=\"hidePreview()\" (click)=\"openDialog(chart)\">\r\n <span [innerHTML]=\"chartImages[chart] | svg\" class=\"imgSize\">\r\n </span>\r\n <span class=\"name\">{{chart}}</span>\r\n </span>\r\n </span>\r\n <span class=\"more-action chart\" [ngClass]=\"{'disableButton': !chartTypes.length}\"\r\n (click)=\"openDialog()\">\r\n <button class=\"more-btn more-icon\" igxIconButton=\"flat\" [style.--background]=\"'#EBEBEB'\"\r\n [style.--foreground]=\"'black'\">\r\n <igx-icon class=\"icon\" family=\"material\">more_horiz</igx-icon>\r\n </button>\r\n <span class=\"name btn\">More...</span>\r\n </span>\r\n </div>\r\n </igx-tab-content>\r\n </igx-tab-item>\r\n </igx-tabs>\r\n</div>\r\n<div igxToggle #chartPreviewDialog class=\"chart-preview\">\r\n <div class=\"chart-preview-title\">\r\n <h5>Preview Chart</h5>\r\n </div>\r\n <div class=\"chart-preview-area\">\r\n <ng-template #chartPreview></ng-template>\r\n </div>\r\n</div>", styles: [".analytics-btn,.analytics-btn [igxButton=flat],.analytics-btn .igx-button--flat{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, #335e3b);--focus-foreground: var(--igx-button-focus-foreground, white);--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, #396a42);--focus-visible-background: var(--igx-button-focus-visible-background, #396a42);--focus-hover-background: var(--igx-button-focus-hover-background, #396a42);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=outlined],.analytics-btn .igx-button--outlined{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, hsl(from var(--ig-secondary-500) h s l/1));--hover-border-color: var(--igx-button-hover-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-border-color: var(--igx-button-focus-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-visible-border-color: var(--igx-button-focus-visible-border-color, hsl(from var(--ig-secondary-500) h s l/1));--active-border-color: var(--igx-button-active-border-color, hsl(from var(--ig-secondary-500) h s l/1));--disabled-border-color: var(--igx-button-disabled-border-color, hsl(from var(--ig-gray-300) h s l/1));--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, #335e3b);--focus-foreground: var(--igx-button-focus-foreground, white);--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, #396a42);--focus-visible-background: var(--igx-button-focus-visible-background, #396a42);--focus-hover-background: var(--igx-button-focus-hover-background, #396a42);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=contained],.analytics-btn .igx-button--contained{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-2));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-4));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-8));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-8));--background: var(--igx-button-background, #335e3b);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, #396a42);--focus-foreground: var(--igx-button-focus-foreground, white);--focus-hover-background: var(--igx-button-focus-hover-background, #396a42);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-background: var(--igx-button-focus-visible-background, #396a42);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-2));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-4));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-8));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-8));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=fab],.analytics-btn .igx-button--fab{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(3rem, -1 * 3rem), var(--is-medium, 1) * max(2.5rem, -1 * 2.5rem), var(--is-small, 1) * max(2rem, -1 * 2rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-6));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-12));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-12));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-12));--background: var(--igx-button-background, #335e3b);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, #396a42);--focus-foreground: var(--igx-button-focus-foreground, white);--focus-hover-background: var(--igx-button-focus-hover-background, #396a42);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-background: var(--igx-button-focus-visible-background, #396a42);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-6));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-12));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-12));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-12));--theme: var(--igx-button-theme, material)}.disableButton{opacity:.4;pointer-events:none}.clear,.more-action{display:flex;flex-flow:column;justify-content:center;border-left:1px solid #bdbdbd}.clear .btn,.clear .more-btn,.more-action .btn,.more-action .more-btn{width:68px;margin:0 0 7px;padding:0}.clear .more-btn,.more-action .more-btn{width:36px;height:36px;align-self:center;border-radius:20px}.clear .name,.more-action .name{font-size:.9rem;font-weight:400;text-align:center}.icon{pointer-events:none}.btn{display:inline-flex;flex-flow:column;align-items:center}.btn.condition{padding-right:16px}.btn.chart{padding-right:24px}.btn img,.btn span{pointer-events:none}.chart-preview{width:350px;height:300px;background-color:#fff;overflow:hidden}.chart-preview .chart-preview-title{margin:1rem;justify-content:center}.chart-preview .chart-preview-area{height:270px}::ng-deep .toggle-content{width:354px;max-width:358px;height:148px;background-color:#fff}::ng-deep .toggle-content,::ng-deep .toggle-content .ig-scrollbar{--sb-size: var(--ig-scrollbar-sb-size, 1rem);--sb-thumb-min-height: var(--ig-scrollbar-sb-thumb-min-height, 2rem);--sb-thumb-bg-color: var(--ig-scrollbar-sb-thumb-bg-color, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-bg-color-hover: var(--ig-scrollbar-sb-thumb-bg-color-hover, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-border-color: var(--ig-scrollbar-sb-thumb-border-color, transparent);--sb-thumb-border-size: var(--ig-scrollbar-sb-thumb-border-size, 0);--sb-thumb-border-radius: var(--ig-scrollbar-sb-thumb-border-radius, 0);--sb-track-bg-color: var(--ig-scrollbar-sb-track-bg-color, hsl(from var(--ig-gray-100) h s l/1));--sb-track-bg-color-hover: var(--ig-scrollbar-sb-track-bg-color-hover, hsl(from var(--ig-gray-100) h s l/1));--sb-track-border-color: var(--ig-scrollbar-sb-track-border-color, transparent);--sb-track-border-size: var(--ig-scrollbar-sb-track-border-size, 0);--sb-corner-bg: var(--ig-scrollbar-sb-corner-bg, hsl(from var(--ig-gray-100) h s l/1));--sb-corner-border-color: var(--ig-scrollbar-sb-corner-border-color, transparent);--sb-corner-border-size: var(--ig-scrollbar-sb-corner-border-size, 0);--theme: var(--ig-scrollbar-theme, material)}@-moz-document url-prefix(){}::ng-deep .toggle-content .tabs{display:flex!important;border:.2px solid;border-color:#d3d3d3}::ng-deep .toggle-content .tab-option{padding:.9rem;height:100px;width:358px;display:inline-flex;overflow-x:auto;overflow-y:hidden;white-space:nowrap;align-content:center}::ng-deep .toggle-content .tab-option .chartImgButton{width:48px;height:48px}::ng-deep .toggle-content .tab-option .imgSize,::ng-deep .toggle-content .clear.action .imgSize{width:36px;height:36px;align-self:center}::ng-deep .toggle-content .action{cursor:pointer;opacity:1}::ng-deep .toggle-content .action.selected{opacity:.62}::ng-deep .toggle-content .action.selected--condition{pointer-events:none;opacity:.62}\n"] }]
|
|
804
|
-
}
|
|
805
|
-
|
|
806
|
-
args: ['analyticsBtn']
|
|
807
|
-
}], tabsMenu: [{
|
|
808
|
-
type: ViewChild,
|
|
809
|
-
args: ['tabsMenu', { read: IgxToggleDirective }]
|
|
810
|
-
}], chartPreview: [{
|
|
811
|
-
type: ViewChild,
|
|
812
|
-
args: ['chartPreview', { read: ViewContainerRef }]
|
|
813
|
-
}], chartPreviewDialog: [{
|
|
814
|
-
type: ViewChild,
|
|
815
|
-
args: ['chartPreviewDialog', { read: IgxToggleDirective }]
|
|
816
|
-
}], tabs: [{
|
|
817
|
-
type: ViewChild,
|
|
818
|
-
args: [IgxTabsComponent]
|
|
819
|
-
}] } });
|
|
820
|
-
|
|
821
|
-
var ConditionalFormattingType;
|
|
822
|
-
(function (ConditionalFormattingType) {
|
|
823
|
-
ConditionalFormattingType["dataBars"] = "Data Bars";
|
|
824
|
-
ConditionalFormattingType["colorScale"] = "Color Scale";
|
|
825
|
-
ConditionalFormattingType["top10"] = "Top 10";
|
|
826
|
-
ConditionalFormattingType["textContains"] = "Text Contains";
|
|
827
|
-
ConditionalFormattingType["single"] = "Duplicate Values";
|
|
828
|
-
ConditionalFormattingType["unique"] = "Unique Values";
|
|
829
|
-
ConditionalFormattingType["empty"] = "Empty";
|
|
830
|
-
})(ConditionalFormattingType || (ConditionalFormattingType = {}));
|
|
831
|
-
class IgxConditionalFormattingDirective {
|
|
832
|
-
set formatColors(val) {
|
|
833
|
-
this._formatColors = val;
|
|
281
|
+
getAvailableCharts() {
|
|
282
|
+
const res = [];
|
|
283
|
+
this.chartTypesAvailability.forEach((isAvailable, chartType) => {
|
|
284
|
+
if (isAvailable) {
|
|
285
|
+
res.push(chartType);
|
|
286
|
+
}
|
|
287
|
+
});
|
|
288
|
+
return res;
|
|
834
289
|
}
|
|
835
|
-
|
|
836
|
-
|
|
290
|
+
disableCharts(types) {
|
|
291
|
+
types.forEach(type => {
|
|
292
|
+
if (this.chartTypesAvailability.get(type)) {
|
|
293
|
+
this.chartTypesAvailability.set(type, false);
|
|
294
|
+
}
|
|
295
|
+
});
|
|
837
296
|
}
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
297
|
+
enableCharts(types) {
|
|
298
|
+
types.forEach(type => {
|
|
299
|
+
if (!this.chartTypesAvailability.get(type)) {
|
|
300
|
+
this.chartTypesAvailability.set(type, true);
|
|
301
|
+
}
|
|
302
|
+
});
|
|
843
303
|
}
|
|
844
|
-
|
|
845
|
-
|
|
304
|
+
chartFactory(type, viewContainerRef) {
|
|
305
|
+
if (!this.chartTypesAvailability.get(type)) {
|
|
306
|
+
return;
|
|
307
|
+
}
|
|
308
|
+
let componentFactory;
|
|
309
|
+
let componentRef;
|
|
310
|
+
this._sizeScale.maximumValue = 60;
|
|
311
|
+
this._sizeScale.minimumValue = 10;
|
|
312
|
+
const chartType = this.dataCharts.get(type);
|
|
313
|
+
if (type === CHART_TYPE.PIE) {
|
|
314
|
+
componentFactory = this.factoryResolver.resolveComponentFactory(IgxPieChartComponent);
|
|
315
|
+
componentRef = viewContainerRef.createComponent(componentFactory);
|
|
316
|
+
}
|
|
317
|
+
else {
|
|
318
|
+
componentFactory = this.factoryResolver.resolveComponentFactory(IgxDataChartComponent);
|
|
319
|
+
componentRef = viewContainerRef.createComponent(componentFactory);
|
|
320
|
+
}
|
|
321
|
+
const options = this.getChartOptions(type);
|
|
322
|
+
const initializer = this.getInitializer(type, chartType);
|
|
323
|
+
if (this.useLegend) {
|
|
324
|
+
const legendType = type === CHART_TYPE.PIE ? IgxItemLegendComponent : IgxLegendComponent;
|
|
325
|
+
const legendFactory = this.factoryResolver.resolveComponentFactory(legendType);
|
|
326
|
+
const legendComponentRef = viewContainerRef.createComponent(legendFactory);
|
|
327
|
+
options.chartOptions['legend'] = legendComponentRef.instance;
|
|
328
|
+
}
|
|
329
|
+
const chart = initializer.initChart(componentRef.instance, options);
|
|
330
|
+
this.onChartCreationDone.emit(chart);
|
|
331
|
+
}
|
|
332
|
+
getInitializer(chartType, componentClassRef) {
|
|
333
|
+
if (chartType.includes('Pie')) {
|
|
334
|
+
return new IgxPieChartInitializer();
|
|
335
|
+
}
|
|
336
|
+
else if (chartType.includes('Stacked')) {
|
|
337
|
+
return new IgxStackedDataChartInitializer(componentClassRef);
|
|
338
|
+
}
|
|
339
|
+
else {
|
|
340
|
+
return new IgxDataChartInitializer(componentClassRef);
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
getChartOptions(type) {
|
|
344
|
+
const chartComponentOptions = {};
|
|
345
|
+
return type === CHART_TYPE.PIE ? this.addPieChartDataOptions(chartComponentOptions) :
|
|
346
|
+
this.addDataChartDataOptions(type, chartComponentOptions, type.includes('Stacked'));
|
|
347
|
+
}
|
|
348
|
+
addPieChartDataOptions(chartComponentOptions) {
|
|
349
|
+
// tslint:disable-next-line: max-line-length
|
|
350
|
+
chartComponentOptions.chartOptions = Object.assign(this.pieChartOptions, this.customChartComponentOptions.get(CHART_TYPE.PIE).chartOptions);
|
|
351
|
+
return chartComponentOptions;
|
|
352
|
+
}
|
|
353
|
+
addDataChartDataOptions(type, chartComponentOptions, stacked) {
|
|
354
|
+
chartComponentOptions.chartOptions = Object.assign(this.dataChartOptions, this.customChartComponentOptions.get(type));
|
|
355
|
+
if (type.indexOf('Scatter') !== -1) {
|
|
356
|
+
this.addScatterChartDataOptions(type, chartComponentOptions);
|
|
357
|
+
}
|
|
358
|
+
else {
|
|
359
|
+
// tslint:disable-next-line: max-line-length
|
|
360
|
+
chartComponentOptions.seriesModel = Object.assign(this.dataChartSeriesOptionsModel, this.customChartComponentOptions.get(type).seriesModel);
|
|
361
|
+
this.setAxisLabelOption(type, chartComponentOptions);
|
|
362
|
+
const options = [];
|
|
363
|
+
this._valueMemberPaths.forEach(valueMemberPath => {
|
|
364
|
+
const dataOptions = {
|
|
365
|
+
title: valueMemberPath,
|
|
366
|
+
valueMemberPath
|
|
367
|
+
};
|
|
368
|
+
if (stacked) {
|
|
369
|
+
options.push({ ...dataOptions });
|
|
370
|
+
}
|
|
371
|
+
else {
|
|
372
|
+
options.push({ ...dataOptions, ...chartComponentOptions.seriesModel });
|
|
373
|
+
}
|
|
374
|
+
});
|
|
375
|
+
stacked ? chartComponentOptions.stackedFragmentOptions = options :
|
|
376
|
+
chartComponentOptions.seriesOptions = options;
|
|
377
|
+
}
|
|
378
|
+
return chartComponentOptions;
|
|
379
|
+
}
|
|
380
|
+
addScatterChartDataOptions(scatterChart, chartComponentOptions) {
|
|
381
|
+
// tslint:disable-next-line: max-line-length
|
|
382
|
+
chartComponentOptions.seriesModel = Object.assign(this.scatterChartSeriesOptionsModel, this.customChartComponentOptions.get(scatterChart).seriesModel);
|
|
383
|
+
chartComponentOptions.seriesModel['yMemberPath'] = this.scatterChartYAxisValueMemberPath;
|
|
384
|
+
if (scatterChart === CHART_TYPE.SCATTER_BUBBLE) {
|
|
385
|
+
chartComponentOptions.seriesModel = Object.assign(chartComponentOptions.seriesModel, this.bubbleChartSeriesOptionsModel);
|
|
386
|
+
chartComponentOptions.seriesModel['radiusMemberPath'] = this.bubbleChartRadiusMemberPath;
|
|
387
|
+
}
|
|
388
|
+
const model = chartComponentOptions.seriesModel;
|
|
389
|
+
const seriesOptions = [];
|
|
390
|
+
this._valueMemberPaths.filter(v => !(v === model['yMemberPath'] ||
|
|
391
|
+
v === model['radiusMemberPath'])).forEach(valueMemberPath => {
|
|
392
|
+
const dataOptions = {
|
|
393
|
+
title: `${model['yMemberPath']} vs ${valueMemberPath}`,
|
|
394
|
+
xMemberPath: valueMemberPath,
|
|
395
|
+
labelMemberPath: this._labelMemberPath
|
|
396
|
+
};
|
|
397
|
+
seriesOptions.push({ ...dataOptions, ...model });
|
|
398
|
+
});
|
|
399
|
+
chartComponentOptions.seriesOptions = seriesOptions;
|
|
400
|
+
}
|
|
401
|
+
addIndexMemberPath(dataRecord, index) {
|
|
402
|
+
dataRecord = { ...{ [this._labelMemberPath]: index }, ...dataRecord };
|
|
403
|
+
return dataRecord;
|
|
404
|
+
}
|
|
405
|
+
setAxisLabelOption(type, options) {
|
|
406
|
+
if (type.indexOf('Bar') !== -1) {
|
|
407
|
+
options.yAxisOptions = Object.assign({
|
|
408
|
+
label: this._labelMemberPath
|
|
409
|
+
}, this.customChartComponentOptions.get(type).yAxisOptions);
|
|
410
|
+
}
|
|
411
|
+
else {
|
|
412
|
+
options.xAxisOptions = Object.assign({
|
|
413
|
+
label: this._labelMemberPath
|
|
414
|
+
}, this.customChartComponentOptions.get(type).xAxisOptions);
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
setChartComponentOptions(chart, optionsType, options) {
|
|
418
|
+
if (!this.customChartComponentOptions.get(chart)[optionsType]) {
|
|
419
|
+
this.customChartComponentOptions.get(chart)[optionsType] = {};
|
|
420
|
+
}
|
|
421
|
+
Object.keys(options).forEach(property => {
|
|
422
|
+
this.customChartComponentOptions.get(chart)[optionsType][property] = options[property];
|
|
423
|
+
});
|
|
424
|
+
}
|
|
425
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxChartIntegrationDirective, deps: [{ token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
426
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.3", type: IgxChartIntegrationDirective, isStandalone: true, selector: "[igxChartIntegration]", inputs: { chartData: "chartData", useLegend: "useLegend", defaultLabelMemberPath: "defaultLabelMemberPath", scatterChartYAxisValueMemberPath: "scatterChartYAxisValueMemberPath", bubbleChartRadiusMemberPath: "bubbleChartRadiusMemberPath" }, outputs: { onChartTypesDetermined: "onChartTypesDetermined", onChartCreationDone: "onChartCreationDone" }, ngImport: i0 }); }
|
|
427
|
+
}
|
|
428
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxChartIntegrationDirective, decorators: [{
|
|
429
|
+
type: Directive,
|
|
430
|
+
args: [{
|
|
431
|
+
selector: '[igxChartIntegration]',
|
|
432
|
+
}]
|
|
433
|
+
}], ctorParameters: () => [{ type: i0.ComponentFactoryResolver }], propDecorators: { chartData: [{
|
|
434
|
+
type: Input
|
|
435
|
+
}], onChartTypesDetermined: [{
|
|
436
|
+
type: Output
|
|
437
|
+
}], onChartCreationDone: [{
|
|
438
|
+
type: Output
|
|
439
|
+
}], useLegend: [{
|
|
440
|
+
type: Input
|
|
441
|
+
}], defaultLabelMemberPath: [{
|
|
442
|
+
type: Input
|
|
443
|
+
}], scatterChartYAxisValueMemberPath: [{
|
|
444
|
+
type: Input
|
|
445
|
+
}], bubbleChartRadiusMemberPath: [{
|
|
446
|
+
type: Input
|
|
447
|
+
}] } });
|
|
448
|
+
|
|
449
|
+
var ConditionalFormattingType;
|
|
450
|
+
(function (ConditionalFormattingType) {
|
|
451
|
+
ConditionalFormattingType["dataBars"] = "Data Bars";
|
|
452
|
+
ConditionalFormattingType["colorScale"] = "Color Scale";
|
|
453
|
+
ConditionalFormattingType["top10"] = "Top 10";
|
|
454
|
+
ConditionalFormattingType["textContains"] = "Text Contains";
|
|
455
|
+
ConditionalFormattingType["single"] = "Duplicate Values";
|
|
456
|
+
ConditionalFormattingType["unique"] = "Unique Values";
|
|
457
|
+
ConditionalFormattingType["empty"] = "Empty";
|
|
458
|
+
})(ConditionalFormattingType || (ConditionalFormattingType = {}));
|
|
459
|
+
class IgxConditionalFormattingDirective {
|
|
460
|
+
set formatColors(val) {
|
|
461
|
+
this._formatColors = val;
|
|
462
|
+
}
|
|
463
|
+
get formatColors() {
|
|
464
|
+
return this._formatColors;
|
|
465
|
+
}
|
|
466
|
+
get selectedData() {
|
|
467
|
+
if (!this._selectedData.length) {
|
|
468
|
+
this._selectedData = this.toArray(this.grid.getSelectedData());
|
|
469
|
+
}
|
|
470
|
+
return this._selectedData;
|
|
471
|
+
}
|
|
472
|
+
get textData() {
|
|
473
|
+
return this.selectedData.filter(val => typeof val === 'string');
|
|
846
474
|
}
|
|
847
475
|
get numericData() {
|
|
848
476
|
return this.selectedData.filter(val => typeof val === 'number');
|
|
@@ -1099,433 +727,811 @@ class IgxConditionalFormattingDirective {
|
|
|
1099
727
|
this.formatedRange.has(rowIndex) ? this.formatedRange.get(rowIndex).add(colIndex) :
|
|
1100
728
|
this.formatedRange.set(rowIndex, new Set()).get(rowIndex).add(colIndex);
|
|
1101
729
|
}
|
|
1102
|
-
toArray(data) {
|
|
1103
|
-
let result = [];
|
|
1104
|
-
data.forEach(rec => result = result.concat(Object.values(rec)));
|
|
1105
|
-
return result;
|
|
730
|
+
toArray(data) {
|
|
731
|
+
let result = [];
|
|
732
|
+
data.forEach(rec => result = result.concat(Object.values(rec)));
|
|
733
|
+
return result;
|
|
734
|
+
}
|
|
735
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxConditionalFormattingDirective, deps: [{ token: i1.IgxGridComponent }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
736
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.3", type: IgxConditionalFormattingDirective, isStandalone: true, selector: "[igxConditionalFormatting]", inputs: { formatter: "formatter", formatColors: "formatColors" }, outputs: { onFormattersReady: "onFormattersReady" }, ngImport: i0 }); }
|
|
737
|
+
}
|
|
738
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxConditionalFormattingDirective, decorators: [{
|
|
739
|
+
type: Directive,
|
|
740
|
+
args: [{
|
|
741
|
+
selector: '[igxConditionalFormatting]',
|
|
742
|
+
}]
|
|
743
|
+
}], ctorParameters: () => [{ type: i1.IgxGridComponent }], propDecorators: { formatter: [{
|
|
744
|
+
type: Input
|
|
745
|
+
}], formatColors: [{
|
|
746
|
+
type: Input
|
|
747
|
+
}], onFormattersReady: [{
|
|
748
|
+
type: Output
|
|
749
|
+
}] } });
|
|
750
|
+
|
|
751
|
+
// tslint:disable: max-line-length
|
|
752
|
+
const Area100Stacked = `
|
|
753
|
+
<svg id="Layer_1" data-name="Layer 1"
|
|
754
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
755
|
+
<defs>
|
|
756
|
+
<style>.cls-Area100Stacked-1{fill:#ab4191;}.cls-Area100Stacked-2{fill:#f05951;}.cls-Area100Stacked-2,.cls-Area100Stacked-3,.cls-Area100Stacked-4{fill-rule:evenodd;}.cls-Area100Stacked-3{fill:#fa8d3d;}.cls-Area100Stacked-4{fill:#0f6860;}</style>
|
|
757
|
+
</defs>
|
|
758
|
+
<rect class="cls-Area100Stacked-1" width="96" height="95.7"/>
|
|
759
|
+
<polygon class="cls-Area100Stacked-2" points="0 11.1 3.78 11.99 11.33 25.27 20.15 13.04 30.53 15.31 43.12 26.54 50.13 28.07 65.78 24.5 72.08 16.84 82.15 17.61 88.45 11.99 91.91 9.57 96 6.13 96 95.7 0 95.7 0 11.1"/>
|
|
760
|
+
<path class="cls-Area100Stacked-3" d="M0,54V95.7H96V18.37l-3.79,6.51-3.79,18-3.16,6.51-5.68,3.06-2.84,3.45s-3.42,6-3.48,6.12-7.58,4.6-7.58,4.6L60,67l-2.21.77-7.9-4.6-3.78,1.15-7.58-3.44L34.42,62.4l-3.79-1.15-4.1,3.44-3.48-.76L15.16,53.21,7.26,54,3.47,49Z"/>
|
|
761
|
+
<polygon class="cls-Area100Stacked-4" points="0 78.75 4.72 77.11 7.87 78.2 15.42 76.56 19.52 80.39 26.44 83.67 36.2 83.67 45.33 85.31 50.05 78.75 58.23 84.22 68.3 85.86 87.82 90.23 96 83.12 96 95.7 0 95.7 0 78.75"/>
|
|
762
|
+
</svg>
|
|
763
|
+
`;
|
|
764
|
+
const AreaGrouped = `
|
|
765
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
766
|
+
<defs>
|
|
767
|
+
<style>.cls-AreaGrouped-1{fill:#ab4191;}.cls-AreaGrouped-1,.cls-AreaGrouped-2,.cls-AreaGrouped-3,.cls-AreaGrouped-4{fill-rule:evenodd;}.cls-AreaGrouped-2{fill:#f05951;}.cls-AreaGrouped-3{fill:#fa8d3d;}.cls-AreaGrouped-4{fill:#0f6860;}</style>
|
|
768
|
+
</defs>
|
|
769
|
+
<g id="ChartNames">
|
|
770
|
+
<polygon class="cls-AreaGrouped-1" points="96 69.18 96 13.76 80.22 37.03 64.11 42.35 48.34 63.44 32.56 72.38 16.45 70.78 0 86.13 0 96 96 96 96 69.18"/>
|
|
771
|
+
<polygon class="cls-AreaGrouped-2" points="96 84.43 96 38.72 80.22 48.72 64.11 72.86 48.34 72.62 32.56 81.54 16.78 79.11 0 90.25 0 96 96 96 96 84.43"/>
|
|
772
|
+
<path class="cls-AreaGrouped-3" d="M96,91V62.08L80.22,66.71l-16.11,15-15.77.9L32.56,88s-16.12-.84-16.11-.76S0,92.65,0,92.65V96H96Z"/>
|
|
773
|
+
<polygon class="cls-AreaGrouped-4" points="96 93.77 96 77.49 80.22 81.31 64.11 91.54 48.34 93.13 32.56 94.09 0 95.37 0 96 96 96 96 93.77"/>
|
|
774
|
+
</g>
|
|
775
|
+
</svg>
|
|
776
|
+
`;
|
|
777
|
+
const AreaStacked = `
|
|
778
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
779
|
+
<defs>
|
|
780
|
+
<style>.cls-AreaStacked-1{fill:#ab4191;}.cls-AreaStacked-1,.cls-AreaStacked-2,.cls-AreaStacked-3,.cls-AreaStacked-4{fill-rule:evenodd;}.cls-AreaStacked-2{fill:#f05951;}.cls-AreaStacked-3{fill:#fa8d3d;}.cls-AreaStacked-4{fill:#0f6860;}</style>
|
|
781
|
+
</defs>
|
|
782
|
+
<g id="ChartNames">
|
|
783
|
+
<path class="cls-AreaStacked-1" d="M0,17.24,3.73,4.7l7.56,19.2,4.09-.78,7.87,11.75,3.46,1.57,3.78-3.13,4.41,2,3.46-2.75,4.72,2.35L45.91,38s4-.26,4.09-.39,7.45,4.57,7.56,4.7a35.11,35.11,0,0,0,3.77-1.57h4.41L72,43.49,82.11,28.21,88.4,10.32,91.86,0,96,12.15V96H0Z"/>
|
|
784
|
+
<path class="cls-AreaStacked-2" d="M0,53.29V96H96V16.85l-3.79,6.66L88.38,41.93l-3.16,6.66-5.68,3.13-2.85,3.53s-3.42,6.14-3.47,6.27-7.58,4.7-7.58,4.7L60,66.61l-2.21.79-7.9-4.71-3.79,1.18-7.58-3.53-4.1,1.57-3.79-1.18-4.11,3.53L23,63.48l-7.89-11-7.9.78L3.43,48.2Z"/>
|
|
785
|
+
<polygon class="cls-AreaStacked-3" points="0.14 78.65 4.85 76.97 7.99 78.09 15.54 76.41 19.62 80.33 26.53 83.69 36.27 83.69 45.38 85.37 50.09 78.65 58.26 84.25 68.31 85.93 87.79 90.4 95.96 83.12 95.96 96 0.14 96 0.14 78.65"/>
|
|
786
|
+
<polygon class="cls-AreaStacked-4" points="0.14 96 95.96 96 95.96 74.45 92.19 79.15 80.56 83.07 69.25 91.3 58.57 91.69 54.17 92.08 49.78 90.12 45.38 91.3 38.47 91.3 28.73 91.69 23.7 91.3 18.99 92.86 13.96 92.08 0.14 93.65 0.14 96"/>
|
|
787
|
+
</g>
|
|
788
|
+
</svg>
|
|
789
|
+
`;
|
|
790
|
+
const Bar100Stacked = `
|
|
791
|
+
<svg id="Layer_1" data-name="Layer 1"
|
|
792
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
793
|
+
<defs>
|
|
794
|
+
<style>.cls-Bar100Stacked-1{fill:#ab4191;}.cls-Bar100Stacked-1,.cls-Bar100Stacked-2,.cls-Bar100Stacked-3,.cls-Bar100Stacked-4{fill-rule:evenodd;}.cls-Bar100Stacked-2{fill:#f05951;}.cls-Bar100Stacked-3{fill:#fa8d3d;}.cls-Bar100Stacked-4,.cls-Bar100Stacked-5{fill:#0f6860;}</style>
|
|
795
|
+
</defs>
|
|
796
|
+
<path class="cls-Bar100Stacked-1" d="M96,7.84H45.71v11.1H96Zm0,13.38H47.67V32.33H96Zm0,13.39H42.45V46H96Zm0,13.72H48.33v11.1H96Zm0,13.38H43.43V72.82H96ZM96,75.1H42.12V86.2H96Z"/>
|
|
797
|
+
<path class="cls-Bar100Stacked-2" d="M75.76,21.22H29.71V32.33H75.76ZM66,61.71H27.1V72.82H66Zm4.24-27.1h-48V46h48ZM56.82,48.33H30v11.1H56.82ZM73.47,75.1H25.8V86.2H73.47ZM60.73,7.84h-33v11.1h33Z"/>
|
|
798
|
+
<path class="cls-Bar100Stacked-3" d="M47.67,21.22H8.16V32.33H47.67ZM39.51,61.71H5.88V72.82H39.51Zm3.59-27.1H1.63V46H43.1ZM31.35,48.33H8.16v11.1H31.35ZM45.71,75.1H4.57V86.2H45.71ZM34.61,7.84H6.2v11.1H34.61Z"/>
|
|
799
|
+
<path class="cls-Bar100Stacked-4" d="M14,34.61H0V46H14Zm4.25,13.72H0v11.1H18.29ZM15,75.1H0V86.2H15ZM22.2,21.22H0V32.33H22.2ZM11.43,61.71H0V72.82H11.43Z"/>
|
|
800
|
+
<rect class="cls-Bar100Stacked-5" y="7.84" width="10.78" height="11.1"/>
|
|
801
|
+
</svg>
|
|
802
|
+
`;
|
|
803
|
+
const BarGrouped = `
|
|
804
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
805
|
+
<defs>
|
|
806
|
+
<style>.cls-BarGrouped-1{fill:#f05951;}.cls-BarGrouped-2{fill:#ab4191;}.cls-BarGrouped-3{fill:#0f6860;}.cls-BarGrouped-4{fill:#fa8d3d;}</style>
|
|
807
|
+
</defs>
|
|
808
|
+
<g id="ChartNames">
|
|
809
|
+
<rect class="cls-BarGrouped-1" y="77.13" width="21.19" height="6.29"/>
|
|
810
|
+
<rect class="cls-BarGrouped-1" y="49.66" width="48.99" height="6.29"/>
|
|
811
|
+
<rect class="cls-BarGrouped-1" y="22.18" width="72.5" height="6.29"/>
|
|
812
|
+
<rect class="cls-BarGrouped-2" y="70.84" width="81.43" height="6.29"/>
|
|
813
|
+
<rect class="cls-BarGrouped-3" y="89.71" width="60.25" height="6.29"/>
|
|
814
|
+
<rect class="cls-BarGrouped-2" y="43.37" width="96" height="6.29"/>
|
|
815
|
+
<rect class="cls-BarGrouped-3" y="62.23" width="33.43" height="6.29"/>
|
|
816
|
+
<rect class="cls-BarGrouped-2" y="15.89" width="55.61" height="6.29"/>
|
|
817
|
+
<rect class="cls-BarGrouped-3" y="34.76" width="45.35" height="6.29"/>
|
|
818
|
+
<rect class="cls-BarGrouped-4" y="83.42" width="89.38" height="6.29"/>
|
|
819
|
+
<rect class="cls-BarGrouped-4" y="55.94" width="70.84" height="6.29"/>
|
|
820
|
+
<rect class="cls-BarGrouped-4" y="28.47" width="33.43" height="6.29"/>
|
|
821
|
+
</g>
|
|
822
|
+
</svg>
|
|
823
|
+
`;
|
|
824
|
+
const BarStacked = `
|
|
825
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
826
|
+
<defs>
|
|
827
|
+
<style>.cls-BarStacked-1{fill:#ab4191;}.cls-BarStacked-1,.cls-BarStacked-2,.cls-BarStacked-3,.cls-BarStacked-4{fill-rule:evenodd;}.cls-BarStacked-2{fill:#f05951;}.cls-BarStacked-3{fill:#fa8d3d;}.cls-BarStacked-4{fill:#0f6860;}</style>
|
|
828
|
+
</defs>
|
|
829
|
+
<g id="ChartNames">
|
|
830
|
+
<path class="cls-BarStacked-1" d="M53.9,8.85H14.58V19.66H53.9ZM86.33,22.28H21.46V33.09H86.33ZM71.26,35.71H14.91V46.85H71.26ZM53.57,49.47H11.63V60.29H53.57ZM95.84,62.91H21.46V73.72H95.84Zm-36,13.43H14.91V87.15H59.8Z"/>
|
|
831
|
+
<path class="cls-BarStacked-2" d="M41.12,8.85H14.58V19.66H41.12ZM61.76,22.28H21.46V33.09h40.3ZM46.69,35.71H14.91V46.85H46.69ZM41.77,49.47H11.63V60.29H41.77ZM62.09,62.91H21.46V73.72H62.09ZM42.76,76.34H14.91V87.15H42.76Z"/>
|
|
832
|
+
<path class="cls-BarStacked-3" d="M31.62,8.85h-17V19.66h17ZM45.38,22.28H21.46V33.09H45.38Zm-9.5,13.43h-21V46.85h21Zm-2.3,13.76H11.63V60.29H33.58Zm8.85,13.44h-21V73.72h21ZM31,76.34h-16V87.15H31Z"/>
|
|
833
|
+
<path class="cls-BarStacked-4" d="M14.91,8.85H.16V19.66H14.91ZM27.36,22.28H.16V33.09h27.2ZM19.17,35.71H.16V46.85h19ZM15.56,49.47H.16V60.29h15.4ZM27.69,62.91H.16V73.72H27.69ZM16.22,76.34H.16V87.15H16.22Z"/>
|
|
834
|
+
</g>
|
|
835
|
+
</svg>
|
|
836
|
+
`;
|
|
837
|
+
const Column100Stacked = `
|
|
838
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
839
|
+
<defs>
|
|
840
|
+
<style>.cls-Column100Stacked-1{fill:#ab4191;}.cls-Column100Stacked-1,.cls-Column100Stacked-2,.cls-Column100Stacked-3,.cls-Column100Stacked-4{fill-rule:evenodd;}.cls-Column100Stacked-2{fill:#f05951;}.cls-Column100Stacked-3{fill:#fa8d3d;}.cls-Column100Stacked-4{fill:#0f6860;}</style>
|
|
841
|
+
</defs>
|
|
842
|
+
<g id="ChartNames">
|
|
843
|
+
<path class="cls-Column100Stacked-1" d="M0,0V50.28H13.81V0ZM16.44,0V48.44H30.25V0ZM32.88,0V53.51h13.8V0ZM49.32,0V47.78h13.8V0ZM65.75,0V52.68H79.56V0ZM82.19,0V54H96V0Z"/>
|
|
844
|
+
<path class="cls-Column100Stacked-2" d="M16.44,20.35V66.43H30.25V20.35ZM65.75,30V68.74H79.56V30ZM32.88,25.73v48h13.8v-48ZM49.32,39.17V66.05h13.8V39.17ZM82.19,22.66V70.27H96V22.66ZM0,35.33v33H13.81v-33Z"/>
|
|
845
|
+
<path class="cls-Column100Stacked-3" d="M16.44,48.38V87.94H30.25V48.38Zm49.31,8.07V90.24H79.56V56.45ZM32.88,53V94.46h13.8V53ZM49.32,64.51V87.94h13.8V64.51ZM82.19,50.3V91.39H96V50.3ZM0,61.44V89.86H13.81V61.44Z"/>
|
|
846
|
+
<path class="cls-Column100Stacked-4" d="M32.88,82.11V96h13.8V82.11Zm16.44-4.45V96h13.8V77.66Zm32.87,3.41V96H96V81.07ZM16.44,73.73V96H30.25V73.73ZM65.75,84.47V96H79.56V84.47ZM0,85.08V96H13.81V85.08Z"/>
|
|
847
|
+
</g>
|
|
848
|
+
</svg>
|
|
849
|
+
`;
|
|
850
|
+
const ColumnGrouped = `
|
|
851
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
852
|
+
<defs>
|
|
853
|
+
<style>.cls-ColumnGrouped-1{fill:#fa8d3d;}.cls-ColumnGrouped-2{fill:#f05951;}.cls-ColumnGrouped-3{fill:#0f6860;}.cls-ColumnGrouped-4{fill:#ab4191;}</style>
|
|
854
|
+
</defs>
|
|
855
|
+
<g id="ChartNames">
|
|
856
|
+
<rect class="cls-ColumnGrouped-1" x="14.87" y="30.42" width="7.44" height="65.58"/>
|
|
857
|
+
<rect class="cls-ColumnGrouped-1" x="48" y="8.11" width="7.44" height="87.89"/>
|
|
858
|
+
<rect class="cls-ColumnGrouped-1" x="81.13" y="38.2" width="7.44" height="57.8"/>
|
|
859
|
+
<rect class="cls-ColumnGrouped-2" x="7.44" y="43.61" width="7.44" height="52.39"/>
|
|
860
|
+
<rect class="cls-ColumnGrouped-3" x="22.31" y="52.06" width="7.44" height="43.94"/>
|
|
861
|
+
<rect class="cls-ColumnGrouped-2" x="40.56" y="34.48" width="7.44" height="61.52"/>
|
|
862
|
+
<rect class="cls-ColumnGrouped-3" x="55.44" y="19.27" width="7.44" height="76.73"/>
|
|
863
|
+
<rect class="cls-ColumnGrouped-2" x="73.69" y="12.17" width="7.44" height="83.83"/>
|
|
864
|
+
<rect class="cls-ColumnGrouped-4" y="20.28" width="7.44" height="75.72"/>
|
|
865
|
+
<rect class="cls-ColumnGrouped-4" x="33.13" y="71.32" width="7.44" height="24.68"/>
|
|
866
|
+
<rect class="cls-ColumnGrouped-4" x="66.25" y="51.04" width="7.44" height="44.96"/>
|
|
867
|
+
<rect class="cls-ColumnGrouped-3" x="88.56" y="63.21" width="7.44" height="32.79"/>
|
|
868
|
+
</g>
|
|
869
|
+
</svg>
|
|
870
|
+
`;
|
|
871
|
+
const ColumnStacked = `
|
|
872
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
873
|
+
<defs>
|
|
874
|
+
<style>.cls-ColumnStacked-1{fill:#ab4191;}.cls-ColumnStacked-1,.cls-ColumnStacked-2,.cls-ColumnStacked-3,.cls-ColumnStacked-4{fill-rule:evenodd;}.cls-ColumnStacked-2{fill:#f05951;}.cls-ColumnStacked-3{fill:#fa8d3d;}.cls-ColumnStacked-4{fill:#0f6860;}</style>
|
|
875
|
+
</defs>
|
|
876
|
+
<g id="ChartNames">
|
|
877
|
+
<path class="cls-ColumnStacked-1" d="M0,44.4V78.55H13.81V44.4ZM16.44,9.87V78.55H30.25V9.87ZM32.88,25.8V78.55h13.8V25.8Zm16.44,19V82.34h13.8V44.77ZM65.75,0V78.55H79.56V0ZM82.19,37.94V86.13H96V37.94Z"/>
|
|
878
|
+
<path class="cls-ColumnStacked-2" d="M16.44,36.05v42.5H30.25V36.05Zm49.31-.38V78.55H79.56V35.67ZM32.88,52V78.55h13.8V52ZM49.32,57.3v25h13.8v-25Zm32.87-1.14v30H96v-30ZM0,57.68V78.55H13.81V57.68Z"/>
|
|
879
|
+
<path class="cls-ColumnStacked-3" d="M32.88,63.37V78.55h13.8V63.37Zm16.44,2.27v16.7h13.8V65.64Zm32.87,3V86.13H96V68.68ZM16.44,53.5v25H30.25v-25Zm49.31,3v22H79.56v-22ZM0,67.54v14H13.81v-14Z"/>
|
|
880
|
+
<path class="cls-ColumnStacked-4" d="M16.44,71.72V96H30.25V71.72Zm49.31,1.51V96H79.56V73.23ZM32.88,77V96h13.8V77Zm16.44,3.79V96h13.8V80.82Zm32.87,3V96H96V83.86ZM0,81.2V96H13.81V81.2Z"/>
|
|
881
|
+
</g>
|
|
882
|
+
</svg>
|
|
883
|
+
`;
|
|
884
|
+
const Line100Stacked = `
|
|
885
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
886
|
+
<defs>
|
|
887
|
+
<style>.cls-Line100Stacked-1,.cls-Line100Stacked-2,.cls-Line100Stacked-3,.cls-Line100Stacked-4{fill:none;stroke-miterlimit:10;stroke-width:2px;fill-rule:evenodd;}.cls-Line100Stacked-1{stroke:#ab4191;}.cls-Line100Stacked-2{stroke:#f05951;}.cls-Line100Stacked-3{stroke:#fa8d3d;}.cls-Line100Stacked-4{stroke:#0f6860;}</style>
|
|
888
|
+
</defs>
|
|
889
|
+
<g id="ChartNames">
|
|
890
|
+
<polyline class="cls-Line100Stacked-1" points="0 29.37 17.34 19.88 38.74 29.52 58.65 32.18 80.42 28.87 96 24.56"/>
|
|
891
|
+
<polyline class="cls-Line100Stacked-2" points="0 42.5 17.34 37.81 38.37 41.12 59.02 42.11 80.42 37.81 96 41.85"/>
|
|
892
|
+
<polyline class="cls-Line100Stacked-3" points="0 66.68 17.34 59.32 38.37 72.9 59.76 55.35 96 65.16"/>
|
|
893
|
+
<polyline class="cls-Line100Stacked-4" points="0 85.81 17.34 78.52 59.39 88.12 80.78 76.87 96 82.48"/>
|
|
894
|
+
</g>
|
|
895
|
+
</svg>
|
|
896
|
+
`;
|
|
897
|
+
const LineGrouped = `
|
|
898
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
899
|
+
<defs>
|
|
900
|
+
<style>.cls-LineGrouped-1,.cls-LineGrouped-2,.cls-LineGrouped-3,.cls-LineGrouped-4{fill:none;stroke-miterlimit:10;stroke-width:2px;}.cls-LineGrouped-1{stroke:#ab4191;}.cls-LineGrouped-2{stroke:#f05951;}.cls-LineGrouped-3{stroke:#fa8d3d;}.cls-LineGrouped-4{stroke:#0f6860;}</style>
|
|
901
|
+
</defs>
|
|
902
|
+
<g id="ChartNames">
|
|
903
|
+
<polyline class="cls-LineGrouped-1" points="0 31.14 4.12 20.49 11.66 36.91 16.09 36.66 24.41 46.48 27.96 47.14 32.04 44.59 36.46 46.81 40.19 44.59 45.04 45.82 47.99 49.2 51.98 48.87 59.96 52.84 63.95 51.52 68.28 51.52 74.78 53.74 85.36 41.04 96 17.86 96 18.27"/>
|
|
904
|
+
<polyline class="cls-LineGrouped-2" points="0 61.42 3.9 56.96 7.98 61.25 15.61 60.59 24.28 69.75 27.57 71.15 31.99 67.52 35.81 69.17 40.06 67.19 48.04 70.08 51.76 69.17 59.07 73.36 68.06 72.06 75.87 68.01 79.25 63.06 82.37 59.93 88.01 57.37 91.99 52.01 96 36.5 96 35.45"/>
|
|
905
|
+
<polyline class="cls-LineGrouped-3" points="0 79.47 5.11 77.91 8.5 78.81 16.13 77.41 20.72 80.71 27.4 84.17 37.8 83.52 46.91 85.58 52.02 79.31 60.35 84.59 90.95 89.87 96 85.5"/>
|
|
906
|
+
<polyline class="cls-LineGrouped-4" points="0 92.26 14.7 90.69 19.9 92.1 24.93 90.03 30.13 91.1 47.13 90.78 51.72 89.12 56.75 90.69 71.06 90.11 83.63 83.1 96 79.33"/>
|
|
907
|
+
</g>
|
|
908
|
+
</svg>
|
|
909
|
+
`;
|
|
910
|
+
const LineStacked = `
|
|
911
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
912
|
+
<defs>
|
|
913
|
+
<style>.cls-LineStacked-1,.cls-LineStacked-2,.cls-LineStacked-3,.cls-LineStacked-4{fill:none;stroke-miterlimit:10;stroke-width:2px;fill-rule:evenodd;}.cls-LineStacked-1{stroke:#ab4191;}.cls-LineStacked-2{stroke:#f05951;}.cls-LineStacked-3{stroke:#fa8d3d;}.cls-LineStacked-4{stroke:#0f6860;}</style>
|
|
914
|
+
</defs>
|
|
915
|
+
<g id="ChartNames">
|
|
916
|
+
<polyline class="cls-LineStacked-1" points="0 80.39 14.23 67.93 31.11 68.6 47.9 59.83 65.4 39.39 81.92 33.46 96 14.25"/>
|
|
917
|
+
<polyline class="cls-LineStacked-2" points="0 85.07 14.32 75.65 31.47 78.74 48.25 68.72 64.86 68.97 82.1 43.77 96 36.04"/>
|
|
918
|
+
<polyline class="cls-LineStacked-3" points="0 90.45 14.14 83.91 30.93 84.66 48.17 79.07 64.86 78.07 82.28 62.38 96 59.21"/>
|
|
919
|
+
<polyline class="cls-LineStacked-4" points="0 96 31.16 90.78 64.95 88.38 82.19 77.78 96 74.53"/>
|
|
920
|
+
</g>
|
|
921
|
+
</svg>
|
|
922
|
+
`;
|
|
923
|
+
const Pie = `
|
|
924
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
925
|
+
<defs>
|
|
926
|
+
<style>.cls-Pie-1{fill:#f05951;}.cls-Pie-1,.cls-Pie-2,.cls-Pie-3,.cls-Pie-4{fill-rule:evenodd;}.cls-Pie-2{fill:#fa8d3d;}.cls-Pie-3{fill:#0f6860;}.cls-Pie-4{fill:#ab4191;}</style>
|
|
927
|
+
</defs>
|
|
928
|
+
<g id="ChartNames">
|
|
929
|
+
<path class="cls-Pie-1" d="M44.19,48V3.79A43.27,43.27,0,0,0,3,32.3,43.45,43.45,0,0,0,15,81Z"/>
|
|
930
|
+
<path class="cls-Pie-2" d="M44.19,48,15,81a42.63,42.63,0,0,0,37.7,10.28,42.72,42.72,0,0,0,31-23.78Z"/>
|
|
931
|
+
<path class="cls-Pie-3" d="M51.77,48,91.29,67.53a42.87,42.87,0,0,0,.53-38Z"/>
|
|
932
|
+
<path class="cls-Pie-4" d="M44.19,48,84.24,29.52a43.13,43.13,0,0,0-40-25.73Z"/>
|
|
933
|
+
</g>
|
|
934
|
+
</svg>
|
|
935
|
+
`;
|
|
936
|
+
const ScatterBubble = `
|
|
937
|
+
<svg id="Layer_1" data-name="Layer 1"
|
|
938
|
+
xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
939
|
+
<defs>
|
|
940
|
+
<style>.cls-ScatterBubble-1{fill:#f05951;}.cls-ScatterBubble-1,.cls-ScatterBubble-2{stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:0.5px;}.cls-ScatterBubble-2{fill:#ab4191;}</style>
|
|
941
|
+
</defs>
|
|
942
|
+
<circle class="cls-ScatterBubble-1" cx="6.06" cy="85.05" r="2.33"/>
|
|
943
|
+
<circle class="cls-ScatterBubble-1" cx="16.57" cy="83.89" r="2.33"/>
|
|
944
|
+
<circle class="cls-ScatterBubble-1" cx="13.07" cy="78.83" r="2.33"/>
|
|
945
|
+
<circle class="cls-ScatterBubble-1" cx="39.52" cy="59.38" r="2.33"/>
|
|
946
|
+
<circle class="cls-ScatterBubble-1" cx="35.63" cy="53.94" r="2.33"/>
|
|
947
|
+
<circle class="cls-ScatterBubble-1" cx="7.62" cy="70.27" r="2.33"/>
|
|
948
|
+
<circle class="cls-ScatterBubble-1" cx="20.85" cy="71.44" r="2.33"/>
|
|
949
|
+
<circle class="cls-ScatterBubble-2" cx="8.79" cy="84.28" r="3.11"/>
|
|
950
|
+
<circle class="cls-ScatterBubble-1" cx="18.9" cy="67.16" r="3.11"/>
|
|
951
|
+
<circle class="cls-ScatterBubble-1" cx="36.4" cy="59.77" r="3.11"/>
|
|
952
|
+
<circle class="cls-ScatterBubble-1" cx="63.24" cy="21.26" r="3.11"/>
|
|
953
|
+
<circle class="cls-ScatterBubble-1" cx="25.12" cy="70.27" r="3.11"/>
|
|
954
|
+
<circle class="cls-ScatterBubble-2" cx="9.18" cy="71.83" r="3.11"/>
|
|
955
|
+
<circle class="cls-ScatterBubble-2" cx="13.07" cy="47.32" r="3.11"/>
|
|
956
|
+
<circle class="cls-ScatterBubble-1" cx="8.01" cy="60.94" r="4.28"/>
|
|
957
|
+
<circle class="cls-ScatterBubble-2" cx="22.4" cy="74.94" r="4.28"/>
|
|
958
|
+
<circle class="cls-ScatterBubble-1" cx="29.79" cy="54.33" r="4.28"/>
|
|
959
|
+
<circle class="cls-ScatterBubble-1" cx="73.75" cy="30.99" r="4.28"/>
|
|
960
|
+
<circle class="cls-ScatterBubble-1" cx="62.47" cy="34.88" r="4.28"/>
|
|
961
|
+
<circle class="cls-ScatterBubble-1" cx="16.57" cy="48.88" r="4.28"/>
|
|
962
|
+
<circle class="cls-ScatterBubble-1" cx="44.18" cy="28.26" r="4.28"/>
|
|
963
|
+
<circle class="cls-ScatterBubble-1" cx="16.57" cy="61.33" r="4.28"/>
|
|
964
|
+
<circle class="cls-ScatterBubble-2" cx="29.79" cy="49.66" r="5.06"/>
|
|
965
|
+
<circle class="cls-ScatterBubble-1" cx="47.68" cy="53.94" r="5.83"/>
|
|
966
|
+
<circle class="cls-ScatterBubble-1" cx="62.08" cy="26.32" r="5.06"/>
|
|
967
|
+
<circle class="cls-ScatterBubble-2" cx="86.58" cy="39.93" r="5.06"/>
|
|
968
|
+
<circle class="cls-ScatterBubble-2" cx="70.63" cy="33.32" r="5.06"/>
|
|
969
|
+
<circle class="cls-ScatterBubble-2" cx="64.8" cy="33.32" r="6.22"/>
|
|
970
|
+
<circle class="cls-ScatterBubble-1" cx="25.9" cy="32.15" r="6.22"/>
|
|
971
|
+
<circle class="cls-ScatterBubble-2" cx="39.52" cy="74.16" r="6.61"/>
|
|
972
|
+
<circle class="cls-ScatterBubble-2" cx="56.23" cy="81.54" r="6.22"/>
|
|
973
|
+
<circle class="cls-ScatterBubble-1" cx="51.19" cy="74.16" r="8.17"/>
|
|
974
|
+
<circle class="cls-ScatterBubble-2" cx="42.24" cy="38.77" r="8.17"/>
|
|
975
|
+
<circle class="cls-ScatterBubble-1" cx="50.8" cy="60.94" r="8.17"/>
|
|
976
|
+
<circle class="cls-ScatterBubble-1" cx="41.85" cy="34.88" r="9.34"/>
|
|
977
|
+
<circle class="cls-ScatterBubble-1" cx="52.35" cy="31.76" r="11.28"/>
|
|
978
|
+
<circle class="cls-ScatterBubble-2" cx="58.97" cy="53.55" r="12.84"/>
|
|
979
|
+
<circle class="cls-ScatterBubble-1" cx="37.57" cy="81.55" r="9.72"/>
|
|
980
|
+
<circle class="cls-ScatterBubble-1" cx="58.58" cy="50.44" r="6.22"/>
|
|
981
|
+
<circle class="cls-ScatterBubble-1" cx="51.57" cy="53.55" r="7"/>
|
|
982
|
+
<circle class="cls-ScatterBubble-1" cx="53.52" cy="34.49" r="7"/>
|
|
983
|
+
<circle class="cls-ScatterBubble-1" cx="57.41" cy="11.93" r="7"/>
|
|
984
|
+
<circle class="cls-ScatterBubble-1" cx="86.19" cy="57.83" r="5.45"/>
|
|
985
|
+
<circle class="cls-ScatterBubble-1" cx="20.85" cy="66.38" r="5.45"/>
|
|
986
|
+
<circle class="cls-ScatterBubble-2" cx="38.35" cy="58.6" r="5.06"/>
|
|
987
|
+
<circle class="cls-ScatterBubble-2" cx="15.79" cy="64.05" r="5.06"/>
|
|
988
|
+
<circle class="cls-ScatterBubble-1" cx="28.24" cy="74.55" r="5.06"/>
|
|
989
|
+
<circle class="cls-ScatterBubble-2" cx="57.02" cy="22.04" r="4.28"/>
|
|
990
|
+
</svg>
|
|
991
|
+
`;
|
|
992
|
+
const ScatterLine = `
|
|
993
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
994
|
+
<defs>
|
|
995
|
+
<style>.cls-ScatterLine-1,.cls-ScatterLine-2,.cls-ScatterLine-3,.cls-ScatterLine-4{fill:none;stroke-miterlimit:10;stroke-width:2px;}.cls-ScatterLine-1{stroke:#0f6860;}.cls-ScatterLine-1,.cls-ScatterLine-2,.cls-ScatterLine-3,.cls-ScatterLine-4,.cls-ScatterLine-5,.cls-ScatterLine-7,.cls-ScatterLine-8,.cls-ScatterLine-9{fill-rule:evenodd;}.cls-ScatterLine-2{stroke:#fa8d3d;}.cls-ScatterLine-3{stroke:#f05951;}.cls-ScatterLine-4{stroke:#ab4191;}.cls-ScatterLine-5{fill:#ab4191;}.cls-ScatterLine-6{fill:#fff;}.cls-ScatterLine-7{fill:#f05951;}.cls-ScatterLine-8{fill:#0f6860;}.cls-ScatterLine-9{fill:#fa8d3d;}</style>
|
|
996
|
+
</defs>
|
|
997
|
+
<g id="ChartNames">
|
|
998
|
+
<polyline class="cls-ScatterLine-1" points="26.86 87.32 37.71 81.09 60.66 85.34 75.57 71.13 82.69 60.02 88.09 48.86"/>
|
|
999
|
+
<polyline class="cls-ScatterLine-2" points="10.6 85.36 16.86 76.38 32.22 58.89 55.26 41.45 60.02 31.09 69.79 23.41 88.32 6.3"/>
|
|
1000
|
+
<polyline class="cls-ScatterLine-3" points="60.19 7.22 47.42 10.06 35.31 14.73 18.95 32.1 17.53 50.04 10.44 58.56"/>
|
|
1001
|
+
<polyline class="cls-ScatterLine-4" points="23.58 4.76 10.97 12.44 8.47 29.72"/>
|
|
1002
|
+
<path class="cls-ScatterLine-5" d="M8.69,12.61a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,8.69,12.61Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,9.69,12.61Z"/>
|
|
1003
|
+
<circle class="cls-ScatterLine-6" cx="11.19" cy="12.61" r="1.5"/>
|
|
1004
|
+
<path class="cls-ScatterLine-5" d="M21,4.59a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,21,4.59Zm1,0A1.51,1.51,0,1,1,23.55,6.1,1.5,1.5,0,0,1,22,4.59Z"/>
|
|
1005
|
+
<circle class="cls-ScatterLine-6" cx="23.55" cy="4.59" r="1.5"/>
|
|
1006
|
+
<path class="cls-ScatterLine-5" d="M6,29.64a2.5,2.5,0,1,0,2.5-2.51A2.5,2.5,0,0,0,6,29.64Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,7,29.64Z"/>
|
|
1007
|
+
<circle class="cls-ScatterLine-6" cx="8.52" cy="29.64" r="1.5"/>
|
|
1008
|
+
<path class="cls-ScatterLine-7" d="M57.43,7.26a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,57.43,7.26Zm1,0a1.51,1.51,0,1,1,1.51,1.51A1.51,1.51,0,0,1,58.43,7.26Z"/>
|
|
1009
|
+
<circle class="cls-ScatterLine-6" cx="59.94" cy="7.26" r="1.5"/>
|
|
1010
|
+
<path class="cls-ScatterLine-7" d="M44.74,10.24a2.51,2.51,0,1,0,2.51-2.51A2.51,2.51,0,0,0,44.74,10.24Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,45.75,10.24Z"/>
|
|
1011
|
+
<circle class="cls-ScatterLine-6" cx="47.25" cy="10.24" r="1.5"/>
|
|
1012
|
+
<path class="cls-ScatterLine-7" d="M33.06,14.94a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,33.06,14.94Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,34.06,14.94Z"/>
|
|
1013
|
+
<circle class="cls-ScatterLine-6" cx="35.56" cy="14.94" r="1.5"/>
|
|
1014
|
+
<path class="cls-ScatterLine-7" d="M16.36,32.08a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,16.36,32.08Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.5,1.5,0,0,1,17.36,32.08Z"/>
|
|
1015
|
+
<circle class="cls-ScatterLine-6" cx="18.87" cy="32.08" r="1.5"/>
|
|
1016
|
+
<path class="cls-ScatterLine-7" d="M14.69,50.34a2.51,2.51,0,1,0,2.51-2.51A2.5,2.5,0,0,0,14.69,50.34Zm1,0a1.51,1.51,0,1,1,3,0,1.51,1.51,0,0,1-3,0Z"/>
|
|
1017
|
+
<circle class="cls-ScatterLine-6" cx="17.2" cy="50.34" r="1.5"/>
|
|
1018
|
+
<path class="cls-ScatterLine-7" d="M8,58.24a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,8,58.24Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,9,58.24Z"/>
|
|
1019
|
+
<circle class="cls-ScatterLine-6" cx="10.48" cy="58.24" r="1.5"/>
|
|
1020
|
+
<path class="cls-ScatterLine-8" d="M80.54,60a2.5,2.5,0,1,0,2.5-2.5A2.51,2.51,0,0,0,80.54,60Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,81.54,60Z"/>
|
|
1021
|
+
<circle class="cls-ScatterLine-6" cx="83.04" cy="60.02" r="1.5"/>
|
|
1022
|
+
<path class="cls-ScatterLine-8" d="M85.58,49a2.51,2.51,0,1,0,2.51-2.5A2.51,2.51,0,0,0,85.58,49Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.51,1.51,0,0,1,86.58,49Z"/>
|
|
1023
|
+
<circle class="cls-ScatterLine-6" cx="88.09" cy="49" r="1.5"/>
|
|
1024
|
+
<path class="cls-ScatterLine-8" d="M73.27,71.18a2.51,2.51,0,1,0,2.5-2.5A2.51,2.51,0,0,0,73.27,71.18Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,74.27,71.18Z"/>
|
|
1025
|
+
<circle class="cls-ScatterLine-6" cx="75.77" cy="71.18" r="1.5"/>
|
|
1026
|
+
<path class="cls-ScatterLine-8" d="M58.16,85.65a2.5,2.5,0,1,0,2.5-2.51A2.5,2.5,0,0,0,58.16,85.65Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.51,1.51,0,0,1,59.16,85.65Z"/>
|
|
1027
|
+
<circle class="cls-ScatterLine-6" cx="60.66" cy="85.65" r="1.5"/>
|
|
1028
|
+
<path class="cls-ScatterLine-8" d="M35.2,81.53A2.51,2.51,0,1,0,37.71,79,2.52,2.52,0,0,0,35.2,81.53Zm1,0A1.51,1.51,0,1,1,37.71,83,1.51,1.51,0,0,1,36.2,81.53Z"/>
|
|
1029
|
+
<circle class="cls-ScatterLine-6" cx="37.71" cy="81.53" r="1.5"/>
|
|
1030
|
+
<path class="cls-ScatterLine-8" d="M24.35,87.32a2.51,2.51,0,1,0,2.51-2.51A2.5,2.5,0,0,0,24.35,87.32Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.51,1.51,0,0,1,25.35,87.32Z"/>
|
|
1031
|
+
<circle class="cls-ScatterLine-6" cx="26.86" cy="87.32" r="1.5"/>
|
|
1032
|
+
<path class="cls-ScatterLine-9" d="M8,85.73a2.51,2.51,0,1,0,2.51-2.5A2.52,2.52,0,0,0,8,85.73Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,9,85.73Z"/>
|
|
1033
|
+
<circle class="cls-ScatterLine-6" cx="10.48" cy="85.73" r="1.5"/>
|
|
1034
|
+
<path class="cls-ScatterLine-9" d="M13.36,77.38a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,13.36,77.38Zm1,0a1.51,1.51,0,1,1,1.5,1.51A1.5,1.5,0,0,1,14.36,77.38Z"/>
|
|
1035
|
+
<circle class="cls-ScatterLine-6" cx="15.86" cy="77.38" r="1.5"/>
|
|
1036
|
+
<path class="cls-ScatterLine-9" d="M19,70.71a2.51,2.51,0,1,0,2.51-2.51A2.5,2.5,0,0,0,19,70.71Zm1,0a1.51,1.51,0,1,1,1.51,1.5A1.51,1.51,0,0,1,20,70.71Z"/>
|
|
1037
|
+
<circle class="cls-ScatterLine-6" cx="21.54" cy="70.71" r="1.5"/>
|
|
1038
|
+
<path class="cls-ScatterLine-9" d="M29.44,58.91a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,29.44,58.91Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.51,1.51,0,0,1,30.44,58.91Z"/>
|
|
1039
|
+
<circle class="cls-ScatterLine-6" cx="31.94" cy="58.91" r="1.5"/>
|
|
1040
|
+
<path class="cls-ScatterLine-9" d="M41.41,49.67a2.5,2.5,0,1,0,2.5-2.5A2.5,2.5,0,0,0,41.41,49.67Zm1,0a1.5,1.5,0,1,1,1.5,1.5A1.5,1.5,0,0,1,42.41,49.67Z"/>
|
|
1041
|
+
<circle class="cls-ScatterLine-6" cx="43.91" cy="49.67" r="1.5"/>
|
|
1042
|
+
<path class="cls-ScatterLine-9" d="M52.76,41.66a2.51,2.51,0,1,0,2.5-2.51A2.5,2.5,0,0,0,52.76,41.66Zm1,0a1.51,1.51,0,1,1,1.5,1.5A1.5,1.5,0,0,1,53.76,41.66Z"/>
|
|
1043
|
+
<circle class="cls-ScatterLine-6" cx="55.26" cy="41.66" r="1.5"/>
|
|
1044
|
+
<path class="cls-ScatterLine-9" d="M57.77,31.3a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,57.77,31.3Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,58.77,31.3Z"/>
|
|
1045
|
+
<circle class="cls-ScatterLine-6" cx="60.27" cy="31.3" r="1.5"/>
|
|
1046
|
+
<path class="cls-ScatterLine-9" d="M67.45,23.62a2.51,2.51,0,1,0,2.5-2.5A2.5,2.5,0,0,0,67.45,23.62Zm1,0A1.51,1.51,0,1,1,70,25.13,1.5,1.5,0,0,1,68.45,23.62Z"/>
|
|
1047
|
+
<circle class="cls-ScatterLine-6" cx="69.95" cy="23.62" r="1.5"/>
|
|
1048
|
+
<path class="cls-ScatterLine-9" d="M85.82,6.59a2.5,2.5,0,1,0,2.5-2.5A2.5,2.5,0,0,0,85.82,6.59Zm1,0a1.5,1.5,0,1,1,1.5,1.51A1.5,1.5,0,0,1,86.82,6.59Z"/>
|
|
1049
|
+
<circle class="cls-ScatterLine-6" cx="88.32" cy="6.59" r="1.5"/>
|
|
1050
|
+
</g>
|
|
1051
|
+
</svg>
|
|
1052
|
+
`;
|
|
1053
|
+
const ScatterPoint = `
|
|
1054
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96">
|
|
1055
|
+
<defs>
|
|
1056
|
+
<style>.cls-ScatterPoint-1{fill:#ab4191;}.cls-ScatterPoint-1,.cls-ScatterPoint-3,.cls-ScatterPoint-4{fill-rule:evenodd;}.cls-ScatterPoint-2{fill:#fff;}.cls-ScatterPoint-3{fill:#f05951;}.cls-ScatterPoint-4{fill:#fa8d3d;}</style>
|
|
1057
|
+
</defs>
|
|
1058
|
+
<g id="ChartNames">
|
|
1059
|
+
<path class="cls-ScatterPoint-1" d="M6.42,7.64A2.37,2.37,0,1,0,8.79,5.28,2.37,2.37,0,0,0,6.42,7.64Zm1,0A1.42,1.42,0,1,1,8.79,9.06,1.41,1.41,0,0,1,7.37,7.64Z"/>
|
|
1060
|
+
<circle class="cls-ScatterPoint-2" cx="8.79" cy="7.64" r="1.42"/>
|
|
1061
|
+
<path class="cls-ScatterPoint-1" d="M12.09,10a2.37,2.37,0,1,0,2.37-2.37A2.37,2.37,0,0,0,12.09,10ZM13,10a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,13,10Z"/>
|
|
1062
|
+
<circle class="cls-ScatterPoint-2" cx="14.46" cy="10.01" r="1.42"/>
|
|
1063
|
+
<path class="cls-ScatterPoint-1" d="M22,8.59a2.37,2.37,0,1,0,2.37-2.36A2.37,2.37,0,0,0,22,8.59Zm.95,0A1.42,1.42,0,1,1,24.38,10,1.41,1.41,0,0,1,23,8.59Z"/>
|
|
1064
|
+
<circle class="cls-ScatterPoint-2" cx="24.38" cy="8.59" r="1.42"/>
|
|
1065
|
+
<path class="cls-ScatterPoint-1" d="M14.46,14.73a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,14.46,14.73Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,15.4,14.73Z"/>
|
|
1066
|
+
<circle class="cls-ScatterPoint-2" cx="16.82" cy="14.73" r="1.42"/>
|
|
1067
|
+
<path class="cls-ScatterPoint-1" d="M11.62,31.27A2.37,2.37,0,1,0,14,28.9,2.36,2.36,0,0,0,11.62,31.27Zm1,0A1.42,1.42,0,1,1,14,32.68,1.41,1.41,0,0,1,12.57,31.27Z"/>
|
|
1068
|
+
<circle class="cls-ScatterPoint-2" cx="13.98" cy="31.27" r="1.42"/>
|
|
1069
|
+
<path class="cls-ScatterPoint-1" d="M3.12,28.9a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,3.12,28.9Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.41,1.41,0,0,1,4.06,28.9Z"/>
|
|
1070
|
+
<circle class="cls-ScatterPoint-2" cx="5.48" cy="28.9" r="1.42"/>
|
|
1071
|
+
<path class="cls-ScatterPoint-1" d="M2.64,34.57A2.37,2.37,0,1,0,5,32.21,2.37,2.37,0,0,0,2.64,34.57Zm.95,0A1.42,1.42,0,1,1,5,36,1.41,1.41,0,0,1,3.59,34.57Z"/>
|
|
1072
|
+
<circle class="cls-ScatterPoint-2" cx="5.01" cy="34.57" r="1.42"/>
|
|
1073
|
+
<path class="cls-ScatterPoint-1" d="M.75,37.88a2.37,2.37,0,1,0,2.37-2.36A2.36,2.36,0,0,0,.75,37.88Zm1,0A1.42,1.42,0,1,1,3.12,39.3,1.42,1.42,0,0,1,1.7,37.88Z"/>
|
|
1074
|
+
<circle class="cls-ScatterPoint-2" cx="3.12" cy="37.88" r="1.42"/>
|
|
1075
|
+
<path class="cls-ScatterPoint-1" d="M1.23,44.5a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,1.23,44.5Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,2.17,44.5Z"/>
|
|
1076
|
+
<circle class="cls-ScatterPoint-2" cx="3.59" cy="44.5" r="1.42"/>
|
|
1077
|
+
<path class="cls-ScatterPoint-1" d="M2.64,66.23A2.37,2.37,0,1,0,5,63.87,2.37,2.37,0,0,0,2.64,66.23Zm.95,0A1.42,1.42,0,1,1,5,67.65,1.41,1.41,0,0,1,3.59,66.23Z"/>
|
|
1078
|
+
<circle class="cls-ScatterPoint-2" cx="5.01" cy="66.23" r="1.42"/>
|
|
1079
|
+
<path class="cls-ScatterPoint-1" d="M26.27,75.21a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,26.27,75.21Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,27.21,75.21Z"/>
|
|
1080
|
+
<circle class="cls-ScatterPoint-2" cx="28.63" cy="75.21" r="1.42"/>
|
|
1081
|
+
<path class="cls-ScatterPoint-1" d="M9.73,52.06a2.37,2.37,0,1,0,2.36-2.37A2.36,2.36,0,0,0,9.73,52.06Zm.95,0a1.42,1.42,0,1,1,1.41,1.41A1.41,1.41,0,0,1,10.68,52.06Z"/>
|
|
1082
|
+
<circle class="cls-ScatterPoint-2" cx="12.09" cy="52.06" r="1.42"/>
|
|
1083
|
+
<path class="cls-ScatterPoint-1" d="M14.46,48.75a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,14.46,48.75Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.41,1.41,0,0,1,15.4,48.75Z"/>
|
|
1084
|
+
<circle class="cls-ScatterPoint-2" cx="16.82" cy="48.75" r="1.42"/>
|
|
1085
|
+
<path class="cls-ScatterPoint-1" d="M14.46,41.66a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,14.46,41.66Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,15.4,41.66Z"/>
|
|
1086
|
+
<circle class="cls-ScatterPoint-2" cx="16.82" cy="41.66" r="1.42"/>
|
|
1087
|
+
<path class="cls-ScatterPoint-1" d="M22.49,44.5a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,22.49,44.5Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,23.43,44.5Z"/>
|
|
1088
|
+
<circle class="cls-ScatterPoint-2" cx="24.85" cy="44.5" r="1.42"/>
|
|
1089
|
+
<path class="cls-ScatterPoint-1" d="M30.52,44a2.36,2.36,0,1,0,2.36-2.36A2.37,2.37,0,0,0,30.52,44Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,31.46,44Z"/>
|
|
1090
|
+
<circle class="cls-ScatterPoint-2" cx="32.88" cy="44.02" r="1.42"/>
|
|
1091
|
+
<path class="cls-ScatterPoint-3" d="M19.18,87.88a2.36,2.36,0,1,0,2.36-2.36A2.37,2.37,0,0,0,19.18,87.88Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,20.12,87.88Z"/>
|
|
1092
|
+
<circle class="cls-ScatterPoint-2" cx="21.54" cy="87.88" r="1.42"/>
|
|
1093
|
+
<path class="cls-ScatterPoint-3" d="M30.52,67.65a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,30.52,67.65Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,31.46,67.65Z"/>
|
|
1094
|
+
<circle class="cls-ScatterPoint-2" cx="32.88" cy="67.65" r="1.42"/>
|
|
1095
|
+
<path class="cls-ScatterPoint-3" d="M41.86,51.58a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,41.86,51.58Zm.94,0A1.42,1.42,0,1,1,44.22,53,1.42,1.42,0,0,1,42.8,51.58Z"/>
|
|
1096
|
+
<circle class="cls-ScatterPoint-2" cx="44.22" cy="51.58" r="1.42"/>
|
|
1097
|
+
<path class="cls-ScatterPoint-3" d="M41.86,53.94a2.36,2.36,0,1,0,2.36-2.36A2.37,2.37,0,0,0,41.86,53.94Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,42.8,53.94Z"/>
|
|
1098
|
+
<circle class="cls-ScatterPoint-2" cx="44.22" cy="53.94" r="1.42"/>
|
|
1099
|
+
<path class="cls-ScatterPoint-3" d="M41.86,63.39A2.36,2.36,0,1,0,44.22,61,2.37,2.37,0,0,0,41.86,63.39Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,42.8,63.39Z"/>
|
|
1100
|
+
<circle class="cls-ScatterPoint-2" cx="44.22" cy="63.39" r="1.42"/>
|
|
1101
|
+
<path class="cls-ScatterPoint-3" d="M41.86,71.43a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,41.86,71.43Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,42.8,71.43Z"/>
|
|
1102
|
+
<circle class="cls-ScatterPoint-2" cx="44.22" cy="71.43" r="1.42"/>
|
|
1103
|
+
<path class="cls-ScatterPoint-3" d="M53.2,83.24a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,53.2,83.24Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,54.14,83.24Z"/>
|
|
1104
|
+
<circle class="cls-ScatterPoint-2" cx="55.56" cy="83.24" r="1.42"/>
|
|
1105
|
+
<path class="cls-ScatterPoint-3" d="M64.06,75.21a2.37,2.37,0,1,0,2.37-2.37A2.37,2.37,0,0,0,64.06,75.21Zm1,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,65,75.21Z"/>
|
|
1106
|
+
<circle class="cls-ScatterPoint-2" cx="66.43" cy="75.21" r="1.42"/>
|
|
1107
|
+
<path class="cls-ScatterPoint-3" d="M64.06,63.39A2.37,2.37,0,1,0,66.43,61,2.37,2.37,0,0,0,64.06,63.39Zm1,0a1.42,1.42,0,1,1,1.42,1.42A1.41,1.41,0,0,1,65,63.39Z"/>
|
|
1108
|
+
<circle class="cls-ScatterPoint-2" cx="66.43" cy="63.39" r="1.42"/>
|
|
1109
|
+
<path class="cls-ScatterPoint-3" d="M75.4,71.43a2.37,2.37,0,1,0,2.36-2.37A2.36,2.36,0,0,0,75.4,71.43Zm.95,0a1.42,1.42,0,1,1,1.41,1.41A1.41,1.41,0,0,1,76.35,71.43Z"/>
|
|
1110
|
+
<circle class="cls-ScatterPoint-2" cx="77.76" cy="71.43" r="1.42"/>
|
|
1111
|
+
<path class="cls-ScatterPoint-3" d="M75.4,55.83a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,75.4,55.83Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,55.83Z"/>
|
|
1112
|
+
<circle class="cls-ScatterPoint-2" cx="77.76" cy="55.83" r="1.42"/>
|
|
1113
|
+
<path class="cls-ScatterPoint-3" d="M75.4,24.81a2.37,2.37,0,1,0,2.36-2.36A2.36,2.36,0,0,0,75.4,24.81Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,24.81Z"/>
|
|
1114
|
+
<circle class="cls-ScatterPoint-2" cx="77.76" cy="24.81" r="1.42"/>
|
|
1115
|
+
<path class="cls-ScatterPoint-3" d="M75.4,22a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,75.4,22Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,22Z"/>
|
|
1116
|
+
<circle class="cls-ScatterPoint-2" cx="77.76" cy="21.97" r="1.42"/>
|
|
1117
|
+
<path class="cls-ScatterPoint-3" d="M86.74,84.1a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,86.74,84.1Zm1,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,87.69,84.1Z"/>
|
|
1118
|
+
<circle class="cls-ScatterPoint-2" cx="89.1" cy="84.1" r="1.42"/>
|
|
1119
|
+
<path class="cls-ScatterPoint-3" d="M86.74,71a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,86.74,71Zm1,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,87.69,71Z"/>
|
|
1120
|
+
<circle class="cls-ScatterPoint-2" cx="89.1" cy="70.95" r="1.42"/>
|
|
1121
|
+
<path class="cls-ScatterPoint-3" d="M41.86,88.36A2.36,2.36,0,1,0,44.22,86,2.36,2.36,0,0,0,41.86,88.36Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,42.8,88.36Z"/>
|
|
1122
|
+
<circle class="cls-ScatterPoint-2" cx="44.22" cy="88.36" r="1.42"/>
|
|
1123
|
+
<path class="cls-ScatterPoint-3" d="M30.52,71.43a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,30.52,71.43Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,31.46,71.43Z"/>
|
|
1124
|
+
<circle class="cls-ScatterPoint-2" cx="32.88" cy="71.43" r="1.42"/>
|
|
1125
|
+
<path class="cls-ScatterPoint-4" d="M19.65,64.34A2.37,2.37,0,1,0,22,62,2.36,2.36,0,0,0,19.65,64.34Zm1,0A1.42,1.42,0,1,1,22,65.76,1.41,1.41,0,0,1,20.6,64.34Z"/>
|
|
1126
|
+
<circle class="cls-ScatterPoint-2" cx="22.01" cy="64.34" r="1.42"/>
|
|
1127
|
+
<path class="cls-ScatterPoint-4" d="M30.52,50.64a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,30.52,50.64Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,31.46,50.64Z"/>
|
|
1128
|
+
<circle class="cls-ScatterPoint-2" cx="32.88" cy="50.64" r="1.42"/>
|
|
1129
|
+
<path class="cls-ScatterPoint-4" d="M30.52,62.92a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,30.52,62.92Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,31.46,62.92Z"/>
|
|
1130
|
+
<circle class="cls-ScatterPoint-2" cx="32.88" cy="62.92" r="1.42"/>
|
|
1131
|
+
<path class="cls-ScatterPoint-4" d="M30.52,79a2.36,2.36,0,1,0,2.36-2.37A2.36,2.36,0,0,0,30.52,79Zm.94,0a1.42,1.42,0,1,1,1.42,1.41A1.42,1.42,0,0,1,31.46,79Z"/>
|
|
1132
|
+
<circle class="cls-ScatterPoint-2" cx="32.88" cy="78.99" r="1.42"/>
|
|
1133
|
+
<path class="cls-ScatterPoint-4" d="M41.86,68.12a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,41.86,68.12Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.42,1.42,0,0,1,42.8,68.12Z"/>
|
|
1134
|
+
<circle class="cls-ScatterPoint-2" cx="44.22" cy="68.12" r="1.42"/>
|
|
1135
|
+
<path class="cls-ScatterPoint-4" d="M53.2,56.78a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,53.2,56.78Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,54.14,56.78Z"/>
|
|
1136
|
+
<circle class="cls-ScatterPoint-2" cx="55.56" cy="56.78" r="1.42"/>
|
|
1137
|
+
<path class="cls-ScatterPoint-4" d="M53.2,76.15a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,53.2,76.15Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,54.14,76.15Z"/>
|
|
1138
|
+
<circle class="cls-ScatterPoint-2" cx="55.56" cy="76.15" r="1.42"/>
|
|
1139
|
+
<path class="cls-ScatterPoint-4" d="M41.86,85.52a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,41.86,85.52Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,42.8,85.52Z"/>
|
|
1140
|
+
<circle class="cls-ScatterPoint-2" cx="44.22" cy="85.52" r="1.42"/>
|
|
1141
|
+
<path class="cls-ScatterPoint-4" d="M64.06,83.24a2.37,2.37,0,1,0,2.37-2.36A2.37,2.37,0,0,0,64.06,83.24Zm1,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,65,83.24Z"/>
|
|
1142
|
+
<circle class="cls-ScatterPoint-2" cx="66.43" cy="83.24" r="1.42"/>
|
|
1143
|
+
<path class="cls-ScatterPoint-4" d="M75.4,75.68a2.37,2.37,0,1,0,2.36-2.36A2.36,2.36,0,0,0,75.4,75.68Zm.95,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,76.35,75.68Z"/>
|
|
1144
|
+
<circle class="cls-ScatterPoint-2" cx="77.76" cy="75.68" r="1.42"/>
|
|
1145
|
+
<path class="cls-ScatterPoint-4" d="M77.76,75.21a2.37,2.37,0,1,0,2.37-2.37A2.37,2.37,0,0,0,77.76,75.21Zm.95,0a1.42,1.42,0,1,1,1.42,1.41A1.41,1.41,0,0,1,78.71,75.21Z"/>
|
|
1146
|
+
<circle class="cls-ScatterPoint-2" cx="80.13" cy="75.21" r="1.42"/>
|
|
1147
|
+
<path class="cls-ScatterPoint-4" d="M86.27,54.89a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,86.27,54.89Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,87.21,54.89Z"/>
|
|
1148
|
+
<circle class="cls-ScatterPoint-2" cx="88.63" cy="54.89" r="1.42"/>
|
|
1149
|
+
<path class="cls-ScatterPoint-4" d="M90.52,71a2.37,2.37,0,1,0,2.36-2.36A2.37,2.37,0,0,0,90.52,71Zm1,0a1.42,1.42,0,1,1,1.41,1.42A1.41,1.41,0,0,1,91.47,71Z"/>
|
|
1150
|
+
<circle class="cls-ScatterPoint-2" cx="92.88" cy="70.95" r="1.42"/>
|
|
1151
|
+
<path class="cls-ScatterPoint-4" d="M86.74,88.36A2.37,2.37,0,1,0,89.1,86,2.36,2.36,0,0,0,86.74,88.36Zm1,0a1.42,1.42,0,1,1,1.41,1.41A1.41,1.41,0,0,1,87.69,88.36Z"/>
|
|
1152
|
+
<circle class="cls-ScatterPoint-2" cx="89.1" cy="88.36" r="1.42"/>
|
|
1153
|
+
<path class="cls-ScatterPoint-4" d="M30.52,83.71a2.36,2.36,0,1,0,2.36-2.36A2.36,2.36,0,0,0,30.52,83.71Zm.94,0a1.42,1.42,0,1,1,1.42,1.42A1.43,1.43,0,0,1,31.46,83.71Z"/>
|
|
1154
|
+
<circle class="cls-ScatterPoint-2" cx="32.88" cy="83.71" r="1.42"/>
|
|
1155
|
+
</g>
|
|
1156
|
+
</svg>
|
|
1157
|
+
`;
|
|
1158
|
+
|
|
1159
|
+
var charts = /*#__PURE__*/Object.freeze({
|
|
1160
|
+
__proto__: null,
|
|
1161
|
+
Area100Stacked: Area100Stacked,
|
|
1162
|
+
AreaGrouped: AreaGrouped,
|
|
1163
|
+
AreaStacked: AreaStacked,
|
|
1164
|
+
Bar100Stacked: Bar100Stacked,
|
|
1165
|
+
BarGrouped: BarGrouped,
|
|
1166
|
+
BarStacked: BarStacked,
|
|
1167
|
+
Column100Stacked: Column100Stacked,
|
|
1168
|
+
ColumnGrouped: ColumnGrouped,
|
|
1169
|
+
ColumnStacked: ColumnStacked,
|
|
1170
|
+
Line100Stacked: Line100Stacked,
|
|
1171
|
+
LineGrouped: LineGrouped,
|
|
1172
|
+
LineStacked: LineStacked,
|
|
1173
|
+
Pie: Pie,
|
|
1174
|
+
ScatterBubble: ScatterBubble,
|
|
1175
|
+
ScatterLine: ScatterLine,
|
|
1176
|
+
ScatterPoint: ScatterPoint
|
|
1177
|
+
});
|
|
1178
|
+
|
|
1179
|
+
class SvgPipe {
|
|
1180
|
+
constructor(sanitizer) {
|
|
1181
|
+
this.sanitizer = sanitizer;
|
|
1182
|
+
}
|
|
1183
|
+
transform(markup) {
|
|
1184
|
+
return this.sanitizer.bypassSecurityTrustHtml(markup);
|
|
1106
1185
|
}
|
|
1107
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1108
|
-
static { this.ɵ
|
|
1186
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: SvgPipe, deps: [{ token: i1$1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Pipe }); }
|
|
1187
|
+
static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "19.1.3", ngImport: i0, type: SvgPipe, isStandalone: true, name: "svg" }); }
|
|
1109
1188
|
}
|
|
1110
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1111
|
-
type:
|
|
1189
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: SvgPipe, decorators: [{
|
|
1190
|
+
type: Pipe,
|
|
1112
1191
|
args: [{
|
|
1113
|
-
|
|
1192
|
+
name: 'svg',
|
|
1114
1193
|
}]
|
|
1115
|
-
}], ctorParameters: () => [{ type: i1$1.
|
|
1116
|
-
type: Input
|
|
1117
|
-
}], formatColors: [{
|
|
1118
|
-
type: Input
|
|
1119
|
-
}], onFormattersReady: [{
|
|
1120
|
-
type: Output
|
|
1121
|
-
}] } });
|
|
1122
|
-
|
|
1123
|
-
// tslint:disable: max-line-length
|
|
1124
|
-
class SeriesFactory {
|
|
1125
|
-
create(type) {
|
|
1126
|
-
return new type();
|
|
1127
|
-
}
|
|
1128
|
-
}
|
|
1129
|
-
class ChartInitializer {
|
|
1130
|
-
constructor() {
|
|
1131
|
-
this.seriesFactory = new SeriesFactory();
|
|
1132
|
-
}
|
|
1133
|
-
applyOptions(target, options) {
|
|
1134
|
-
if (options) {
|
|
1135
|
-
Object.keys(options).forEach(key => {
|
|
1136
|
-
if (target[key] instanceof EventEmitter) {
|
|
1137
|
-
target[key].subscribe(options[key]);
|
|
1138
|
-
}
|
|
1139
|
-
else {
|
|
1140
|
-
target[key] = options[key];
|
|
1141
|
-
}
|
|
1142
|
-
});
|
|
1143
|
-
}
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
class IgxPieChartInitializer extends ChartInitializer {
|
|
1147
|
-
constructor() {
|
|
1148
|
-
super();
|
|
1149
|
-
}
|
|
1150
|
-
initChart(chart, options) {
|
|
1151
|
-
this.applyOptions(chart, options.chartOptions);
|
|
1152
|
-
return chart;
|
|
1153
|
-
}
|
|
1154
|
-
}
|
|
1155
|
-
class IgxDataChartInitializer extends ChartInitializer {
|
|
1156
|
-
constructor(seriesType) {
|
|
1157
|
-
super();
|
|
1158
|
-
switch (seriesType) {
|
|
1159
|
-
case IgxBarSeriesComponent:
|
|
1160
|
-
this.xAxis = new IgxNumericXAxisComponent();
|
|
1161
|
-
this.yAxis = new IgxCategoryYAxisComponent();
|
|
1162
|
-
break;
|
|
1163
|
-
case IgxScatterSeriesComponent:
|
|
1164
|
-
case IgxBubbleSeriesComponent:
|
|
1165
|
-
case IgxScatterLineSeriesComponent:
|
|
1166
|
-
this.xAxis = new IgxNumericXAxisComponent();
|
|
1167
|
-
this.yAxis = new IgxNumericYAxisComponent();
|
|
1168
|
-
break;
|
|
1169
|
-
default:
|
|
1170
|
-
this.xAxis = new IgxCategoryXAxisComponent();
|
|
1171
|
-
this.yAxis = new IgxNumericYAxisComponent();
|
|
1172
|
-
}
|
|
1173
|
-
this.seriesType = seriesType;
|
|
1174
|
-
}
|
|
1175
|
-
initChart(chart, options) {
|
|
1176
|
-
options.seriesOptions.forEach((option) => {
|
|
1177
|
-
const series = this.seriesFactory.create(this.seriesType);
|
|
1178
|
-
series.xAxis = this.xAxis;
|
|
1179
|
-
series.yAxis = this.yAxis;
|
|
1180
|
-
this.applyOptions(series, option);
|
|
1181
|
-
chart.series.add(series);
|
|
1182
|
-
});
|
|
1183
|
-
this.applyOptions(chart, options.chartOptions);
|
|
1184
|
-
this.applyOptions(this.xAxis, options.xAxisOptions);
|
|
1185
|
-
this.applyOptions(this.yAxis, options.yAxisOptions);
|
|
1186
|
-
chart.axes.add(this.xAxis);
|
|
1187
|
-
chart.axes.add(this.yAxis);
|
|
1188
|
-
return chart;
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
class IgxStackedDataChartInitializer extends ChartInitializer {
|
|
1192
|
-
constructor(seriesType) {
|
|
1193
|
-
super();
|
|
1194
|
-
if (seriesType === IgxStackedBarSeriesComponent || seriesType === IgxStacked100BarSeriesComponent) {
|
|
1195
|
-
this.xAxis = new IgxNumericXAxisComponent();
|
|
1196
|
-
this.yAxis = new IgxCategoryYAxisComponent();
|
|
1197
|
-
}
|
|
1198
|
-
else {
|
|
1199
|
-
this.xAxis = new IgxCategoryXAxisComponent();
|
|
1200
|
-
this.yAxis = new IgxNumericYAxisComponent();
|
|
1201
|
-
}
|
|
1202
|
-
this.seriesType = seriesType;
|
|
1203
|
-
}
|
|
1204
|
-
initChart(chart, options) {
|
|
1205
|
-
const series = this.seriesFactory.create(this.seriesType);
|
|
1206
|
-
series.xAxis = this.xAxis;
|
|
1207
|
-
series.yAxis = this.yAxis;
|
|
1208
|
-
options.stackedFragmentOptions.forEach(fragOpt => {
|
|
1209
|
-
const frag = new IgxStackedFragmentSeriesComponent();
|
|
1210
|
-
this.applyOptions(frag, fragOpt);
|
|
1211
|
-
series.series.add(frag);
|
|
1212
|
-
});
|
|
1213
|
-
this.applyOptions(series, options.seriesOptions);
|
|
1214
|
-
this.applyOptions(chart, options.chartOptions);
|
|
1215
|
-
this.applyOptions(this.xAxis, options.xAxisOptions);
|
|
1216
|
-
this.applyOptions(this.yAxis, options.yAxisOptions);
|
|
1217
|
-
chart.series.add(series);
|
|
1218
|
-
chart.axes.add(this.xAxis);
|
|
1219
|
-
chart.axes.add(this.yAxis);
|
|
1220
|
-
return chart;
|
|
1221
|
-
}
|
|
1222
|
-
}
|
|
1194
|
+
}], ctorParameters: () => [{ type: i1$1.DomSanitizer }] });
|
|
1223
1195
|
|
|
1224
|
-
class
|
|
1225
|
-
get
|
|
1226
|
-
return this.
|
|
1227
|
-
}
|
|
1228
|
-
set chartData(selectedData) {
|
|
1229
|
-
const charts = new Set(this._dataChartTypes);
|
|
1230
|
-
const dataModel = selectedData.length ? selectedData[0] : {};
|
|
1231
|
-
this._labelMemberPaths = Object.keys(dataModel).filter(key => typeof dataModel[key] === 'string');
|
|
1232
|
-
this._valueMemberPaths = Object.keys(dataModel).filter(key => typeof dataModel[key] === 'number');
|
|
1233
|
-
this._chartData = selectedData.map((dataRecord, index) => this.addIndexMemberPath(dataRecord, index + 1));
|
|
1234
|
-
const args = {
|
|
1235
|
-
chartsAvailabilty: new Map(),
|
|
1236
|
-
chartsForCreation: []
|
|
1237
|
-
};
|
|
1238
|
-
if (selectedData.length === 0 || this._valueMemberPaths.length === 0) {
|
|
1239
|
-
this.onChartTypesDetermined.emit(args);
|
|
1240
|
-
return;
|
|
1241
|
-
}
|
|
1242
|
-
if (selectedData.length === 1) {
|
|
1243
|
-
charts.forEach((chart, _, set) => {
|
|
1244
|
-
const isColumnChart = chart.indexOf('Column') !== -1;
|
|
1245
|
-
const isBarChart = chart.indexOf('Bar') !== -1;
|
|
1246
|
-
const isPieChart = chart.indexOf('Pie') !== -1;
|
|
1247
|
-
if (!(isColumnChart || isBarChart || isPieChart)) {
|
|
1248
|
-
set.delete(chart);
|
|
1249
|
-
}
|
|
1250
|
-
});
|
|
1251
|
-
}
|
|
1252
|
-
// Config pie chart
|
|
1253
|
-
const cannotCreatePieChart = selectedData.some(record => record[this._valueMemberPaths[0]] <= 0);
|
|
1254
|
-
if (cannotCreatePieChart) {
|
|
1255
|
-
charts.delete(CHART_TYPE.PIE);
|
|
1256
|
-
}
|
|
1257
|
-
// Config scatter chart member paths
|
|
1258
|
-
const canCreateScatterChart = this._valueMemberPaths.length >= 2;
|
|
1259
|
-
const canCreateBubbleChart = this._valueMemberPaths.length >= 3;
|
|
1260
|
-
if (!canCreateScatterChart) {
|
|
1261
|
-
charts.delete(CHART_TYPE.SCATTER_BUBBLE);
|
|
1262
|
-
charts.delete(CHART_TYPE.SCATTER_LINE);
|
|
1263
|
-
charts.delete(CHART_TYPE.SCATTER_POINT);
|
|
1264
|
-
}
|
|
1265
|
-
if (!canCreateBubbleChart) {
|
|
1266
|
-
charts.delete(CHART_TYPE.SCATTER_BUBBLE);
|
|
1267
|
-
}
|
|
1268
|
-
args.chartsAvailabilty = this.chartTypesAvailability;
|
|
1269
|
-
args.chartsForCreation = [...charts];
|
|
1270
|
-
this.onChartTypesDetermined.emit(args);
|
|
1196
|
+
class IgxChartMenuComponent {
|
|
1197
|
+
get width() {
|
|
1198
|
+
return this.fullScreen ? this._width : 0.7 * this._width;
|
|
1271
1199
|
}
|
|
1272
|
-
set
|
|
1273
|
-
this.
|
|
1200
|
+
set width(value) {
|
|
1201
|
+
this._width = value;
|
|
1274
1202
|
}
|
|
1275
|
-
get
|
|
1276
|
-
return this.
|
|
1277
|
-
this._valueMemberPaths.indexOf(this._scatterChartYAxisValueMemberPath) !== -1 ?
|
|
1278
|
-
this._scatterChartYAxisValueMemberPath : this._valueMemberPaths[0];
|
|
1203
|
+
get height() {
|
|
1204
|
+
return this.fullScreen ? this._height : 0.7 * this._height;
|
|
1279
1205
|
}
|
|
1280
|
-
set
|
|
1281
|
-
this.
|
|
1206
|
+
set height(value) {
|
|
1207
|
+
this._height = value;
|
|
1282
1208
|
}
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1209
|
+
constructor(element) {
|
|
1210
|
+
this.element = element;
|
|
1211
|
+
this.onClose = new EventEmitter();
|
|
1212
|
+
this.chartDialogResizeNotify = new Subject();
|
|
1213
|
+
this.allCharts = [];
|
|
1214
|
+
this.fullScreen = false;
|
|
1215
|
+
this.isConfigAreaExpanded = false;
|
|
1216
|
+
this.mainChartTypes = ['Column', 'Area', 'Bar', 'Line', 'Scatter', 'Pie'];
|
|
1217
|
+
this.images = charts;
|
|
1287
1218
|
}
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1219
|
+
ngAfterViewInit() {
|
|
1220
|
+
this.contentObserver = new ResizeObserver((args) => this.chartDialogResizeNotify.next(args));
|
|
1221
|
+
this.contentObserver.observe(this.element.nativeElement);
|
|
1222
|
+
this.createChart(this.currentChartType);
|
|
1291
1223
|
}
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
width: '85%',
|
|
1295
|
-
height: '75%',
|
|
1296
|
-
dataSource: this.chartData,
|
|
1297
|
-
valueMemberPath: this._valueMemberPaths[0],
|
|
1298
|
-
legendLabelMemberPath: this._labelMemberPath,
|
|
1299
|
-
labelMemberPath: this._labelMemberPath,
|
|
1300
|
-
};
|
|
1224
|
+
toggleFullScreen() {
|
|
1225
|
+
this.fullScreen = !this.fullScreen;
|
|
1301
1226
|
}
|
|
1302
|
-
|
|
1303
|
-
return
|
|
1304
|
-
width: '100%',
|
|
1305
|
-
height: '85%',
|
|
1306
|
-
autoMarginWidth: 50,
|
|
1307
|
-
isVerticalZoomEnabled: true,
|
|
1308
|
-
isHorizontalZoomEnabled: true,
|
|
1309
|
-
dataSource: this.chartData
|
|
1310
|
-
};
|
|
1227
|
+
hasAvailableChart(chartType) {
|
|
1228
|
+
return this.allCharts.some(c => c.includes(chartType));
|
|
1311
1229
|
}
|
|
1312
|
-
|
|
1313
|
-
this.
|
|
1314
|
-
this.
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
this.
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1230
|
+
createChart(chartType) {
|
|
1231
|
+
this.currentChartType = chartType;
|
|
1232
|
+
this.title = chartType.split(/(?=[A-Z])/).toString().replace(',', ' ');
|
|
1233
|
+
try {
|
|
1234
|
+
this.chartArea.clear();
|
|
1235
|
+
}
|
|
1236
|
+
catch (e) { }
|
|
1237
|
+
this.chartDirective.chartFactory(chartType, this.chartArea);
|
|
1238
|
+
}
|
|
1239
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxChartMenuComponent, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1240
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.3", type: IgxChartMenuComponent, isStandalone: true, selector: "igx-chart-menu", outputs: { onClose: "onClose" }, host: { properties: { "style.width.px": "this.width", "style.height.px": "this.height" } }, viewQueries: [{ propertyName: "chartArea", first: true, predicate: ["chartArea"], descendants: true, read: ViewContainerRef }], ngImport: i0, template: "<div class=\"header\">\r\n <span class=\"header-text\">\r\n {{ title }} Chart\r\n </span>\r\n <span class=\"action-buttons-wrapper\">\r\n <button igxIconButton=\"flat\" (click)=\"toggleFullScreen()\">\r\n <igx-icon class=\"material\">fullscreen{{fullScreen ? '_exit' : ''}}</igx-icon>\r\n </button>\r\n <button igxIconButton=\"flat\" (click)=\"onClose.emit()\">\r\n <igx-icon class=\"material\">close</igx-icon>\r\n </button>\r\n </span>\r\n</div>\r\n<div class=\"selection-area ig-scrollbar\">\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"chart-area\" [ngClass]=\"{'expanded': isConfigAreaExpanded}\">\r\n <ng-template #chartArea ></ng-template>\r\n </div>\r\n <div>\r\n <button igxIconButton=\"flat\" igxRipple (click)=\"isConfigAreaExpanded = !isConfigAreaExpanded\">\r\n <igx-icon family=\"material\">chevron_{{ isConfigAreaExpanded ? 'left': 'right'}}</igx-icon>\r\n </button>\r\n </div>\r\n <div #configArea [ngClass]=\"{'chart-config-area': true, 'opened': !isConfigAreaExpanded, 'closed': isConfigAreaExpanded }\">\r\n <div class=\"config-area-header\">\r\n <span>Chart Types</span>\r\n </div>\r\n <igx-divider class=\"divider\"></igx-divider>\r\n <div class=\"wrapper\" *ngFor=\"let chartType of mainChartTypes\">\r\n <ng-container *ngIf=\"hasAvailableChart(chartType)\">\r\n <div>{{chartType | titlecase}} Chart</div>\r\n <div class=\"types-section\">\r\n <ng-container *ngFor=\"let chart of allCharts\">\r\n <span *ngIf=\"chart.startsWith(chartType)\" class=\"types-section-btn\" title=\"{{chart}}\"\r\n [ngClass]=\"{'selected': chart === currentChartType}\" (click)=\"createChart(chart)\">\r\n <div [innerHTML]=\"images[chart] | svg\">\r\n </div>\r\n </span>\r\n </ng-container>\r\n </div>\r\n <igx-divider></igx-divider>\r\n </ng-container>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".ig-chart-legend-items-list{height:20%;display:inline-flex;flex-wrap:wrap;margin-bottom:1rem}igx-chart-menu{display:flex;flex-flow:column;overflow:hidden;background-color:#fff;transition:width .2s ease-in-out,height .3s ease-in-out}.header{height:10%;background-color:#e0e0e0;display:flex;font-size:1.8rem}.header .action-buttons-wrapper{margin-left:auto;margin-right:10px;align-self:center}.header .header-text{margin-right:auto;align-self:center;margin-left:3rem}.selection-area,.selection-area .ig-scrollbar{--sb-size: var(--ig-scrollbar-sb-size, 1rem);--sb-thumb-min-height: var(--ig-scrollbar-sb-thumb-min-height, 2rem);--sb-thumb-bg-color: var(--ig-scrollbar-sb-thumb-bg-color, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-bg-color-hover: var(--ig-scrollbar-sb-thumb-bg-color-hover, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-border-color: var(--ig-scrollbar-sb-thumb-border-color, transparent);--sb-thumb-border-size: var(--ig-scrollbar-sb-thumb-border-size, 0);--sb-thumb-border-radius: var(--ig-scrollbar-sb-thumb-border-radius, 0);--sb-track-bg-color: var(--ig-scrollbar-sb-track-bg-color, hsl(from var(--ig-gray-100) h s l/1));--sb-track-bg-color-hover: var(--ig-scrollbar-sb-track-bg-color-hover, hsl(from var(--ig-gray-100) h s l/1));--sb-track-border-color: var(--ig-scrollbar-sb-track-border-color, transparent);--sb-track-border-size: var(--ig-scrollbar-sb-track-border-size, 0);--sb-corner-bg: var(--ig-scrollbar-sb-corner-bg, hsl(from var(--ig-gray-100) h s l/1));--sb-corner-border-color: var(--ig-scrollbar-sb-corner-border-color, transparent);--sb-corner-border-size: var(--ig-scrollbar-sb-corner-border-size, 0);--theme: var(--ig-scrollbar-theme, material)}@-moz-document url-prefix(){}.selection-area{width:100%;height:90%;display:inline-flex;flex-flow:row}.selection-area .chart-area{margin-top:1rem;overflow-y:hidden;overflow-x:hidden;width:100%}.selection-area .chart-config-area{transition:all;transition-duration:.3s;transition-timing-function:ease-in-out}.selection-area .chart-config-area.opened{width:25%;overflow-y:auto;overflow-x:hidden}.selection-area .chart-config-area.closed{width:0;transform:translate(100%)}.selection-area .chart-config-area .config-area-header{margin-bottom:3px;font-size:1rem;font-weight:700;text-align:center}.selection-area .chart-config-area .types-section-btn{width:40%;margin-right:5px;cursor:pointer}.selection-area .chart-config-area .types-section-btn.selected{opacity:.5}.selection-area .wrapper{padding:3px}.selection-area .wrapper .types-section{display:flex;flex-wrap:wrap}.selection-area .wrapper .igx-divider{margin:5px!important;background:#000!important}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1$2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: i1$2.TitleCasePipe, name: "titlecase" }, { kind: "component", type: IgxIconComponent, selector: "igx-icon", inputs: ["family", "name", "active"] }, { kind: "pipe", type: SvgPipe, name: "svg" }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
1241
|
+
}
|
|
1242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxChartMenuComponent, decorators: [{
|
|
1243
|
+
type: Component,
|
|
1244
|
+
args: [{ selector: 'igx-chart-menu', encapsulation: ViewEncapsulation.None, imports: [CommonModule, IgxIconComponent, SvgPipe], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<div class=\"header\">\r\n <span class=\"header-text\">\r\n {{ title }} Chart\r\n </span>\r\n <span class=\"action-buttons-wrapper\">\r\n <button igxIconButton=\"flat\" (click)=\"toggleFullScreen()\">\r\n <igx-icon class=\"material\">fullscreen{{fullScreen ? '_exit' : ''}}</igx-icon>\r\n </button>\r\n <button igxIconButton=\"flat\" (click)=\"onClose.emit()\">\r\n <igx-icon class=\"material\">close</igx-icon>\r\n </button>\r\n </span>\r\n</div>\r\n<div class=\"selection-area ig-scrollbar\">\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"chart-area\" [ngClass]=\"{'expanded': isConfigAreaExpanded}\">\r\n <ng-template #chartArea ></ng-template>\r\n </div>\r\n <div>\r\n <button igxIconButton=\"flat\" igxRipple (click)=\"isConfigAreaExpanded = !isConfigAreaExpanded\">\r\n <igx-icon family=\"material\">chevron_{{ isConfigAreaExpanded ? 'left': 'right'}}</igx-icon>\r\n </button>\r\n </div>\r\n <div #configArea [ngClass]=\"{'chart-config-area': true, 'opened': !isConfigAreaExpanded, 'closed': isConfigAreaExpanded }\">\r\n <div class=\"config-area-header\">\r\n <span>Chart Types</span>\r\n </div>\r\n <igx-divider class=\"divider\"></igx-divider>\r\n <div class=\"wrapper\" *ngFor=\"let chartType of mainChartTypes\">\r\n <ng-container *ngIf=\"hasAvailableChart(chartType)\">\r\n <div>{{chartType | titlecase}} Chart</div>\r\n <div class=\"types-section\">\r\n <ng-container *ngFor=\"let chart of allCharts\">\r\n <span *ngIf=\"chart.startsWith(chartType)\" class=\"types-section-btn\" title=\"{{chart}}\"\r\n [ngClass]=\"{'selected': chart === currentChartType}\" (click)=\"createChart(chart)\">\r\n <div [innerHTML]=\"images[chart] | svg\">\r\n </div>\r\n </span>\r\n </ng-container>\r\n </div>\r\n <igx-divider></igx-divider>\r\n </ng-container>\r\n </div>\r\n </div>\r\n</div>\r\n", styles: [".ig-chart-legend-items-list{height:20%;display:inline-flex;flex-wrap:wrap;margin-bottom:1rem}igx-chart-menu{display:flex;flex-flow:column;overflow:hidden;background-color:#fff;transition:width .2s ease-in-out,height .3s ease-in-out}.header{height:10%;background-color:#e0e0e0;display:flex;font-size:1.8rem}.header .action-buttons-wrapper{margin-left:auto;margin-right:10px;align-self:center}.header .header-text{margin-right:auto;align-self:center;margin-left:3rem}.selection-area,.selection-area .ig-scrollbar{--sb-size: var(--ig-scrollbar-sb-size, 1rem);--sb-thumb-min-height: var(--ig-scrollbar-sb-thumb-min-height, 2rem);--sb-thumb-bg-color: var(--ig-scrollbar-sb-thumb-bg-color, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-bg-color-hover: var(--ig-scrollbar-sb-thumb-bg-color-hover, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-border-color: var(--ig-scrollbar-sb-thumb-border-color, transparent);--sb-thumb-border-size: var(--ig-scrollbar-sb-thumb-border-size, 0);--sb-thumb-border-radius: var(--ig-scrollbar-sb-thumb-border-radius, 0);--sb-track-bg-color: var(--ig-scrollbar-sb-track-bg-color, hsl(from var(--ig-gray-100) h s l/1));--sb-track-bg-color-hover: var(--ig-scrollbar-sb-track-bg-color-hover, hsl(from var(--ig-gray-100) h s l/1));--sb-track-border-color: var(--ig-scrollbar-sb-track-border-color, transparent);--sb-track-border-size: var(--ig-scrollbar-sb-track-border-size, 0);--sb-corner-bg: var(--ig-scrollbar-sb-corner-bg, hsl(from var(--ig-gray-100) h s l/1));--sb-corner-border-color: var(--ig-scrollbar-sb-corner-border-color, transparent);--sb-corner-border-size: var(--ig-scrollbar-sb-corner-border-size, 0);--theme: var(--ig-scrollbar-theme, material)}@-moz-document url-prefix(){}.selection-area{width:100%;height:90%;display:inline-flex;flex-flow:row}.selection-area .chart-area{margin-top:1rem;overflow-y:hidden;overflow-x:hidden;width:100%}.selection-area .chart-config-area{transition:all;transition-duration:.3s;transition-timing-function:ease-in-out}.selection-area .chart-config-area.opened{width:25%;overflow-y:auto;overflow-x:hidden}.selection-area .chart-config-area.closed{width:0;transform:translate(100%)}.selection-area .chart-config-area .config-area-header{margin-bottom:3px;font-size:1rem;font-weight:700;text-align:center}.selection-area .chart-config-area .types-section-btn{width:40%;margin-right:5px;cursor:pointer}.selection-area .chart-config-area .types-section-btn.selected{opacity:.5}.selection-area .wrapper{padding:3px}.selection-area .wrapper .types-section{display:flex;flex-wrap:wrap}.selection-area .wrapper .igx-divider{margin:5px!important;background:#000!important}\n"] }]
|
|
1245
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { chartArea: [{
|
|
1246
|
+
type: ViewChild,
|
|
1247
|
+
args: ['chartArea', { read: ViewContainerRef }]
|
|
1248
|
+
}], onClose: [{
|
|
1249
|
+
type: Output
|
|
1250
|
+
}], width: [{
|
|
1251
|
+
type: HostBinding,
|
|
1252
|
+
args: ['style.width.px']
|
|
1253
|
+
}], height: [{
|
|
1254
|
+
type: HostBinding,
|
|
1255
|
+
args: ['style.height.px']
|
|
1256
|
+
}] } });
|
|
1257
|
+
|
|
1258
|
+
// tslint:disable: max-line-length
|
|
1259
|
+
const Clear = `
|
|
1260
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1261
|
+
<defs>
|
|
1262
|
+
<style>.cls-Clear-1{fill-rule:evenodd;}.cls-Clear-2{fill:none;}</style>
|
|
1263
|
+
</defs>
|
|
1264
|
+
<g id="Layer_2" data-name="Layer 2">
|
|
1265
|
+
<g id="Layer_1-2" data-name="Layer 1">
|
|
1266
|
+
<g id="Conditional-formating">
|
|
1267
|
+
<g id="Artboard">
|
|
1268
|
+
<g id="refresh-24px">
|
|
1269
|
+
<path id="Path" class="cls-Clear-1" d="M17.65,6.35A8,8,0,1,0,19.73,14H17.65A6,6,0,1,1,12,6a5.91,5.91,0,0,1,4.22,1.78L13,11h7V4Z"/>
|
|
1270
|
+
<polygon class="cls-Clear-2" points="0 0 24 0 24 24 0 24 0 0"/>
|
|
1271
|
+
</g>
|
|
1272
|
+
</g>
|
|
1273
|
+
</g>
|
|
1274
|
+
</g>
|
|
1275
|
+
</g>
|
|
1276
|
+
</svg>
|
|
1277
|
+
`;
|
|
1278
|
+
const ColorScale = `
|
|
1279
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1280
|
+
<path d="M13 13.65h5a5.63 5.63 0 00-.09-1H13zM13 10.65h4.19a6.29 6.29 0 00-.74-1H13zM13 19.58a5.87 5.87 0 002.34-.93H13zM13 6.18v1.48h1.48l-1-1-.48-.48zM13 15.65v1h4.2a5.68 5.68 0 00.46-1zM11 6.18L7.76 9.43A6 6 0 0011 19.58z" fill="none"/>
|
|
1281
|
+
<path d="M16.45 9.65H13v1h4.19a6.29 6.29 0 00-.74-1zM13.48 6.66L13 6.18v1.48h1.48l-1-1zM6 13.66a6 6 0 005 5.92V6.18L7.76 9.42A6 6 0 006 13.66zM13 19.58a5.87 5.87 0 002.34-.93H13zM13 16.65h4.2a5.68 5.68 0 00.46-1H13zM13 12.65v1h5a5.63 5.63 0 00-.09-1z" fill="none"/>
|
|
1282
|
+
<path d="M19.93 12.66a7.84 7.84 0 00-.51-2 8.48 8.48 0 00-.5-1A7.8 7.8 0 0017.66 8l-.35-.36-.31-.26-.73-.73-2-2-.85-.84L12 2.34 6.34 8A8 8 0 0011 21.58h.21a7 7 0 00.79 0 7.14 7.14 0 00.8 0h.2a7.94 7.94 0 006.93-8.92zM11 19.58A6 6 0 017.76 9.42L11 6.18zm2-12.93v-.47l.48.47 1 1H13zm0 3h3.45a6.29 6.29 0 01.74 1H13zm0 9.93v-.93h2.34a5.87 5.87 0 01-2.34.93zm4.2-2.93H13v-1h4.66a5.68 5.68 0 01-.46 1zm-4.2-3v-1h4.91a5.63 5.63 0 01.09 1z"/>
|
|
1283
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1284
|
+
</svg>
|
|
1285
|
+
|
|
1286
|
+
`;
|
|
1287
|
+
const DataBars = `
|
|
1288
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1289
|
+
<path d="M3 7h12v2H3zM3 15h12v2H3zM3 19h18v2H3zM3 11h18v2H3zM3 3h18v2H3z"/>
|
|
1290
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1291
|
+
</svg>
|
|
1292
|
+
|
|
1293
|
+
`;
|
|
1294
|
+
const DuplicateValues = `
|
|
1295
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1296
|
+
<path d="M4.94 10.56a1 1 0 00-.38.79.79.79 0 00.25.63 1.06 1.06 0 00.74.24 1.9 1.9 0 001.06-.3 1.48 1.48 0 00.63-.67v-1H6a1.58 1.58 0 00-1.06.31zM16.94 14.69a1 1 0 00-.38.79.82.82 0 00.25.63 1.11 1.11 0 00.74.23 2 2 0 001.06-.29 1.5 1.5 0 00.63-.68v-1H18a1.54 1.54 0 00-1.06.32z" fill="none"/>
|
|
1297
|
+
<path d="M4.94 10.56a1 1 0 00-.38.79.79.79 0 00.25.63 1.06 1.06 0 00.74.24 1.9 1.9 0 001.06-.3 1.48 1.48 0 00.63-.67v-1H6a1.58 1.58 0 00-1.06.31zM16.94 14.69a1 1 0 00-.38.79.82.82 0 00.25.63 1.11 1.11 0 00.74.23 2 2 0 001.06-.29 1.5 1.5 0 00.63-.68v-1H18a1.54 1.54 0 00-1.06.32z" fill="none"/>
|
|
1298
|
+
<path d="M20.76 15.87v-3.06a2.17 2.17 0 00-.76-1.76 3 3 0 00-1.94-.61 3.06 3.06 0 00-2 .63 1.7 1.7 0 00-.73 1.45h1.49a.83.83 0 01.31-.66 1.29 1.29 0 01.84-.25 1.26 1.26 0 01.91.3 1.09 1.09 0 01.32.85v.6H18a3.81 3.81 0 00-2.22.56 1.78 1.78 0 00-.78 1.59 2 2 0 00.58 1.49 2.31 2.31 0 001.65.55 2.12 2.12 0 001.16-.33 2.79 2.79 0 00.83-.81 4.33 4.33 0 00.08.5c0 .16.08.33.13.51H21a4.29 4.29 0 01-.18-.77 5.46 5.46 0 01-.06-.78zm-1.52-.5a1.5 1.5 0 01-.63.68 2 2 0 01-1.06.29 1.11 1.11 0 01-.74-.23.82.82 0 01-.25-.63 1 1 0 01.38-.79 1.54 1.54 0 011.06-.34h1.24zM8.76 11.75V8.69A2.16 2.16 0 008 6.93a2.93 2.93 0 00-1.94-.61 3.06 3.06 0 00-2 .63 1.69 1.69 0 00-.73 1.44h1.5a.83.83 0 01.31-.65A1.3 1.3 0 016 7.52a1.23 1.23 0 01.91.31 1.07 1.07 0 01.32.84v.61H6a3.74 3.74 0 00-2.22.56A1.78 1.78 0 003 11.39a2 2 0 00.58 1.52 2.27 2.27 0 001.65.56 2.12 2.12 0 001.16-.33 2.79 2.79 0 00.83-.81 4.17 4.17 0 00.08.49 4.77 4.77 0 00.13.51H9a4 4 0 01-.18-.76 5.55 5.55 0 01-.06-.82zm-1.52-.5a1.48 1.48 0 01-.63.67 1.9 1.9 0 01-1.06.3 1.06 1.06 0 01-.74-.22.79.79 0 01-.25-.63 1 1 0 01.38-.79A1.58 1.58 0 016 10.23h1.24zM7 19h2v2H7zM7 15h2v2H7zM3 15h2v2H3zM15 7h2v2h-2zM15 3h2v2h-2zM3 19h2v2H3zM19 19h2v2h-2zM19 7h2v2h-2zM15 19h2v2h-2zM19 3h2v2h-2zM11 11h2v2h-2zM11 19h2v2h-2zM11 15h2v2h-2zM11 7h2v2h-2zM11 3h2v2h-2zM7 3h2v2H7zM3 3h2v2H3z"/>
|
|
1299
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1300
|
+
</svg>
|
|
1301
|
+
|
|
1302
|
+
`;
|
|
1303
|
+
const Empty = `
|
|
1304
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1305
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1306
|
+
<path d="M5 17h2v2H5zM13 17h2v2h-2zM5 13h2v2H5zM17 17h2v2h-2zM13 5h2v2h-2zM9 17h2v2H9zM17 9h2v2h-2zM17 13h2v2h-2zM17 5h2v2h-2zM5 9h2v2H5zM5 5h2v2H5zM9 5h2v2H9z"/>
|
|
1307
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1308
|
+
</svg>
|
|
1309
|
+
|
|
1310
|
+
`;
|
|
1311
|
+
const Equal = `
|
|
1312
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1313
|
+
<path d="M5 13.5h14v2H5zM5 8.5h14v2H5z"/>
|
|
1314
|
+
</svg>
|
|
1315
|
+
|
|
1316
|
+
`;
|
|
1317
|
+
const GreaterThan = `
|
|
1318
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1319
|
+
<path d="M6 7.11L15.09 12 6 16.89V19l12-6.46v-1.08L6 5v2.11z"/>
|
|
1320
|
+
</svg>
|
|
1321
|
+
|
|
1322
|
+
`;
|
|
1323
|
+
const TextContains = `
|
|
1324
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1325
|
+
<path d="M10.79 12.77a1.16 1.16 0 00-.44.9.92.92 0 00.3.72 1.18 1.18 0 00.84.27 2.27 2.27 0 001.21-.34 1.61 1.61 0 00.71-.77v-1.17H12a1.76 1.76 0 00-1.21.39z" fill="none"/>
|
|
1326
|
+
<path d="M5 19h14V5H5zm8-9.36a1.45 1.45 0 00-1-.35 1.5 1.5 0 00-1 .29.93.93 0 00-.35.75H9a1.93 1.93 0 01.83-1.65 3.54 3.54 0 012.3-.72 3.34 3.34 0 012.22.7 2.44 2.44 0 01.84 2v3.5a5.57 5.57 0 00.07.93 4.51 4.51 0 00.21.88h-1.83c-.06-.2-.12-.39-.16-.58a3.72 3.72 0 01-.08-.57 3.05 3.05 0 01-1 .93 2.39 2.39 0 01-1.32.37 2.63 2.63 0 01-1.89-.63 2.29 2.29 0 01-.66-1.74 2.07 2.07 0 01.9-1.78A4.39 4.39 0 0112 11.3h1.38v-.69a1.3 1.3 0 00-.38-.97z" fill="none"/>
|
|
1327
|
+
<path d="M3 3v18h18V3zm16 16H5V5h14z"/>
|
|
1328
|
+
<path d="M12 11.3a4.39 4.39 0 00-2.54.63 2.07 2.07 0 00-.9 1.78 2.29 2.29 0 00.66 1.74 2.63 2.63 0 001.89.63 2.39 2.39 0 001.32-.37 3.05 3.05 0 001-.93 3.72 3.72 0 00.08.57c0 .19.1.38.16.58h1.79a4.51 4.51 0 01-.21-.88 5.57 5.57 0 01-.07-.93v-3.5a2.44 2.44 0 00-.84-2 3.34 3.34 0 00-2.22-.7 3.54 3.54 0 00-2.3.72A1.93 1.93 0 009 10.29h1.71a.93.93 0 01.29-.71 1.5 1.5 0 011-.29 1.45 1.45 0 011 .35 1.3 1.3 0 01.37 1v.69zm1.4 1.08v1.17a1.61 1.61 0 01-.71.77 2.27 2.27 0 01-1.21.34 1.18 1.18 0 01-.84-.27.92.92 0 01-.3-.72 1.16 1.16 0 01.44-.9 1.76 1.76 0 011.22-.39z"/>
|
|
1329
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1330
|
+
</svg>
|
|
1331
|
+
|
|
1332
|
+
`;
|
|
1333
|
+
const Top10 = `
|
|
1334
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1335
|
+
<path d="M17.34 7.14a.5.5 0 00-.13.33v.33a.48.48 0 00.13.33.41.41 0 00.31.14.37.37 0 00.42-.37v-.41a.49.49 0 00-.07-.34.45.45 0 00-.62 0zM10.84 8a.54.54 0 00.51-.3 2.05 2.05 0 00.17-.92V5.3a2 2 0 00-.17-.94.6.6 0 00-1 0 2.13 2.13 0 00-.17.88V6.7a2.14 2.14 0 00.17 1 .55.55 0 00.49.3zM14.88 5c.28 0 .42-.18.42-.53v-.26a.53.53 0 00-.11-.34.4.4 0 00-.32-.14.42.42 0 00-.31.13.52.52 0 00-.12.36v.29a.49.49 0 00.12.34.39.39 0 00.32.15z" fill="none"/>
|
|
1336
|
+
<path d="M9 18h2v3h2v-3h2l-3-3-3 3zM4 11h16v2H4zM6.38 8.92h1.36V3.08h-.12l-2.57.89V5l1.33-.39v4.31zM10.84 9a1.85 1.85 0 001.5-.64 2.82 2.82 0 00.53-1.82V5.47a2.76 2.76 0 00-.54-1.82 1.83 1.83 0 00-1.5-.65 1.83 1.83 0 00-1.5.65 2.78 2.78 0 00-.53 1.82v1.07a2.79 2.79 0 00.53 1.81 1.86 1.86 0 001.51.65zm-.69-3.79a2.13 2.13 0 01.17-.88.6.6 0 011 0 2 2 0 01.17.94v1.47a2.05 2.05 0 01-.17.92.59.59 0 01-1 0 2.14 2.14 0 01-.17-1zM14.88 5.71a1.31 1.31 0 00.94-.33 1.11 1.11 0 00.35-.86v-.29a1.19 1.19 0 00-.35-.9 1.32 1.32 0 00-1-.33 1.34 1.34 0 00-.95.33 1.17 1.17 0 00-.35.88v.28a1.16 1.16 0 00.36.9 1.4 1.4 0 001 .32zm-.44-1.49a.52.52 0 01.12-.36.42.42 0 01.31-.13.4.4 0 01.32.14.53.53 0 01.11.34v.24c0 .35-.14.53-.42.53a.39.39 0 01-.32-.13.49.49 0 01-.12-.34zM15.13 8.48l2.85-4.56-.62-.32-2.85 4.57.62.31zM16.7 6.62a1.1 1.1 0 00-.35.87v.29a1.12 1.12 0 00.35.89 1.36 1.36 0 00.95.33 1.32 1.32 0 001-.33A1.15 1.15 0 0019 7.8v-.28a1.17 1.17 0 00-.36-.91 1.54 1.54 0 00-1.89 0zm1.38.87v.41a.37.37 0 01-.42.37.41.41 0 01-.31-.14.48.48 0 01-.13-.33v-.33a.5.5 0 01.13-.33.45.45 0 01.62 0 .49.49 0 01.11.35z"/>
|
|
1337
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1338
|
+
</svg>
|
|
1339
|
+
|
|
1340
|
+
`;
|
|
1341
|
+
const UniqueValues = `
|
|
1342
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
1343
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1344
|
+
<path d="M8.94 10.56a1 1 0 00-.38.79.79.79 0 00.25.63 1.06 1.06 0 00.74.24 1.9 1.9 0 001.06-.3 1.48 1.48 0 00.63-.67v-1H10a1.58 1.58 0 00-1.06.31z" fill="none"/>
|
|
1345
|
+
<path d="M8.94 10.56a1 1 0 00-.38.79.79.79 0 00.25.63 1.06 1.06 0 00.74.24 1.9 1.9 0 001.06-.3 1.48 1.48 0 00.63-.67v-1H10a1.58 1.58 0 00-1.06.31z" fill="none"/>
|
|
1346
|
+
<path d="M12.76 11.75V8.69A2.16 2.16 0 0012 6.93a2.93 2.93 0 00-1.94-.61 3.06 3.06 0 00-2 .63 1.69 1.69 0 00-.73 1.44h1.5a.83.83 0 01.31-.65 1.3 1.3 0 01.86-.22 1.23 1.23 0 01.91.31 1.07 1.07 0 01.32.84v.61H10a3.74 3.74 0 00-2.22.56A1.78 1.78 0 007 11.39a2 2 0 00.58 1.52 2.27 2.27 0 001.65.56 2.12 2.12 0 001.16-.33 2.79 2.79 0 00.83-.81 4.17 4.17 0 00.08.49 4.77 4.77 0 00.13.51H13a4 4 0 01-.18-.76 5.55 5.55 0 01-.06-.82zm-1.52-.5a1.48 1.48 0 01-.63.67 1.9 1.9 0 01-1.06.3 1.06 1.06 0 01-.74-.22.79.79 0 01-.25-.63 1 1 0 01.38-.79 1.58 1.58 0 011.06-.35h1.24zM7 19h2v2H7zM7 15h2v2H7zM3 15h2v2H3zM15 7h2v2h-2zM15 3h2v2h-2zM3 19h2v2H3zM19 19h2v2h-2zM19 7h2v2h-2zM15 19h2v2h-2zM19 3h2v2h-2zM15 11h2v2h-2zM19 11h2v2h-2zM15 15h2v2h-2zM19 15h2v2h-2zM11 19h2v2h-2zM11 15h2v2h-2zM11 3h2v2h-2zM7 3h2v2H7zM3 3h2v2H3zM3 7h2v2H3zM3 11h2v2H3z"/>
|
|
1347
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1348
|
+
<path d="M0 0h24v24H0z" fill="none"/>
|
|
1349
|
+
</svg>
|
|
1350
|
+
|
|
1351
|
+
`;
|
|
1352
|
+
|
|
1353
|
+
var conditions = /*#__PURE__*/Object.freeze({
|
|
1354
|
+
__proto__: null,
|
|
1355
|
+
Clear: Clear,
|
|
1356
|
+
ColorScale: ColorScale,
|
|
1357
|
+
DataBars: DataBars,
|
|
1358
|
+
DuplicateValues: DuplicateValues,
|
|
1359
|
+
Empty: Empty,
|
|
1360
|
+
Equal: Equal,
|
|
1361
|
+
GreaterThan: GreaterThan,
|
|
1362
|
+
TextContains: TextContains,
|
|
1363
|
+
Top10: Top10,
|
|
1364
|
+
UniqueValues: UniqueValues
|
|
1365
|
+
});
|
|
1366
|
+
|
|
1367
|
+
class IgxContextMenuComponent {
|
|
1368
|
+
constructor(overlayService) {
|
|
1369
|
+
this.overlayService = overlayService;
|
|
1370
|
+
this.chartTypes = [];
|
|
1371
|
+
this.textFormatters = [];
|
|
1372
|
+
this.destroy$ = new Subject();
|
|
1373
|
+
this._chartDialogOS = { closeOnOutsideClick: false };
|
|
1374
|
+
this._tabsMenuOverlaySettings = {
|
|
1375
|
+
closeOnOutsideClick: false,
|
|
1376
|
+
modal: false,
|
|
1377
|
+
outlet: null,
|
|
1378
|
+
scrollStrategy: new CloseScrollStrategy(),
|
|
1379
|
+
positionStrategy: new AutoPositionStrategy({
|
|
1380
|
+
horizontalDirection: HorizontalAlignment.Center,
|
|
1381
|
+
horizontalStartPoint: HorizontalAlignment.Center,
|
|
1382
|
+
verticalStartPoint: VerticalAlignment.Bottom,
|
|
1383
|
+
verticalDirection: VerticalAlignment.Bottom,
|
|
1384
|
+
openAnimation: null,
|
|
1385
|
+
closeAnimation: null,
|
|
1386
|
+
}),
|
|
1336
1387
|
};
|
|
1337
|
-
this.
|
|
1338
|
-
|
|
1388
|
+
this._chartPreviewDialogOverlaySettings = {
|
|
1389
|
+
closeOnOutsideClick: false,
|
|
1390
|
+
modal: false,
|
|
1391
|
+
outlet: null,
|
|
1392
|
+
scrollStrategy: new CloseScrollStrategy(),
|
|
1393
|
+
positionStrategy: new AutoPositionStrategy({
|
|
1394
|
+
horizontalDirection: HorizontalAlignment.Center,
|
|
1395
|
+
horizontalStartPoint: HorizontalAlignment.Center,
|
|
1396
|
+
verticalStartPoint: VerticalAlignment.Top,
|
|
1397
|
+
verticalDirection: VerticalAlignment.Top,
|
|
1398
|
+
openAnimation: null,
|
|
1399
|
+
closeAnimation: null,
|
|
1400
|
+
}),
|
|
1339
1401
|
};
|
|
1340
|
-
this.
|
|
1341
|
-
this.
|
|
1342
|
-
this.dataCharts.set(CHART_TYPE.LINE_GROUPED, IgxLineSeriesComponent);
|
|
1343
|
-
this.dataCharts.set(CHART_TYPE.BAR_GROUPED, IgxBarSeriesComponent);
|
|
1344
|
-
this.dataCharts.set(CHART_TYPE.COLUMN_STACKED, IgxStackedColumnSeriesComponent);
|
|
1345
|
-
this.dataCharts.set(CHART_TYPE.AREA_STACKED, IgxStackedAreaSeriesComponent);
|
|
1346
|
-
this.dataCharts.set(CHART_TYPE.LINE_STACKED, IgxStackedLineSeriesComponent);
|
|
1347
|
-
this.dataCharts.set(CHART_TYPE.BAR_STACKED, IgxStackedBarSeriesComponent);
|
|
1348
|
-
this.dataCharts.set(CHART_TYPE.COLUMN_100_STACKED, IgxStacked100ColumnSeriesComponent);
|
|
1349
|
-
this.dataCharts.set(CHART_TYPE.AREA_100_STACKED, IgxStacked100AreaSeriesComponent);
|
|
1350
|
-
this.dataCharts.set(CHART_TYPE.LINE_100_STACKED, IgxStacked100LineSeriesComponent);
|
|
1351
|
-
this.dataCharts.set(CHART_TYPE.BAR_100_STACKED, IgxStacked100BarSeriesComponent);
|
|
1352
|
-
this.dataCharts.set(CHART_TYPE.SCATTER_POINT, IgxScatterSeriesComponent);
|
|
1353
|
-
this.dataCharts.set(CHART_TYPE.SCATTER_BUBBLE, IgxBubbleSeriesComponent);
|
|
1354
|
-
this.dataCharts.set(CHART_TYPE.SCATTER_LINE, IgxScatterLineSeriesComponent);
|
|
1355
|
-
this.dataCharts.set(CHART_TYPE.PIE, IgxPieChartComponent);
|
|
1356
|
-
const iterable = this.dataCharts.keys();
|
|
1357
|
-
for (let head = iterable.next().value; head !== undefined; head = iterable.next().value) {
|
|
1358
|
-
this._dataChartTypes.add(head);
|
|
1359
|
-
this.chartTypesAvailability.set(head, true);
|
|
1360
|
-
this.customChartComponentOptions.set(head, {});
|
|
1361
|
-
}
|
|
1402
|
+
this.chartImages = charts;
|
|
1403
|
+
this.conditionImages = conditions;
|
|
1362
1404
|
}
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
this.
|
|
1366
|
-
|
|
1367
|
-
|
|
1405
|
+
ngAfterViewInit() {
|
|
1406
|
+
this.chartTypes = this.contextDirective.charts;
|
|
1407
|
+
this.textFormatters = this.contextDirective.formatters;
|
|
1408
|
+
if (this.contextDirective.chartsDirective) {
|
|
1409
|
+
this.contextDirective.chartsDirective.onChartTypesDetermined.pipe(takeUntil(this.destroy$))
|
|
1410
|
+
.subscribe((args) => (this.chartTypes = args.chartsForCreation));
|
|
1411
|
+
}
|
|
1412
|
+
if (this.contextDirective.textFormatter) {
|
|
1413
|
+
this.contextDirective.textFormatter.onFormattersReady.pipe(takeUntil(this.destroy$))
|
|
1414
|
+
.subscribe((names) => (this.textFormatters = names));
|
|
1415
|
+
}
|
|
1416
|
+
this.contextDirective.onButtonClose.pipe(takeUntil(this.destroy$))
|
|
1417
|
+
.subscribe(() => {
|
|
1418
|
+
if (this.tabsMenu && !this.tabsMenu.collapsed) {
|
|
1419
|
+
this.tabsMenu.close();
|
|
1368
1420
|
}
|
|
1369
1421
|
});
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
if (this.chartTypesAvailability.get(type)) {
|
|
1375
|
-
this.chartTypesAvailability.set(type, false);
|
|
1422
|
+
this.contextDirective.gridResizeNotify.pipe(takeUntil(this.destroy$))
|
|
1423
|
+
.subscribe(() => {
|
|
1424
|
+
if (!this.tabsMenu.collapsed) {
|
|
1425
|
+
this.tabsMenu.close();
|
|
1376
1426
|
}
|
|
1377
1427
|
});
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
this.
|
|
1428
|
+
this.overlayService.opening.pipe(takeUntil(this.destroy$))
|
|
1429
|
+
.subscribe((args) => {
|
|
1430
|
+
if (args.componentRef) {
|
|
1431
|
+
const instance = args.componentRef.instance;
|
|
1432
|
+
instance.width = this.contextDirective.grid.nativeElement.clientWidth;
|
|
1433
|
+
instance.height = this.contextDirective.grid.nativeElement.clientHeight;
|
|
1434
|
+
instance.currentChartType = this.currentChartType;
|
|
1435
|
+
instance.allCharts = this.chartTypes;
|
|
1436
|
+
instance.chartDirective = this.contextDirective.chartsDirective;
|
|
1437
|
+
instance.onClose?.subscribe(() => this.closeDialog());
|
|
1438
|
+
}
|
|
1439
|
+
});
|
|
1440
|
+
this.overlayService.closing.pipe(takeUntil(this.destroy$))
|
|
1441
|
+
.subscribe((args) => {
|
|
1442
|
+
if (args.componentRef && args.componentRef.instance instanceof IgxChartMenuComponent) {
|
|
1443
|
+
if (this._dialogId) {
|
|
1444
|
+
this.tabsMenu.open(this._tabsMenuOverlaySettings);
|
|
1445
|
+
}
|
|
1383
1446
|
}
|
|
1384
1447
|
});
|
|
1385
1448
|
}
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
}
|
|
1390
|
-
let componentFactory;
|
|
1391
|
-
let componentRef;
|
|
1392
|
-
this._sizeScale.maximumValue = 60;
|
|
1393
|
-
this._sizeScale.minimumValue = 10;
|
|
1394
|
-
const chartType = this.dataCharts.get(type);
|
|
1395
|
-
if (type === CHART_TYPE.PIE) {
|
|
1396
|
-
componentFactory = this.factoryResolver.resolveComponentFactory(IgxPieChartComponent);
|
|
1397
|
-
componentRef = viewContainerRef.createComponent(componentFactory);
|
|
1398
|
-
}
|
|
1399
|
-
else {
|
|
1400
|
-
componentFactory = this.factoryResolver.resolveComponentFactory(IgxDataChartComponent);
|
|
1401
|
-
componentRef = viewContainerRef.createComponent(componentFactory);
|
|
1402
|
-
}
|
|
1403
|
-
const options = this.getChartOptions(type);
|
|
1404
|
-
const initializer = this.getInitializer(type, chartType);
|
|
1405
|
-
if (this.useLegend) {
|
|
1406
|
-
const legendType = type === CHART_TYPE.PIE ? IgxItemLegendComponent : IgxLegendComponent;
|
|
1407
|
-
const legendFactory = this.factoryResolver.resolveComponentFactory(legendType);
|
|
1408
|
-
const legendComponentRef = viewContainerRef.createComponent(legendFactory);
|
|
1409
|
-
options.chartOptions['legend'] = legendComponentRef.instance;
|
|
1410
|
-
}
|
|
1411
|
-
const chart = initializer.initChart(componentRef.instance, options);
|
|
1412
|
-
this.onChartCreationDone.emit(chart);
|
|
1413
|
-
}
|
|
1414
|
-
getInitializer(chartType, componentClassRef) {
|
|
1415
|
-
if (chartType.includes('Pie')) {
|
|
1416
|
-
return new IgxPieChartInitializer();
|
|
1417
|
-
}
|
|
1418
|
-
else if (chartType.includes('Stacked')) {
|
|
1419
|
-
return new IgxStackedDataChartInitializer(componentClassRef);
|
|
1420
|
-
}
|
|
1421
|
-
else {
|
|
1422
|
-
return new IgxDataChartInitializer(componentClassRef);
|
|
1423
|
-
}
|
|
1449
|
+
ngOnDestroy() {
|
|
1450
|
+
this.destroy$.next(true);
|
|
1451
|
+
this.destroy$.complete();
|
|
1424
1452
|
}
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1453
|
+
toggleTabMenu() {
|
|
1454
|
+
this.currentChartType = this.currentChartType || CHART_TYPE.COLUMN_GROUPED;
|
|
1455
|
+
this._tabsMenuOverlaySettings.target = this.button.nativeElement;
|
|
1456
|
+
this.tabsMenu.collapsed ? this.tabsMenu.open(this._tabsMenuOverlaySettings) : this.tabsMenu.close();
|
|
1429
1457
|
}
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
return chartComponentOptions;
|
|
1458
|
+
formatCells(condition) {
|
|
1459
|
+
this.currentFormatter = condition;
|
|
1460
|
+
this.contextDirective.textFormatter.formatCells(condition);
|
|
1434
1461
|
}
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
this.addScatterChartDataOptions(type, chartComponentOptions);
|
|
1439
|
-
}
|
|
1440
|
-
else {
|
|
1441
|
-
// tslint:disable-next-line: max-line-length
|
|
1442
|
-
chartComponentOptions.seriesModel = Object.assign(this.dataChartSeriesOptionsModel, this.customChartComponentOptions.get(type).seriesModel);
|
|
1443
|
-
this.setAxisLabelOption(type, chartComponentOptions);
|
|
1444
|
-
const options = [];
|
|
1445
|
-
this._valueMemberPaths.forEach(valueMemberPath => {
|
|
1446
|
-
const dataOptions = {
|
|
1447
|
-
title: valueMemberPath,
|
|
1448
|
-
valueMemberPath
|
|
1449
|
-
};
|
|
1450
|
-
if (stacked) {
|
|
1451
|
-
options.push({ ...dataOptions });
|
|
1452
|
-
}
|
|
1453
|
-
else {
|
|
1454
|
-
options.push({ ...dataOptions, ...chartComponentOptions.seriesModel });
|
|
1455
|
-
}
|
|
1456
|
-
});
|
|
1457
|
-
stacked ? chartComponentOptions.stackedFragmentOptions = options :
|
|
1458
|
-
chartComponentOptions.seriesOptions = options;
|
|
1459
|
-
}
|
|
1460
|
-
return chartComponentOptions;
|
|
1462
|
+
clearFormat() {
|
|
1463
|
+
this.contextDirective.textFormatter.clearFormatting();
|
|
1464
|
+
this.currentFormatter = undefined;
|
|
1461
1465
|
}
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
chartComponentOptions.seriesModel['radiusMemberPath'] = this.bubbleChartRadiusMemberPath;
|
|
1469
|
-
}
|
|
1470
|
-
const model = chartComponentOptions.seriesModel;
|
|
1471
|
-
const seriesOptions = [];
|
|
1472
|
-
this._valueMemberPaths.filter(v => !(v === model['yMemberPath'] ||
|
|
1473
|
-
v === model['radiusMemberPath'])).forEach(valueMemberPath => {
|
|
1474
|
-
const dataOptions = {
|
|
1475
|
-
title: `${model['yMemberPath']} vs ${valueMemberPath}`,
|
|
1476
|
-
xMemberPath: valueMemberPath,
|
|
1477
|
-
labelMemberPath: this._labelMemberPath
|
|
1478
|
-
};
|
|
1479
|
-
seriesOptions.push({ ...dataOptions, ...model });
|
|
1480
|
-
});
|
|
1481
|
-
chartComponentOptions.seriesOptions = seriesOptions;
|
|
1466
|
+
previewChart(currentChartType) {
|
|
1467
|
+
this.currentChartType = currentChartType;
|
|
1468
|
+
this.chartPreview.clear();
|
|
1469
|
+
this.contextDirective.chartsDirective.chartFactory(currentChartType, this.chartPreview);
|
|
1470
|
+
this._chartPreviewDialogOverlaySettings.target = this.tabsMenu.element;
|
|
1471
|
+
this.chartPreviewDialog.open(this._chartPreviewDialogOverlaySettings);
|
|
1482
1472
|
}
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
return dataRecord;
|
|
1473
|
+
hidePreview() {
|
|
1474
|
+
this.chartPreviewDialog.close();
|
|
1486
1475
|
}
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
else {
|
|
1494
|
-
options.xAxisOptions = Object.assign({
|
|
1495
|
-
label: this._labelMemberPath
|
|
1496
|
-
}, this.customChartComponentOptions.get(type).xAxisOptions);
|
|
1497
|
-
}
|
|
1476
|
+
openDialog(type) {
|
|
1477
|
+
this.currentChartType =
|
|
1478
|
+
type || this.currentChartType || CHART_TYPE.COLUMN_GROUPED;
|
|
1479
|
+
this._dialogId = this._dialogId || this.overlayService.attach(IgxChartMenuComponent, this._chartDialogOS);
|
|
1480
|
+
this.tabsMenu.close();
|
|
1481
|
+
this.overlayService.show(this._dialogId);
|
|
1498
1482
|
}
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1483
|
+
closeDialog() {
|
|
1484
|
+
const info = this.overlayService.getOverlayById(this._dialogId);
|
|
1485
|
+
if (info) {
|
|
1486
|
+
this.overlayService.hide(this._dialogId);
|
|
1487
|
+
this.overlayService.detach(this._dialogId);
|
|
1488
|
+
this._dialogId = undefined;
|
|
1502
1489
|
}
|
|
1503
|
-
Object.keys(options).forEach(property => {
|
|
1504
|
-
this.customChartComponentOptions.get(chart)[optionsType][property] = options[property];
|
|
1505
|
-
});
|
|
1506
1490
|
}
|
|
1507
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1508
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.12", type: IgxChartIntegrationDirective, selector: "[igxChartIntegration]", inputs: { chartData: "chartData", useLegend: "useLegend", defaultLabelMemberPath: "defaultLabelMemberPath", scatterChartYAxisValueMemberPath: "scatterChartYAxisValueMemberPath", bubbleChartRadiusMemberPath: "bubbleChartRadiusMemberPath" }, outputs: { onChartTypesDetermined: "onChartTypesDetermined", onChartCreationDone: "onChartCreationDone" }, ngImport: i0 }); }
|
|
1491
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxContextMenuComponent, deps: [{ token: i1.IgxOverlayService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1492
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.3", type: IgxContextMenuComponent, isStandalone: true, selector: "igx-context-menu", viewQueries: [{ propertyName: "button", first: true, predicate: ["analyticsBtn"], descendants: true }, { propertyName: "tabsMenu", first: true, predicate: ["tabsMenu"], descendants: true, read: IgxToggleDirective }, { propertyName: "chartPreview", first: true, predicate: ["chartPreview"], descendants: true, read: ViewContainerRef }, { propertyName: "chartPreviewDialog", first: true, predicate: ["chartPreviewDialog"], descendants: true, read: IgxToggleDirective }, { propertyName: "tabs", first: true, predicate: IgxTabsComponent, descendants: true }], ngImport: i0, template: "<span #analyticsBtn class=\"analytics-btn\">\r\n <button #btn igxIconButton=\"flat\" (click)=\"toggleTabMenu()\">\r\n <igx-icon #icon class=\"icon\" family=\"material\">insert_chart_outlined</igx-icon>\r\n </button>\r\n</span>\r\n<div #tabsMenu igxToggle class=\"toggle-content ig-scrollbar\">\r\n <igx-tabs tabsType=\"fixed\" [selectedIndex]=\"!this.textFormatters.length && chartTypes.length ? 1 : 0\">\r\n <igx-tab-item [disabled]=\"!textFormatters.length\">\r\n <igx-tab-header>\r\n <span igxTabHeaderLabel>Conditional Formatting</span>\r\n </igx-tab-header>\r\n <igx-tab-content>\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"tabs\">\r\n <span class=\"tab-option\">\r\n <span *ngFor=\"let condition of textFormatters\" class=\"action btn condition\"\r\n [ngClass]=\"{'selected--condition': condition === currentFormatter}\"\r\n (click)=\"formatCells(condition)\">\r\n <div class=\"imgSize\" [innerHTML]=\"conditionImages[condition.replace(' ', '')] | svg\">\r\n </div>\r\n <span class=\"name\">{{condition.replace('10', '10%')}}</span>\r\n </span>\r\n </span>\r\n <span class=\"clear action\"\r\n [ngClass]=\"{'disableButton': contextDirective.textFormatter ? !contextDirective.textFormatter.formatter : true }\"\r\n (click)=\"clearFormat()\">\r\n <div class=\"imgSize\" [innerHTML]=\"conditionImages['Clear'] | svg\">\r\n </div>\r\n <span class=\"btn name\">Clear All</span>\r\n </span>\r\n </div>\r\n </igx-tab-content>\r\n </igx-tab-item>\r\n <igx-tab-item [disabled]=\"!chartTypes.length\">\r\n <igx-tab-header>\r\n <span igxTabHeaderLabel>Create Chart</span>\r\n </igx-tab-header>\r\n <igx-tab-content>\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"tabs\">\r\n <span class=\"tab-option\">\r\n <span *ngFor=\"let chart of chartTypes | slice:0:4\" class=\"action btn chart\"\r\n [ngClass]=\"{'selected': chart === currentChartType}\" (mouseenter)=\"previewChart(chart)\"\r\n (mouseleave)=\"hidePreview()\" (click)=\"openDialog(chart)\">\r\n <span [innerHTML]=\"chartImages[chart] | svg\" class=\"imgSize\">\r\n </span>\r\n <span class=\"name\">{{chart}}</span>\r\n </span>\r\n </span>\r\n <span class=\"more-action chart\" [ngClass]=\"{'disableButton': !chartTypes.length}\"\r\n (click)=\"openDialog()\">\r\n <button class=\"more-btn more-icon\" igxIconButton=\"flat\" [style.--background]=\"'#EBEBEB'\"\r\n [style.--foreground]=\"'black'\">\r\n <igx-icon class=\"icon\" family=\"material\">more_horiz</igx-icon>\r\n </button>\r\n <span class=\"name btn\">More...</span>\r\n </span>\r\n </div>\r\n </igx-tab-content>\r\n </igx-tab-item>\r\n </igx-tabs>\r\n</div>\r\n<div igxToggle #chartPreviewDialog class=\"chart-preview\">\r\n <div class=\"chart-preview-title\">\r\n <h5>Preview Chart</h5>\r\n </div>\r\n <div class=\"chart-preview-area\">\r\n <ng-template #chartPreview></ng-template>\r\n </div>\r\n</div>", styles: [".analytics-btn,.analytics-btn [igxButton=flat],.analytics-btn .igx-button--flat{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, #335e3b);--focus-foreground: var(--igx-button-focus-foreground, white);--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-visible-background: var(--igx-button-focus-visible-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-background: var(--igx-button-focus-hover-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=outlined],.analytics-btn .igx-button--outlined{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, hsl(from var(--ig-secondary-500) h s l/1));--hover-border-color: var(--igx-button-hover-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-border-color: var(--igx-button-focus-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-visible-border-color: var(--igx-button-focus-visible-border-color, hsl(from var(--ig-secondary-500) h s l/1));--active-border-color: var(--igx-button-active-border-color, hsl(from var(--ig-secondary-500) h s l/1));--disabled-border-color: var(--igx-button-disabled-border-color, hsl(from var(--ig-gray-300) h s l/1));--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, #335e3b);--focus-foreground: var(--igx-button-focus-foreground, white);--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-visible-background: var(--igx-button-focus-visible-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-background: var(--igx-button-focus-hover-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=contained],.analytics-btn .igx-button--contained{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-2));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-4));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-8));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-8));--background: var(--igx-button-background, #335e3b);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-foreground: var(--igx-button-focus-foreground, white);--focus-hover-background: var(--igx-button-focus-hover-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-background: var(--igx-button-focus-visible-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-2));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-4));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-8));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-8));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=fab],.analytics-btn .igx-button--fab{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(3rem, -1 * 3rem), var(--is-medium, 1) * max(2.5rem, -1 * 2.5rem), var(--is-small, 1) * max(2rem, -1 * 2rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-6));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-12));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-12));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-12));--background: var(--igx-button-background, #335e3b);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-foreground: var(--igx-button-focus-foreground, white);--focus-hover-background: var(--igx-button-focus-hover-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-background: var(--igx-button-focus-visible-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-6));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-12));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-12));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-12));--theme: var(--igx-button-theme, material)}.disableButton{opacity:.4;pointer-events:none}.clear,.more-action{display:flex;flex-flow:column;justify-content:center;border-left:1px solid #bdbdbd}.clear .btn,.clear .more-btn,.more-action .btn,.more-action .more-btn{width:68px;margin:0 0 7px;padding:0}.clear .more-btn,.more-action .more-btn{width:36px;height:36px;align-self:center;border-radius:20px}.clear .name,.more-action .name{font-size:.9rem;font-weight:400;text-align:center}.icon{pointer-events:none}.btn{display:inline-flex;flex-flow:column;align-items:center}.btn.condition{padding-right:16px}.btn.chart{padding-right:24px}.btn img,.btn span{pointer-events:none}.chart-preview{width:350px;height:300px;background-color:#fff;overflow:hidden}.chart-preview .chart-preview-title{margin:1rem;justify-content:center}.chart-preview .chart-preview-area{height:270px}::ng-deep .toggle-content,::ng-deep .toggle-content .ig-scrollbar{--sb-size: var(--ig-scrollbar-sb-size, 1rem);--sb-thumb-min-height: var(--ig-scrollbar-sb-thumb-min-height, 2rem);--sb-thumb-bg-color: var(--ig-scrollbar-sb-thumb-bg-color, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-bg-color-hover: var(--ig-scrollbar-sb-thumb-bg-color-hover, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-border-color: var(--ig-scrollbar-sb-thumb-border-color, transparent);--sb-thumb-border-size: var(--ig-scrollbar-sb-thumb-border-size, 0);--sb-thumb-border-radius: var(--ig-scrollbar-sb-thumb-border-radius, 0);--sb-track-bg-color: var(--ig-scrollbar-sb-track-bg-color, hsl(from var(--ig-gray-100) h s l/1));--sb-track-bg-color-hover: var(--ig-scrollbar-sb-track-bg-color-hover, hsl(from var(--ig-gray-100) h s l/1));--sb-track-border-color: var(--ig-scrollbar-sb-track-border-color, transparent);--sb-track-border-size: var(--ig-scrollbar-sb-track-border-size, 0);--sb-corner-bg: var(--ig-scrollbar-sb-corner-bg, hsl(from var(--ig-gray-100) h s l/1));--sb-corner-border-color: var(--ig-scrollbar-sb-corner-border-color, transparent);--sb-corner-border-size: var(--ig-scrollbar-sb-corner-border-size, 0);--theme: var(--ig-scrollbar-theme, material)}@-moz-document url-prefix(){}::ng-deep .toggle-content{width:354px;max-width:358px;height:148px;background-color:#fff}::ng-deep .toggle-content .tabs{display:flex!important;border:.2px solid;border-color:#d3d3d3}::ng-deep .toggle-content .tab-option{padding:.9rem;height:100px;width:358px;display:inline-flex;overflow-x:auto;overflow-y:hidden;white-space:nowrap;align-content:center}::ng-deep .toggle-content .tab-option .chartImgButton{width:48px;height:48px}::ng-deep .toggle-content .tab-option .imgSize,::ng-deep .toggle-content .clear.action .imgSize{width:36px;height:36px;align-self:center}::ng-deep .toggle-content .action{cursor:pointer;opacity:1}::ng-deep .toggle-content .action.selected{opacity:.62}::ng-deep .toggle-content .action.selected--condition{pointer-events:none;opacity:.62}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1$2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "pipe", type: i1$2.SlicePipe, name: "slice" }, { kind: "pipe", type: SvgPipe, name: "svg" }, { kind: "directive", type: IgxToggleDirective, selector: "[igxToggle]", inputs: ["id"], outputs: ["opened", "opening", "closed", "closing", "appended"], exportAs: ["toggle"] }, { kind: "component", type: IgxIconComponent, selector: "igx-icon", inputs: ["family", "name", "active"] }, { kind: "component", type: IgxTabsComponent, selector: "igx-tabs", inputs: ["tabAlignment", "activation"] }, { kind: "component", type: IgxTabItemComponent, selector: "igx-tab-item" }, { kind: "component", type: IgxTabHeaderComponent, selector: "igx-tab-header" }, { kind: "component", type: IgxTabContentComponent, selector: "igx-tab-content" }, { kind: "directive", type: IgxTabHeaderLabelDirective, selector: "igx-tab-header-label,[igxTabHeaderLabel]" }, { kind: "ngmodule", type: IgxBarSeriesModule }, { kind: "ngmodule", type: IgxCategoryChartModule }, { kind: "ngmodule", type: IgxCategoryXAxisModule }, { kind: "ngmodule", type: IgxDataChartCategoryModule }, { kind: "ngmodule", type: IgxDataChartCoreModule }, { kind: "ngmodule", type: IgxDataChartInteractivityModule }, { kind: "ngmodule", type: IgxDataChartScatterModule }, { kind: "ngmodule", type: IgxDataChartStackedModule }, { kind: "ngmodule", type: IgxItemLegendModule }, { kind: "ngmodule", type: IgxLegendModule }, { kind: "ngmodule", type: IgxNumericXAxisModule }, { kind: "ngmodule", type: IgxNumericYAxisModule }] }); }
|
|
1509
1493
|
}
|
|
1510
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1511
|
-
type:
|
|
1512
|
-
args: [{
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1494
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxContextMenuComponent, decorators: [{
|
|
1495
|
+
type: Component,
|
|
1496
|
+
args: [{ selector: 'igx-context-menu', imports: [
|
|
1497
|
+
CommonModule,
|
|
1498
|
+
NgFor,
|
|
1499
|
+
SvgPipe,
|
|
1500
|
+
IgxToggleDirective,
|
|
1501
|
+
IgxIconComponent,
|
|
1502
|
+
IgxTabsComponent,
|
|
1503
|
+
IgxTabItemComponent,
|
|
1504
|
+
IgxTabHeaderComponent,
|
|
1505
|
+
IgxTabContentComponent,
|
|
1506
|
+
IgxTabHeaderLabelDirective,
|
|
1507
|
+
IgxBarSeriesModule,
|
|
1508
|
+
IgxCategoryChartModule,
|
|
1509
|
+
IgxCategoryXAxisModule,
|
|
1510
|
+
IgxDataChartCategoryModule,
|
|
1511
|
+
IgxDataChartCoreModule,
|
|
1512
|
+
IgxDataChartInteractivityModule,
|
|
1513
|
+
IgxDataChartScatterModule,
|
|
1514
|
+
IgxDataChartStackedModule,
|
|
1515
|
+
IgxItemLegendModule,
|
|
1516
|
+
IgxLegendModule,
|
|
1517
|
+
IgxNumericXAxisModule,
|
|
1518
|
+
IgxNumericYAxisModule,
|
|
1519
|
+
], schemas: [CUSTOM_ELEMENTS_SCHEMA], template: "<span #analyticsBtn class=\"analytics-btn\">\r\n <button #btn igxIconButton=\"flat\" (click)=\"toggleTabMenu()\">\r\n <igx-icon #icon class=\"icon\" family=\"material\">insert_chart_outlined</igx-icon>\r\n </button>\r\n</span>\r\n<div #tabsMenu igxToggle class=\"toggle-content ig-scrollbar\">\r\n <igx-tabs tabsType=\"fixed\" [selectedIndex]=\"!this.textFormatters.length && chartTypes.length ? 1 : 0\">\r\n <igx-tab-item [disabled]=\"!textFormatters.length\">\r\n <igx-tab-header>\r\n <span igxTabHeaderLabel>Conditional Formatting</span>\r\n </igx-tab-header>\r\n <igx-tab-content>\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"tabs\">\r\n <span class=\"tab-option\">\r\n <span *ngFor=\"let condition of textFormatters\" class=\"action btn condition\"\r\n [ngClass]=\"{'selected--condition': condition === currentFormatter}\"\r\n (click)=\"formatCells(condition)\">\r\n <div class=\"imgSize\" [innerHTML]=\"conditionImages[condition.replace(' ', '')] | svg\">\r\n </div>\r\n <span class=\"name\">{{condition.replace('10', '10%')}}</span>\r\n </span>\r\n </span>\r\n <span class=\"clear action\"\r\n [ngClass]=\"{'disableButton': contextDirective.textFormatter ? !contextDirective.textFormatter.formatter : true }\"\r\n (click)=\"clearFormat()\">\r\n <div class=\"imgSize\" [innerHTML]=\"conditionImages['Clear'] | svg\">\r\n </div>\r\n <span class=\"btn name\">Clear All</span>\r\n </span>\r\n </div>\r\n </igx-tab-content>\r\n </igx-tab-item>\r\n <igx-tab-item [disabled]=\"!chartTypes.length\">\r\n <igx-tab-header>\r\n <span igxTabHeaderLabel>Create Chart</span>\r\n </igx-tab-header>\r\n <igx-tab-content>\r\n <igc-trial-watermark></igc-trial-watermark>\r\n <div class=\"tabs\">\r\n <span class=\"tab-option\">\r\n <span *ngFor=\"let chart of chartTypes | slice:0:4\" class=\"action btn chart\"\r\n [ngClass]=\"{'selected': chart === currentChartType}\" (mouseenter)=\"previewChart(chart)\"\r\n (mouseleave)=\"hidePreview()\" (click)=\"openDialog(chart)\">\r\n <span [innerHTML]=\"chartImages[chart] | svg\" class=\"imgSize\">\r\n </span>\r\n <span class=\"name\">{{chart}}</span>\r\n </span>\r\n </span>\r\n <span class=\"more-action chart\" [ngClass]=\"{'disableButton': !chartTypes.length}\"\r\n (click)=\"openDialog()\">\r\n <button class=\"more-btn more-icon\" igxIconButton=\"flat\" [style.--background]=\"'#EBEBEB'\"\r\n [style.--foreground]=\"'black'\">\r\n <igx-icon class=\"icon\" family=\"material\">more_horiz</igx-icon>\r\n </button>\r\n <span class=\"name btn\">More...</span>\r\n </span>\r\n </div>\r\n </igx-tab-content>\r\n </igx-tab-item>\r\n </igx-tabs>\r\n</div>\r\n<div igxToggle #chartPreviewDialog class=\"chart-preview\">\r\n <div class=\"chart-preview-title\">\r\n <h5>Preview Chart</h5>\r\n </div>\r\n <div class=\"chart-preview-area\">\r\n <ng-template #chartPreview></ng-template>\r\n </div>\r\n</div>", styles: [".analytics-btn,.analytics-btn [igxButton=flat],.analytics-btn .igx-button--flat{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, #335e3b);--focus-foreground: var(--igx-button-focus-foreground, white);--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-visible-background: var(--igx-button-focus-visible-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-background: var(--igx-button-focus-hover-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=outlined],.analytics-btn .igx-button--outlined{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, hsl(from var(--ig-secondary-500) h s l/1));--hover-border-color: var(--igx-button-hover-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-border-color: var(--igx-button-focus-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-visible-border-color: var(--igx-button-focus-visible-border-color, hsl(from var(--ig-secondary-500) h s l/1));--active-border-color: var(--igx-button-active-border-color, hsl(from var(--ig-secondary-500) h s l/1));--disabled-border-color: var(--igx-button-disabled-border-color, hsl(from var(--ig-gray-300) h s l/1));--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, #335e3b);--focus-foreground: var(--igx-button-focus-foreground, white);--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-visible-background: var(--igx-button-focus-visible-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-background: var(--igx-button-focus-hover-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=contained],.analytics-btn .igx-button--contained{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-2));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-4));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-8));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-8));--background: var(--igx-button-background, #335e3b);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-foreground: var(--igx-button-focus-foreground, white);--focus-hover-background: var(--igx-button-focus-hover-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-background: var(--igx-button-focus-visible-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-2));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-4));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-8));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-8));--theme: var(--igx-button-theme, material)}.analytics-btn,.analytics-btn [igxButton=fab],.analytics-btn .igx-button--fab{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(3rem, -1 * 3rem), var(--is-medium, 1) * max(2.5rem, -1 * 2.5rem), var(--is-small, 1) * max(2rem, -1 * 2rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-6));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-12));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-12));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-12));--background: var(--igx-button-background, #335e3b);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, 0);--foreground: var(--igx-button-foreground, #fff);--icon-color: var(--igx-button-icon-color, #fff);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, #459a55);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-foreground: var(--igx-button-focus-foreground, white);--focus-hover-background: var(--igx-button-focus-hover-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-hover-foreground: var(--igx-button-focus-hover-foreground, white);--focus-visible-background: var(--igx-button-focus-visible-background, rgb(57.4189655172, 105.8310344828, 66.425862069));--focus-visible-foreground: var(--igx-button-focus-visible-foreground, white);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-6));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-12));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-12));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-12));--theme: var(--igx-button-theme, material)}.disableButton{opacity:.4;pointer-events:none}.clear,.more-action{display:flex;flex-flow:column;justify-content:center;border-left:1px solid #bdbdbd}.clear .btn,.clear .more-btn,.more-action .btn,.more-action .more-btn{width:68px;margin:0 0 7px;padding:0}.clear .more-btn,.more-action .more-btn{width:36px;height:36px;align-self:center;border-radius:20px}.clear .name,.more-action .name{font-size:.9rem;font-weight:400;text-align:center}.icon{pointer-events:none}.btn{display:inline-flex;flex-flow:column;align-items:center}.btn.condition{padding-right:16px}.btn.chart{padding-right:24px}.btn img,.btn span{pointer-events:none}.chart-preview{width:350px;height:300px;background-color:#fff;overflow:hidden}.chart-preview .chart-preview-title{margin:1rem;justify-content:center}.chart-preview .chart-preview-area{height:270px}::ng-deep .toggle-content,::ng-deep .toggle-content .ig-scrollbar{--sb-size: var(--ig-scrollbar-sb-size, 1rem);--sb-thumb-min-height: var(--ig-scrollbar-sb-thumb-min-height, 2rem);--sb-thumb-bg-color: var(--ig-scrollbar-sb-thumb-bg-color, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-bg-color-hover: var(--ig-scrollbar-sb-thumb-bg-color-hover, hsl(from var(--ig-gray-400) h s l/1));--sb-thumb-border-color: var(--ig-scrollbar-sb-thumb-border-color, transparent);--sb-thumb-border-size: var(--ig-scrollbar-sb-thumb-border-size, 0);--sb-thumb-border-radius: var(--ig-scrollbar-sb-thumb-border-radius, 0);--sb-track-bg-color: var(--ig-scrollbar-sb-track-bg-color, hsl(from var(--ig-gray-100) h s l/1));--sb-track-bg-color-hover: var(--ig-scrollbar-sb-track-bg-color-hover, hsl(from var(--ig-gray-100) h s l/1));--sb-track-border-color: var(--ig-scrollbar-sb-track-border-color, transparent);--sb-track-border-size: var(--ig-scrollbar-sb-track-border-size, 0);--sb-corner-bg: var(--ig-scrollbar-sb-corner-bg, hsl(from var(--ig-gray-100) h s l/1));--sb-corner-border-color: var(--ig-scrollbar-sb-corner-border-color, transparent);--sb-corner-border-size: var(--ig-scrollbar-sb-corner-border-size, 0);--theme: var(--ig-scrollbar-theme, material)}@-moz-document url-prefix(){}::ng-deep .toggle-content{width:354px;max-width:358px;height:148px;background-color:#fff}::ng-deep .toggle-content .tabs{display:flex!important;border:.2px solid;border-color:#d3d3d3}::ng-deep .toggle-content .tab-option{padding:.9rem;height:100px;width:358px;display:inline-flex;overflow-x:auto;overflow-y:hidden;white-space:nowrap;align-content:center}::ng-deep .toggle-content .tab-option .chartImgButton{width:48px;height:48px}::ng-deep .toggle-content .tab-option .imgSize,::ng-deep .toggle-content .clear.action .imgSize{width:36px;height:36px;align-self:center}::ng-deep .toggle-content .action{cursor:pointer;opacity:1}::ng-deep .toggle-content .action.selected{opacity:.62}::ng-deep .toggle-content .action.selected--condition{pointer-events:none;opacity:.62}\n"] }]
|
|
1520
|
+
}], ctorParameters: () => [{ type: i1.IgxOverlayService }], propDecorators: { button: [{
|
|
1521
|
+
type: ViewChild,
|
|
1522
|
+
args: ['analyticsBtn']
|
|
1523
|
+
}], tabsMenu: [{
|
|
1524
|
+
type: ViewChild,
|
|
1525
|
+
args: ['tabsMenu', { read: IgxToggleDirective }]
|
|
1526
|
+
}], chartPreview: [{
|
|
1527
|
+
type: ViewChild,
|
|
1528
|
+
args: ['chartPreview', { read: ViewContainerRef }]
|
|
1529
|
+
}], chartPreviewDialog: [{
|
|
1530
|
+
type: ViewChild,
|
|
1531
|
+
args: ['chartPreviewDialog', { read: IgxToggleDirective }]
|
|
1532
|
+
}], tabs: [{
|
|
1533
|
+
type: ViewChild,
|
|
1534
|
+
args: [IgxTabsComponent]
|
|
1529
1535
|
}] } });
|
|
1530
1536
|
|
|
1531
1537
|
class IgxContextMenuDirective {
|
|
@@ -1601,6 +1607,12 @@ class IgxContextMenuDirective {
|
|
|
1601
1607
|
this.onButtonClose.emit();
|
|
1602
1608
|
this.renderButton();
|
|
1603
1609
|
});
|
|
1610
|
+
this.grid.selected.pipe(merge(this.grid.groupingDone), takeUntil(this.destroy$)).subscribe((args) => {
|
|
1611
|
+
if (this.grid.selectedCells.length < 2 || args.expressions) {
|
|
1612
|
+
this._range = undefined;
|
|
1613
|
+
this.close();
|
|
1614
|
+
}
|
|
1615
|
+
});
|
|
1604
1616
|
}
|
|
1605
1617
|
renderButton() {
|
|
1606
1618
|
if (!this._range) {
|
|
@@ -1656,142 +1668,43 @@ class IgxContextMenuDirective {
|
|
|
1656
1668
|
return rInex >= this._range.rowStart && rInex <= this._range.rowEnd
|
|
1657
1669
|
&& cIndex >= this._range.columnStart && cIndex <= this._range.columnEnd;
|
|
1658
1670
|
}
|
|
1659
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1660
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1671
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxContextMenuDirective, deps: [{ token: i1.IgxGridComponent }, { token: IgxConditionalFormattingDirective, optional: true }, { token: IgxChartIntegrationDirective, optional: true }, { token: i1.IgxOverlayService }], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
1672
|
+
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "19.1.3", type: IgxContextMenuDirective, isStandalone: true, selector: "[igxContextMenu]", outputs: { onButtonClose: "onButtonClose" }, ngImport: i0 }); }
|
|
1661
1673
|
}
|
|
1662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1674
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: IgxContextMenuDirective, decorators: [{
|
|
1663
1675
|
type: Directive,
|
|
1664
1676
|
args: [{
|
|
1665
|
-
selector: '[igxContextMenu]'
|
|
1677
|
+
selector: '[igxContextMenu]',
|
|
1666
1678
|
}]
|
|
1667
|
-
}], ctorParameters: () => [{ type: i1
|
|
1679
|
+
}], ctorParameters: () => [{ type: i1.IgxGridComponent }, { type: IgxConditionalFormattingDirective, decorators: [{
|
|
1668
1680
|
type: Optional
|
|
1669
1681
|
}] }, { type: IgxChartIntegrationDirective, decorators: [{
|
|
1670
1682
|
type: Optional
|
|
1671
|
-
}] }, { type: i1
|
|
1683
|
+
}] }, { type: i1.IgxOverlayService }], propDecorators: { onButtonClose: [{
|
|
1672
1684
|
type: Output
|
|
1673
1685
|
}] } });
|
|
1674
1686
|
|
|
1675
1687
|
class PageHeaderComponent {
|
|
1676
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1677
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.12", type: PageHeaderComponent, selector: "app-page-header", inputs: { title: "title" }, ngImport: i0, template: "<div class=\"sample-header\">\r\n <h1 class=\"title ig-typography__h3\">\r\n <button igxIconButton=\"flat\"\r\n igxRipple\r\n igxRippleCentered=\"true\"\r\n igxToggleAction=\"navdrawer\"\r\n class=\"hamburger\">\r\n <igx-icon family=\"material\">menu</igx-icon>\r\n </button>\r\n {{ title }}\r\n </h1>\r\n <p class=\"description\">\r\n <ng-content></ng-content>\r\n </p>\r\n</div>\r\n", styles: [":host ::ng-deep,:host ::ng-deep [igxButton=flat],:host ::ng-deep .igx-button--flat{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=outlined],:host ::ng-deep .igx-button--outlined{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, hsl(from var(--ig-secondary-500) h s l/1));--hover-border-color: var(--igx-button-hover-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-border-color: var(--igx-button-focus-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-visible-border-color: var(--igx-button-focus-visible-border-color, hsl(from var(--ig-secondary-500) h s l/1));--active-border-color: var(--igx-button-active-border-color, hsl(from var(--ig-secondary-500) h s l/1));--disabled-border-color: var(--igx-button-disabled-border-color, hsl(from var(--ig-gray-300) h s l/1));--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=contained],:host ::ng-deep .igx-button--contained{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-2));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-4));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-8));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-8));--background: var(--igx-button-background, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-2));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-4));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-8));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-8));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=fab],:host ::ng-deep .igx-button--fab{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(3rem, -1 * 3rem), var(--is-medium, 1) * max(2.5rem, -1 * 2.5rem), var(--is-small, 1) * max(2rem, -1 * 2rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-6));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-12));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-12));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-12));--background: var(--igx-button-background, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, clamp(.75rem, calc(var(--ig-radius-factor, 1) * 1.75rem), 1.75rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-6));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-12));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-12));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-12));--theme: var(--igx-button-theme, material)}:host ::ng-deep .hamburger{margin-right:32px}[dir=rtl] :host ::ng-deep .hamburger{margin-left:32px;margin-right:initial}.sample-header{padding:48px 24px;background:#111}.sample-header .title{display:flex;flex-flow:row nowrap;align-items:center;color:#fff;font-weight:400;margin:0}.sample-header .description{color:#fff;margin-top:48px;margin-bottom:0}\n"], dependencies: [{ kind: "directive", type: i1$1.IgxIconButtonDirective, selector: "[igxIconButton]", inputs: ["igxIconButton"] }, { kind: "directive", type: i1$1.IgxRippleDirective, selector: "[igxRipple]", inputs: ["igxRippleTarget", "igxRipple", "igxRippleDuration", "igxRippleCentered", "igxRippleDisabled"] }, { kind: "directive", type: i1$1.IgxToggleActionDirective, selector: "[igxToggleAction]", inputs: ["overlaySettings", "igxToggleOutlet", "igxToggleAction"], exportAs: ["toggle-action"] }, { kind: "component", type: i1$1.IgxIconComponent, selector: "igx-icon", inputs: ["family", "name", "active"] }] }); }
|
|
1688
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: PageHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1689
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.1.3", type: PageHeaderComponent, isStandalone: true, selector: "app-page-header", inputs: { title: "title" }, ngImport: i0, template: "<div class=\"sample-header\">\r\n <h1 class=\"title ig-typography__h3\">\r\n <button igxIconButton=\"flat\"\r\n igxRipple\r\n igxRippleCentered=\"true\"\r\n igxToggleAction=\"navdrawer\"\r\n class=\"hamburger\">\r\n <igx-icon family=\"material\">menu</igx-icon>\r\n </button>\r\n {{ title }}\r\n </h1>\r\n <p class=\"description\">\r\n <ng-content></ng-content>\r\n </p>\r\n</div>\r\n", styles: [":host ::ng-deep,:host ::ng-deep [igxButton=flat],:host ::ng-deep .igx-button--flat{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=outlined],:host ::ng-deep .igx-button--outlined{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, hsl(from var(--ig-secondary-500) h s l/1));--hover-border-color: var(--igx-button-hover-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-border-color: var(--igx-button-focus-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-visible-border-color: var(--igx-button-focus-visible-border-color, hsl(from var(--ig-secondary-500) h s l/1));--active-border-color: var(--igx-button-active-border-color, hsl(from var(--ig-secondary-500) h s l/1));--disabled-border-color: var(--igx-button-disabled-border-color, hsl(from var(--ig-gray-300) h s l/1));--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=contained],:host ::ng-deep .igx-button--contained{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-2));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-4));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-8));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-8));--background: var(--igx-button-background, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-2));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-4));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-8));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-8));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=fab],:host ::ng-deep .igx-button--fab{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(3rem, -1 * 3rem), var(--is-medium, 1) * max(2.5rem, -1 * 2.5rem), var(--is-small, 1) * max(2rem, -1 * 2rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-6));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-12));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-12));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-12));--background: var(--igx-button-background, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, clamp(.75rem, calc(var(--ig-radius-factor, 1) * 1.75rem), 1.75rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-6));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-12));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-12));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-12));--theme: var(--igx-button-theme, material)}:host ::ng-deep .hamburger{margin-right:32px}[dir=rtl] :host ::ng-deep .hamburger{margin-left:32px;margin-right:initial}.sample-header{padding:48px 24px;background:#111}.sample-header .title{display:flex;flex-flow:row nowrap;align-items:center;color:#fff;font-weight:400;margin:0}.sample-header .description{color:#fff;margin-top:48px;margin-bottom:0}\n"], dependencies: [{ kind: "component", type: IgxIconComponent, selector: "igx-icon", inputs: ["family", "name", "active"] }, { kind: "directive", type: IgxToggleActionDirective, selector: "[igxToggleAction]", inputs: ["overlaySettings", "igxToggleOutlet", "igxToggleAction"], exportAs: ["toggle-action"] }] }); }
|
|
1678
1690
|
}
|
|
1679
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1691
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.1.3", ngImport: i0, type: PageHeaderComponent, decorators: [{
|
|
1680
1692
|
type: Component,
|
|
1681
|
-
args: [{ selector: 'app-page-header', template: "<div class=\"sample-header\">\r\n <h1 class=\"title ig-typography__h3\">\r\n <button igxIconButton=\"flat\"\r\n igxRipple\r\n igxRippleCentered=\"true\"\r\n igxToggleAction=\"navdrawer\"\r\n class=\"hamburger\">\r\n <igx-icon family=\"material\">menu</igx-icon>\r\n </button>\r\n {{ title }}\r\n </h1>\r\n <p class=\"description\">\r\n <ng-content></ng-content>\r\n </p>\r\n</div>\r\n", styles: [":host ::ng-deep,:host ::ng-deep [igxButton=flat],:host ::ng-deep .igx-button--flat{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=outlined],:host ::ng-deep .igx-button--outlined{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, hsl(from var(--ig-secondary-500) h s l/1));--hover-border-color: var(--igx-button-hover-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-border-color: var(--igx-button-focus-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-visible-border-color: var(--igx-button-focus-visible-border-color, hsl(from var(--ig-secondary-500) h s l/1));--active-border-color: var(--igx-button-active-border-color, hsl(from var(--ig-secondary-500) h s l/1));--disabled-border-color: var(--igx-button-disabled-border-color, hsl(from var(--ig-gray-300) h s l/1));--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=contained],:host ::ng-deep .igx-button--contained{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-2));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-4));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-8));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-8));--background: var(--igx-button-background, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-2));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-4));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-8));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-8));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=fab],:host ::ng-deep .igx-button--fab{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(3rem, -1 * 3rem), var(--is-medium, 1) * max(2.5rem, -1 * 2.5rem), var(--is-small, 1) * max(2rem, -1 * 2rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-6));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-12));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-12));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-12));--background: var(--igx-button-background, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, clamp(.75rem, calc(var(--ig-radius-factor, 1) * 1.75rem), 1.75rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-6));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-12));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-12));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-12));--theme: var(--igx-button-theme, material)}:host ::ng-deep .hamburger{margin-right:32px}[dir=rtl] :host ::ng-deep .hamburger{margin-left:32px;margin-right:initial}.sample-header{padding:48px 24px;background:#111}.sample-header .title{display:flex;flex-flow:row nowrap;align-items:center;color:#fff;font-weight:400;margin:0}.sample-header .description{color:#fff;margin-top:48px;margin-bottom:0}\n"] }]
|
|
1693
|
+
args: [{ selector: 'app-page-header', imports: [IgxIconComponent, IgxToggleActionDirective], template: "<div class=\"sample-header\">\r\n <h1 class=\"title ig-typography__h3\">\r\n <button igxIconButton=\"flat\"\r\n igxRipple\r\n igxRippleCentered=\"true\"\r\n igxToggleAction=\"navdrawer\"\r\n class=\"hamburger\">\r\n <igx-icon family=\"material\">menu</igx-icon>\r\n </button>\r\n {{ title }}\r\n </h1>\r\n <p class=\"description\">\r\n <ng-content></ng-content>\r\n </p>\r\n</div>\r\n", styles: [":host ::ng-deep,:host ::ng-deep [igxButton=flat],:host ::ng-deep .igx-button--flat{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=outlined],:host ::ng-deep .igx-button--outlined{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, hsl(from var(--ig-secondary-500) h s l/1));--hover-border-color: var(--igx-button-hover-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-border-color: var(--igx-button-focus-border-color, hsl(from var(--ig-secondary-500) h s l/1));--focus-visible-border-color: var(--igx-button-focus-visible-border-color, hsl(from var(--ig-secondary-500) h s l/1));--active-border-color: var(--igx-button-active-border-color, hsl(from var(--ig-secondary-500) h s l/1));--disabled-border-color: var(--igx-button-disabled-border-color, hsl(from var(--ig-gray-300) h s l/1));--disabled-background: var(--igx-button-disabled-background, transparent);--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-0));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-0));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-0));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-0));--background: var(--igx-button-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-500) h s l/.16));--active-foreground: var(--igx-button-active-foreground, hsl(from var(--ig-secondary-500) h s l/1));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-0));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-0));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-0));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-0));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=contained],:host ::ng-deep .igx-button--contained{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(2.25rem, -1 * 2.25rem), var(--is-medium, 1) * max(1.875rem, -1 * 1.875rem), var(--is-small, 1) * max(1.5rem, -1 * 1.5rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-2));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-4));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-8));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-8));--background: var(--igx-button-background, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, clamp(0rem, calc(var(--ig-radius-factor, .2) * 1.25rem), 1.25rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-2));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-4));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-8));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-8));--theme: var(--igx-button-theme, material)}:host ::ng-deep,:host ::ng-deep [igxButton=fab],:host ::ng-deep .igx-button--fab{--shadow-color: var(--igx-button-shadow-color, transparent);--border-color: var(--igx-button-border-color, transparent);--hover-border-color: var(--igx-button-hover-border-color, transparent);--focus-border-color: var(--igx-button-focus-border-color, transparent);--focus-visible-border-color: var(--igx-button-focus-visible-border-color, transparent);--active-border-color: var(--igx-button-active-border-color, transparent);--disabled-border-color: var(--igx-button-disabled-border-color, transparent);--disabled-background: var(--igx-button-disabled-background, hsl(from var(--ig-gray-100) h s l/1));--disabled-foreground: var(--igx-button-disabled-foreground, hsl(from var(--ig-gray-500) h s l/1));--disabled-icon-color: var(--igx-button-disabled-icon-color, hsl(from var(--ig-gray-500) h s l/1));--size: var(--igx-button-size, max(var(--is-large, 1) * max(3rem, -1 * 3rem), var(--is-medium, 1) * max(2.5rem, -1 * 2.5rem), var(--is-small, 1) * max(2rem, -1 * 2rem)));--default-size: var(--igx-button-default-size, 3);--resting-elevation: var(--igx-button-resting-elevation, var(--ig-elevation-6));--hover-elevation: var(--igx-button-hover-elevation, var(--ig-elevation-12));--focus-elevation: var(--igx-button-focus-elevation, var(--ig-elevation-12));--active-elevation: var(--igx-button-active-elevation, var(--ig-elevation-12));--background: var(--igx-button-background, white);--active-background: var(--igx-button-active-background, hsl(from var(--ig-secondary-300) h s l/1));--border-radius: var(--igx-button-border-radius, clamp(.75rem, calc(var(--ig-radius-factor, 1) * 1.75rem), 1.75rem));--foreground: var(--igx-button-foreground, black);--icon-color: var(--igx-button-icon-color, black);--icon-color-hover: var(--igx-button-icon-color-hover, black);--hover-background: var(--igx-button-hover-background, white);--hover-foreground: var(--igx-button-hover-foreground, black);--focus-background: var(--igx-button-focus-background, white);--focus-foreground: var(--igx-button-focus-foreground, black);--focus-hover-background: var(--igx-button-focus-hover-background, white);--focus-hover-foreground: var(--igx-button-focus-hover-foreground, black);--focus-visible-background: var(--igx-button-focus-visible-background, white);--focus-visible-foreground: var(--igx-button-focus-visible-foreground, black);--active-foreground: var(--igx-button-active-foreground, color-mix(in oklch, var(--ig-secondary-300-contrast) 100%, transparent));--resting-shadow: var(--igx-button-resting-shadow, var(--ig-elevation-6));--hover-shadow: var(--igx-button-hover-shadow, var(--ig-elevation-12));--focus-shadow: var(--igx-button-focus-shadow, var(--ig-elevation-12));--active-shadow: var(--igx-button-active-shadow, var(--ig-elevation-12));--theme: var(--igx-button-theme, material)}:host ::ng-deep .hamburger{margin-right:32px}[dir=rtl] :host ::ng-deep .hamburger{margin-left:32px;margin-right:initial}.sample-header{padding:48px 24px;background:#111}.sample-header .title{display:flex;flex-flow:row nowrap;align-items:center;color:#fff;font-weight:400;margin:0}.sample-header .description{color:#fff;margin-top:48px;margin-bottom:0}\n"] }]
|
|
1682
1694
|
}], propDecorators: { title: [{
|
|
1683
1695
|
type: Input
|
|
1684
1696
|
}] } });
|
|
1685
1697
|
|
|
1686
|
-
class IgxExtrasModule {
|
|
1687
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IgxExtrasModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
1688
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.12", ngImport: i0, type: IgxExtrasModule, declarations: [IgxConditionalFormattingDirective,
|
|
1689
|
-
IgxChartIntegrationDirective,
|
|
1690
|
-
IgxContextMenuDirective,
|
|
1691
|
-
IgxContextMenuComponent,
|
|
1692
|
-
IgxChartMenuComponent,
|
|
1693
|
-
PageHeaderComponent,
|
|
1694
|
-
SvgPipe], imports: [IgxButtonModule,
|
|
1695
|
-
IgxRippleModule,
|
|
1696
|
-
IgxDividerModule,
|
|
1697
|
-
IgxGridModule,
|
|
1698
|
-
IgxTabsModule,
|
|
1699
|
-
IgxToggleModule,
|
|
1700
|
-
IgxDataChartCategoryModule,
|
|
1701
|
-
IgxDataChartCoreModule,
|
|
1702
|
-
IgxLegendModule,
|
|
1703
|
-
IgxDataChartInteractivityModule,
|
|
1704
|
-
IgxNumericXAxisModule,
|
|
1705
|
-
IgxNumericYAxisModule,
|
|
1706
|
-
IgxCategoryXAxisModule,
|
|
1707
|
-
IgxItemLegendModule,
|
|
1708
|
-
IgxPieChartModule,
|
|
1709
|
-
IgxDataChartStackedModule,
|
|
1710
|
-
IgxDividerModule,
|
|
1711
|
-
IgxDataChartScatterModule,
|
|
1712
|
-
IgxBarSeriesModule,
|
|
1713
|
-
IgxIconModule,
|
|
1714
|
-
IgxCategoryChartModule,
|
|
1715
|
-
CommonModule], exports: [IgxConditionalFormattingDirective,
|
|
1716
|
-
IgxChartIntegrationDirective,
|
|
1717
|
-
IgxContextMenuDirective,
|
|
1718
|
-
PageHeaderComponent] }); }
|
|
1719
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IgxExtrasModule, imports: [IgxButtonModule,
|
|
1720
|
-
IgxRippleModule,
|
|
1721
|
-
IgxDividerModule,
|
|
1722
|
-
IgxGridModule,
|
|
1723
|
-
IgxTabsModule,
|
|
1724
|
-
IgxToggleModule,
|
|
1725
|
-
IgxDataChartCategoryModule,
|
|
1726
|
-
IgxDataChartCoreModule,
|
|
1727
|
-
IgxLegendModule,
|
|
1728
|
-
IgxDataChartInteractivityModule,
|
|
1729
|
-
IgxNumericXAxisModule,
|
|
1730
|
-
IgxNumericYAxisModule,
|
|
1731
|
-
IgxCategoryXAxisModule,
|
|
1732
|
-
IgxItemLegendModule,
|
|
1733
|
-
IgxPieChartModule,
|
|
1734
|
-
IgxDataChartStackedModule,
|
|
1735
|
-
IgxDividerModule,
|
|
1736
|
-
IgxDataChartScatterModule,
|
|
1737
|
-
IgxBarSeriesModule,
|
|
1738
|
-
IgxIconModule,
|
|
1739
|
-
IgxCategoryChartModule,
|
|
1740
|
-
CommonModule] }); }
|
|
1741
|
-
}
|
|
1742
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.12", ngImport: i0, type: IgxExtrasModule, decorators: [{
|
|
1743
|
-
type: NgModule,
|
|
1744
|
-
args: [{
|
|
1745
|
-
declarations: [
|
|
1746
|
-
IgxConditionalFormattingDirective,
|
|
1747
|
-
IgxChartIntegrationDirective,
|
|
1748
|
-
IgxContextMenuDirective,
|
|
1749
|
-
IgxContextMenuComponent,
|
|
1750
|
-
IgxChartMenuComponent,
|
|
1751
|
-
PageHeaderComponent,
|
|
1752
|
-
SvgPipe
|
|
1753
|
-
],
|
|
1754
|
-
imports: [
|
|
1755
|
-
IgxButtonModule,
|
|
1756
|
-
IgxRippleModule,
|
|
1757
|
-
IgxDividerModule,
|
|
1758
|
-
IgxGridModule,
|
|
1759
|
-
IgxTabsModule,
|
|
1760
|
-
IgxToggleModule,
|
|
1761
|
-
IgxDataChartCategoryModule,
|
|
1762
|
-
IgxDataChartCoreModule,
|
|
1763
|
-
IgxLegendModule,
|
|
1764
|
-
IgxDataChartInteractivityModule,
|
|
1765
|
-
IgxNumericXAxisModule,
|
|
1766
|
-
IgxNumericYAxisModule,
|
|
1767
|
-
IgxCategoryXAxisModule,
|
|
1768
|
-
IgxItemLegendModule,
|
|
1769
|
-
IgxPieChartModule,
|
|
1770
|
-
IgxDataChartStackedModule,
|
|
1771
|
-
IgxDividerModule,
|
|
1772
|
-
IgxDataChartScatterModule,
|
|
1773
|
-
IgxBarSeriesModule,
|
|
1774
|
-
IgxIconModule,
|
|
1775
|
-
IgxCategoryChartModule,
|
|
1776
|
-
CommonModule
|
|
1777
|
-
],
|
|
1778
|
-
exports: [
|
|
1779
|
-
IgxConditionalFormattingDirective,
|
|
1780
|
-
IgxChartIntegrationDirective,
|
|
1781
|
-
IgxContextMenuDirective,
|
|
1782
|
-
PageHeaderComponent
|
|
1783
|
-
],
|
|
1784
|
-
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
|
1785
|
-
}]
|
|
1786
|
-
}] });
|
|
1787
|
-
|
|
1788
1698
|
/*
|
|
1789
1699
|
* Public API Surface of igniteui-angular-extras
|
|
1790
1700
|
*/
|
|
1701
|
+
/**
|
|
1702
|
+
* Directives
|
|
1703
|
+
*/
|
|
1791
1704
|
|
|
1792
1705
|
/**
|
|
1793
1706
|
* Generated bundle index. Do not edit.
|
|
1794
1707
|
*/
|
|
1795
1708
|
|
|
1796
|
-
export { CHART_TYPE, ChartInitializer, ConditionalFormattingType, IgxChartIntegrationDirective, IgxChartMenuComponent, IgxConditionalFormattingDirective, IgxContextMenuComponent, IgxContextMenuDirective, IgxDataChartInitializer,
|
|
1709
|
+
export { CHART_TYPE, ChartInitializer, ConditionalFormattingType, IgxChartIntegrationDirective, IgxChartMenuComponent, IgxConditionalFormattingDirective, IgxContextMenuComponent, IgxContextMenuDirective, IgxDataChartInitializer, IgxPieChartInitializer, IgxStackedDataChartInitializer, OPTIONS_TYPE, PageHeaderComponent, SvgPipe };
|
|
1797
1710
|
//# sourceMappingURL=igniteui-angular-extras.mjs.map
|