githubEdit

Visualizations

Apica offers a variety of visualizations to support different use cases. This section of the documentation highlights the built-in visualizations, their options and typical usage.

In Data Explorer, each widget renders data using a visualization type. You can switch the visualization type from the widget UI, or set it in JSON (for example, chart_type: "line").

circle-info

Use lowercase visualization type names (for example, table). Some legacy dashboards may still reference older casing (for example, Table).

Supported visualization types

Time series & charts

Status & single-value

Tables & lists

  • table: Show raw results in a table.

  • list: Show results as a simple list.

  • pivottable: Pivot and aggregate data by rows and columns.

  • searchtable: Table optimized for searching and filtering large result sets.

  • details: Show a drill-down or key/value style details view.

JSON schema configuration

For JSON examples and widget configuration patterns, see Visualization.


Last updated

Was this helpful?