@almadar/ui 5.16.2 → 5.16.4
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.
|
@@ -63,9 +63,17 @@ export interface ChartProps {
|
|
|
63
63
|
title?: string;
|
|
64
64
|
/** Chart subtitle / description */
|
|
65
65
|
subtitle?: string;
|
|
66
|
-
/**
|
|
66
|
+
/**
|
|
67
|
+
* Chart type (legacy alias for `look`).
|
|
68
|
+
* @synonyms chart style, graph type, bar chart, line chart, pie chart, area chart, donut chart, scatter plot, histogram
|
|
69
|
+
* @tier domain
|
|
70
|
+
*/
|
|
67
71
|
chartType?: ChartType;
|
|
68
|
-
/**
|
|
72
|
+
/**
|
|
73
|
+
* Layer 2 visual treatment — drives the chart sub-renderer (bar / line / pie / etc.).
|
|
74
|
+
* @synonyms chart style, render style, visual treatment
|
|
75
|
+
* @tier presentation
|
|
76
|
+
*/
|
|
69
77
|
look?: ChartLook;
|
|
70
78
|
/** Multi-series data */
|
|
71
79
|
series?: readonly ChartSeries[];
|