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