@barchart/chart-lib 2.281.3 → 2.282.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
|
@@ -551,7 +551,6 @@ declare module "@barchart/chart-lib" {
|
|
|
551
551
|
None,
|
|
552
552
|
Nearest,
|
|
553
553
|
Continue,
|
|
554
|
-
FormT,
|
|
555
554
|
PerCount,
|
|
556
555
|
PerVolume,
|
|
557
556
|
PerRange,
|
|
@@ -563,6 +562,9 @@ declare module "@barchart/chart-lib" {
|
|
|
563
562
|
* @default 1
|
|
564
563
|
*/
|
|
565
564
|
size?: number;
|
|
565
|
+
/** If the volume is per contract or total (futures only)
|
|
566
|
+
* @default false
|
|
567
|
+
*/
|
|
566
568
|
isContractVolume?: boolean;
|
|
567
569
|
/** Turn off (false) or on (true) dividends adjustment for stock data.
|
|
568
570
|
* @default false
|
|
@@ -591,9 +593,6 @@ declare module "@barchart/chart-lib" {
|
|
|
591
593
|
* @default "None"
|
|
592
594
|
*/
|
|
593
595
|
spec?: keyof typeof AggregationSpec;
|
|
594
|
-
/** If the volume is per contract or total (futures only)
|
|
595
|
-
* @default false
|
|
596
|
-
*/
|
|
597
596
|
}
|
|
598
597
|
|
|
599
598
|
export class Aggregation implements AggregationCommon {
|