axidio-styleguide-library1-v2 0.3.17 → 0.3.19

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.
@@ -101,6 +101,8 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
101
101
  onResized(event: ResizedEvent): void;
102
102
  isZoomOutSelected(isZoomOut: boolean): void;
103
103
  private removeExistingChart;
104
+ private getDeviceConfig;
105
+ private configureResponsiveSettings;
104
106
  private mergeConfigurations;
105
107
  private prepareMetaData;
106
108
  private calculateDimensions;
@@ -123,12 +125,12 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
123
125
  private isAcronymLabel;
124
126
  private getYAxisLabelClass;
125
127
  private getXAxisLabelClass;
126
- private renderGridsFromLeftAxis;
127
128
  private applyConfigurationFlags;
128
129
  initializeStackedChart(): void;
129
130
  private renderGrids;
130
131
  private renderAxes;
131
132
  private renderStandardAxes;
133
+ private renderMobileXAxis;
132
134
  private renderDrilldownAxes;
133
135
  private renderMultiChartAxes;
134
136
  private applyAxisStyling;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "axidio-styleguide-library1-v2",
3
- "version": "0.3.17",
3
+ "version": "0.3.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.1",
6
6
  "@angular/core": "^17.3.1",