@barchart/chart-lib 2.262.0 → 2.264.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
|
@@ -1369,6 +1369,7 @@ declare module "@barchart/chart-lib" {
|
|
|
1369
1369
|
| MainPlotAccessor
|
|
1370
1370
|
| AggregationAccessor
|
|
1371
1371
|
| PeriodAccessor
|
|
1372
|
+
| DeletePeriodAccessor
|
|
1372
1373
|
| CrosshairAccessor
|
|
1373
1374
|
| TooltipAccessor
|
|
1374
1375
|
| EventsAccessor
|
|
@@ -1426,6 +1427,11 @@ declare module "@barchart/chart-lib" {
|
|
|
1426
1427
|
context: { period: string } | { range: { from?: number; to?: number } } | { density: number };
|
|
1427
1428
|
}
|
|
1428
1429
|
|
|
1430
|
+
export interface DeletePeriodAccessor {
|
|
1431
|
+
id: string;
|
|
1432
|
+
context: { id: "Delete"; period: boolean };
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1429
1435
|
export interface CrosshairProperties {
|
|
1430
1436
|
color: string;
|
|
1431
1437
|
dashStyle?: DashStyle;
|