axidio-styleguide-library1-v2 0.4.8 → 0.4.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.
@@ -57,8 +57,6 @@ interface ChartConfiguration {
57
57
  yAxisCustomlabelStyles?: string;
58
58
  xAxisCustomlabelStyles?: string;
59
59
  isRia?: boolean;
60
- minBarWidth?: number;
61
- enableAutoScroll?: boolean;
62
60
  }
63
61
  export declare class GroupChartComponent extends ComponentUniqueId implements OnInit {
64
62
  containerElt: ElementRef;
@@ -101,14 +99,14 @@ export declare class GroupChartComponent extends ComponentUniqueId implements On
101
99
  private calculateMaxValue;
102
100
  private createLineYScale;
103
101
  private createSVGStructure;
104
- private renderGridLines;
105
102
  private renderAxes;
106
103
  private renderXAxis;
107
- private hasLongLabels;
108
104
  private renderMultiChartXAxis;
109
105
  private renderXLabelsOnSameLine;
110
106
  private renderYAxis;
111
107
  private applyAxisVisibilitySettings;
108
+ private renderYAxisGrid;
109
+ private renderXAxisGrid;
112
110
  private renderLineYAxis;
113
111
  private renderBars;
114
112
  private prepareBarData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axidio-styleguide-library1-v2",
3
- "version": "0.4.8",
3
+ "version": "0.4.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.1",
6
6
  "@angular/core": "^17.3.1",