pace-chart-lib 1.0.76 → 1.0.78

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.
@@ -146,6 +146,8 @@ export declare function addUndefinedDefaults(defaults: any, target: any): any;
146
146
  export declare function customYscaleLabelFormatting(formatOptions: TDefaultChartFormatOptionsType, YminLeft: number, YmaxLeft: number, YminRight: number, YmaxRight: number): {
147
147
  maxNumberForPrimaryAxis: number;
148
148
  maxNumberForSecondaryAxis: number;
149
+ customYaxisMaxValue: number;
150
+ secondaryCustomYaxisMaxValue: number;
149
151
  };
150
152
  /**
151
153
  * Generates a list of evenly spaced numeric Y-axis labels based on the data range,