@datapos/datapos-shared 0.3.217 → 0.3.218
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.
|
@@ -20,7 +20,7 @@ const w = 0, S = (e) => e, N = () => Date.now(), D = {
|
|
|
20
20
|
cartesian_pyramid: { categoryId: "cartesian", typeId: "line", label: { "en-gb": "Pyramid" }, options: { highchartsType: "line" } },
|
|
21
21
|
cartesian_spline: { categoryId: "cartesian", typeId: "line", label: { "en-gb": "Spline" }, options: { highchartsType: "line" } },
|
|
22
22
|
chordDiagram: { categoryId: "chordDiagram", label: { "en-gb": "Chord Diagram" }, options: {} },
|
|
23
|
-
|
|
23
|
+
periodFlowBoundaries: { categoryId: "periodFlowBoundaries", label: { "en-gb": "Period Flow & Boundaries" }, options: {} },
|
|
24
24
|
polar_area: { categoryId: "polar", typeId: "area", label: { "en-gb": "Radar (Area)" }, options: { highchartsType: "area" } },
|
|
25
25
|
polar_column: { categoryId: "polar", typeId: "column", label: { "en-gb": "Radar (Column)" }, options: { highchartsType: "column" } },
|
|
26
26
|
polar_line: { categoryId: "polar", typeId: "line", label: { "en-gb": "Radar (Line)" }, options: { highchartsType: "line" } },
|
|
@@ -68,7 +68,7 @@ export type PresentationVisualChordViewType = {
|
|
|
68
68
|
options: {};
|
|
69
69
|
};
|
|
70
70
|
export type PresentationVisualPeriodFLowBoundariesViewType = {
|
|
71
|
-
categoryId: '
|
|
71
|
+
categoryId: 'periodFlowBoundaries';
|
|
72
72
|
label: Record<string, string>;
|
|
73
73
|
options: {};
|
|
74
74
|
};
|
package/package.json
CHANGED