@barchart/chart-lib 2.295.7 → 2.297.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.
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -761,6 +761,8 @@ declare module "@barchart/chart-lib" {
|
|
|
761
761
|
forceTicksVisible?: boolean;
|
|
762
762
|
/** Set to `false` if you want to prohibit horizontal chart panning (this is used rarely). No default but internally defaults to `true`. */
|
|
763
763
|
panning?: boolean;
|
|
764
|
+
/** Set to `true` if the crosshair label should show date in addition to the time for non-EOD charts. */
|
|
765
|
+
nonEodLabelWithDate?: boolean;
|
|
764
766
|
};
|
|
765
767
|
|
|
766
768
|
export type DisplayModel = {
|
|
@@ -1494,6 +1496,7 @@ declare module "@barchart/chart-lib" {
|
|
|
1494
1496
|
maxPadding?: number;
|
|
1495
1497
|
preventLabelOverlap?: boolean;
|
|
1496
1498
|
snapAnnotationsToPrices?: boolean;
|
|
1499
|
+
nonEodLabelWithDate?: boolean;
|
|
1497
1500
|
};
|
|
1498
1501
|
}
|
|
1499
1502
|
|