axidio-styleguide-library1-v2 0.2.9 → 0.2.11
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.
|
@@ -17,35 +17,10 @@ export declare class GuageChartComponent extends ComponentUniqueId implements On
|
|
|
17
17
|
defaultConfiguration: any;
|
|
18
18
|
constructor();
|
|
19
19
|
get isAlertEnabled(): boolean;
|
|
20
|
-
ngOnInit(): void;
|
|
21
20
|
ngOnChanges(): void;
|
|
22
21
|
onResized(event: ResizedEvent): void;
|
|
23
|
-
|
|
24
|
-
* Main Initialization Function
|
|
25
|
-
* ------------------------------*/
|
|
22
|
+
ngOnInit(): void;
|
|
26
23
|
initializeLineChart(): void;
|
|
27
|
-
/** -------------------------------
|
|
28
|
-
* Modular Helper Functions
|
|
29
|
-
* ------------------------------*/
|
|
30
|
-
private setupChartConfiguration;
|
|
31
|
-
private getColorMap;
|
|
32
|
-
private configureDataType;
|
|
33
|
-
private calculateDataReady;
|
|
34
|
-
private setupContainer;
|
|
35
|
-
private createSvg;
|
|
36
|
-
private adjustDimensionsAndRadius;
|
|
37
|
-
private computeAngles;
|
|
38
|
-
private createArc;
|
|
39
|
-
private drawGaugeArcs;
|
|
40
|
-
private drawPointer;
|
|
41
|
-
private drawLabels;
|
|
42
|
-
private buildLabelArray;
|
|
43
|
-
private drawCenterTexts;
|
|
44
|
-
private centerTranslation;
|
|
45
|
-
private centerSvg;
|
|
46
|
-
/** -------------------------------
|
|
47
|
-
* Event Handlers
|
|
48
|
-
* ------------------------------*/
|
|
49
24
|
handleClick(d: any): void;
|
|
50
25
|
handleHeaderMenuClick(id: any): void;
|
|
51
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<GuageChartComponent, never>;
|