@barchart/chart-lib 2.235.1 → 2.236.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.
@@ -2317,7 +2317,8 @@ declare module "@barchart/chart-lib" {
2317
2317
  | "LineBreak"
2318
2318
  | "Kagi"
2319
2319
  | "PointAndFigure"
2320
- | "Baseline";
2320
+ | "Baseline"
2321
+ | "MultiColumn";
2321
2322
 
2322
2323
  export type AnnotationDataType = "bool" | "line" | "array" | "string" | "object" | "number" | "color";
2323
2324