axidio-styleguide-library1-v2 0.2.8 → 0.2.9

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,10 +17,35 @@ export declare class GuageChartComponent extends ComponentUniqueId implements On
17
17
  defaultConfiguration: any;
18
18
  constructor();
19
19
  get isAlertEnabled(): boolean;
20
+ ngOnInit(): void;
20
21
  ngOnChanges(): void;
21
22
  onResized(event: ResizedEvent): void;
22
- ngOnInit(): void;
23
+ /** -------------------------------
24
+ * Main Initialization Function
25
+ * ------------------------------*/
23
26
  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
+ * ------------------------------*/
24
49
  handleClick(d: any): void;
25
50
  handleHeaderMenuClick(id: any): void;
26
51
  static ɵfac: i0.ɵɵFactoryDeclaration<GuageChartComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axidio-styleguide-library1-v2",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.1",
6
6
  "@angular/core": "^17.3.1",