@barchart/chart-lib 2.300.9 → 2.302.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
|
@@ -1583,7 +1583,7 @@ declare module "@barchart/chart-lib" {
|
|
|
1583
1583
|
export interface AnnotationAccessor {
|
|
1584
1584
|
id: string;
|
|
1585
1585
|
context: {
|
|
1586
|
-
id: "Delete" | "Update" | "Duplicate" | "List";
|
|
1586
|
+
id: "Delete" | "Update" | "Duplicate" | "List" | "FlipHorizontal" | "FlipVertical";
|
|
1587
1587
|
uid?: string;
|
|
1588
1588
|
visible?: boolean;
|
|
1589
1589
|
locked?: boolean;
|
|
@@ -1882,6 +1882,7 @@ declare module "@barchart/chart-lib" {
|
|
|
1882
1882
|
locked: boolean;
|
|
1883
1883
|
visible: boolean;
|
|
1884
1884
|
chart: ChartAccessor;
|
|
1885
|
+
canFlip?: boolean;
|
|
1885
1886
|
}
|
|
1886
1887
|
|
|
1887
1888
|
export function getAnnotationTraits(annId: string): AnnotationTraits;
|