@barchart/chart-lib 2.385.1 → 2.386.0

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.
@@ -1381,6 +1381,8 @@ declare module "@barchart/chart-lib" {
1381
1381
  numDecimals?: number;
1382
1382
  /** Field ids to omit from exported curve data. */
1383
1383
  excludeFields?: string[];
1384
+ /** Limit exported rows to the current visible x-axis range. */
1385
+ visibleRange?: boolean;
1384
1386
  /** Sort exported data sources before columns are built. */
1385
1387
  sourceOrder?: (a: ExportSource, b: ExportSource) => number;
1386
1388
  };