ChartField
Field that renders a data visualization (chart) within a document.
Couples the generic Field behavior with ChartComponent data and rendering semantics. Useful for dashboards, summaries, or reports where quantitative data should be visualized for clarity.
TODO: get this re-evaluated
xTitle is never evaluated as null and if null in underlying map it is evaluated as empty
yTitle is never evaluated as null and if null in underlying map it is evaluated as empty
Properties
Collection of formulas applied to this field. Order may determine execution precedence.
Unique key that identifies this field within a document. Must be stable across updates.
Whether the field starts hidden before any logic evaluation occurs.
Optional FieldLogic describing visibility logic for the field