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