Console Replace Output Custom VisualConsole

Custom run output visualizations

Add custom visualizations to the run output tab view

Using custom run visuals, you can now set a custom visual for the run output tab. Before, the output would only have a visual if the output matched set schemas for routing or scheduling apps, now you can set a custom output visual for any type of app.

Screenshot showing the output tab of a sample run with a table view of the data in the upper half of the view, and a custom line chart in the lower half.

To assign a custom run visual to the output tab, set the type value to be output-visual:

{
  "assets": [
    {
      "name": "Example",
      "content_type": "json",
      "visual": {
        "schema": "chartjs",
        "type": "output-visual",
        "label": "Chart",
      },
      "content": ...
    }
  ]
}
Copy

Your custom visual will have the same controls as the standard routing and scheduling visualizations so you can enable split screen views (or single views) on the data and corresponding visualization. Note that custom visuals will override any standard output visualizations.

Page last updated