Skip to content

Retina renderers

Tobias Paczian edited this page Mar 29, 2018 · 24 revisions

The following list of renderers are shipped with Retina. For options and details click the name of the according renderer.

image

Creates a box-plot image.


image

Creates a deviation-plot image.


image

Creates a donut-chart image.


image

Displays a graph of pie / bar charts with an optional legend.


image

Creates a heatmap-graph image.


image

Renders a plot.


image

Provides a select list that allows the selection of one or multiple data items that can be filtered by their attributes. The attribute to be filtered will be displayed as the label in the selection list. Filters can be chained by pressing the enter key in the filter box. The resulting lists can be named and stored in a group list.


image

Provides a select list that allows the selection of one or multiple data items that can be filtered by their attributes. The attribute to be filtered will be displayed as the label in the selection list. Filters can be chained by pressing the enter key in the filter box.


image

Renders a matrix of data in a table. The values are highlighted in a colored circle with the relative abundance determining the opacity.


image

Displays a text structure in an HTML formatted way.


image

Renders a status image of a progress with hover overs.


image

Renders a slider control for selecting numbers.


image
Displays a browsable, filterable table with clickable cells / rows. A table is synchronous by default, meaning all data it displays is already in client memory. It can be set to be asynchronous, where you have to define the actions that occur when a navigation action is triggered. This method has to return the data after the navigation action, which then updates the table to the new state.


image

Displays a searchable, collapsible tree view. The nodes displayed in this tree must be an acyclic, directed, rooted graph.

Clone this wiki locally