@barchart/chart-lib 2.231.2 → 2.232.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.
@@ -1394,14 +1394,17 @@ declare module "@barchart/chart-lib" {
1394
1394
  */
1395
1395
  percentChange?: boolean;
1396
1396
  comparisonMode?: ComparisonMode;
1397
- showLastValue?: ShowLastValue;
1398
1397
  gridLines?: Orientation;
1399
1398
  minorGridLines?: Orientation;
1400
1399
  newPaneHeight?: number;
1401
1400
  showNavigator?: boolean;
1402
1401
  plotHover?: boolean;
1402
+ showLastValue?: ShowLastValue;
1403
+ showMinMaxArc?: boolean;
1403
1404
  showGoToLatest?: boolean;
1404
1405
  allAnnotationsLocked?: boolean;
1406
+ exprSkipLeadingEmpty?: boolean;
1407
+ realTimeCboeBzx?: boolean;
1405
1408
  };
1406
1409
  }
1407
1410