Visual overrides for charts and tables
The SDK introduces the visualOverrides object in SearchViewConfig and
AppViewConfig, enabling embed developers to apply chart and table display
customizations to the new answers from an embedded Search data interface at initialization time.
The visualOverrides object provides the following customization controls to modify the chart and table display:
-
legend: control legend visibility, position, and color palette of charts. -
dataLabelattribute for data labels and per-column label filters. -
displayattributes for such as regression line overlay and grid line visibility in charts and table themes and content density in tables. -
axisproperty for axis name and label visibility and fixed y-axis range. -
columnsproperty for per-column series color and conditional formatting rules. -
updateMaskPathsproperty for partial updates -
columnsproperty for column visibility, text wrapping, conditional formatting, and column summary in tables.
For more information, see Visualization overrides.