@barchart/chart-lib 2.226.0 → 2.228.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.
@@ -1733,6 +1733,8 @@ declare module "@barchart/chart-lib" {
1733
1733
  chart: ChartAccessor;
1734
1734
  }
1735
1735
 
1736
+ export function getAnnotationTraits(annId: string): AnnotationTraits;
1737
+
1736
1738
  export type ScrollBehavior = "wheel" | "wheel+shift" | "none";
1737
1739
 
1738
1740
  export type RenderTo = string | HTMLElement;