pace-chart-lib 1.0.80 → 1.0.81

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.
@@ -66,7 +66,7 @@ export declare function calculateVerticalMargins(windowWidth: number, windowHeig
66
66
  *
67
67
  * Now computes metrics once and passes the precomputed result to both calculators.
68
68
  */
69
- export declare function marginCalculation(windowWidth: number, windowHeight: number, maxNumberForPrimaryAxis: number, maxNumberForSecondaryAxis: number, yMaxLeft: number, formatOptions: TDefaultChartFormatOptionsType, legendList: string[], dimensionList: string[], yMaxRight: number, isSecondaryAxisDrawn: boolean, isNormalizedChart: boolean, xAxisObject: any, isBarChart?: boolean, chartJSON?: TChartJSON): {
69
+ export declare function marginCalculation(windowWidth: number, windowHeight: number, maxNumberForPrimaryAxis: number, maxNumberForSecondaryAxis: number, yMaxLeft: number, formatOptions: TDefaultChartFormatOptionsType, legendList: string[], dimensionList: string[], yMaxRight: number, isSecondaryAxisDrawn: boolean, isNormalizedChart: boolean, xAxisObject: any, isBarChart?: boolean, chartJSON?: TChartJSON, dataTableLegendsList?: string[]): {
70
70
  margin: TMargin;
71
71
  yLabel: any;
72
72
  xLabel: any;
@@ -118,6 +118,7 @@ export declare const firstFunctionBeforeRender: (svgRef: React.MutableRefObject<
118
118
  };
119
119
  export declare const conditionallyModifyFormatOptions: (formatOptions: TDefaultChartFormatOptionsType, seriesData: TSeries[], dataTableData: TSeries[]) => {
120
120
  formatOptions: TDefaultChartFormatOptionsType;
121
+ dataTableLegendsList: string[];
121
122
  };
122
123
  /**
123
124
  * adds non defined properties from `defaults` to `target` to avoid further checks for undefined values