pace-chart-lib 1.0.82 → 1.0.84
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.
|
@@ -522,7 +522,7 @@ export declare const dataTablePreCalculation: (formatOptions: TDefaultChartForma
|
|
|
522
522
|
*
|
|
523
523
|
* @return {void} This function does not return a value.
|
|
524
524
|
*/
|
|
525
|
-
export declare function addDataTable(isFitChart: boolean, svg: any, currentTag: any, dataTable: any[], colWidth: number, yAxis: any, xAxis: any, xScaleForLegends: any, getBarColor: any, isColorScaleApplied: boolean, dataTableHeight: number, chartType: string, formatOptions: TDefaultChartFormatOptionsType, yLabel: number, yTitle: number, dimensionList: string[], innerWidth: number, calculatedRange: number[], formatedDimensionMap: any, chartId: string, margin: TMargin, innerHeight: number): void;
|
|
525
|
+
export declare function addDataTable(isFitChart: boolean, svg: any, currentTag: any, dataTable: any[], colWidth: number, yAxis: any, xAxis: any, xScaleForLegends: any, getBarColor: any, isColorScaleApplied: boolean, dataTableHeight: number, chartType: string, formatOptions: TDefaultChartFormatOptionsType, yLabel: number, yTitle: number, dimensionList: string[], innerWidth: number, calculatedRange: number[], formatedDimensionMap: any, chartId: string, margin: TMargin, innerHeight: number, tableStartYOverride?: number): void;
|
|
526
526
|
/**
|
|
527
527
|
* Determines the CSS border style property (width, style, or color) for a data table cell.
|
|
528
528
|
*
|