-
Notifications
You must be signed in to change notification settings - Fork 5
Retina renderers
The following list of renderers are shipped with Retina. For options and details click the name of the according renderer.

Creates a box-plot image.

Creates a deviation-plot image.

Creates a donut-chart image.

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

Creates a heatmap-graph image.

Renders a plot.

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.

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.

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

Displays a text structure in an HTML formatted way.

Renders a status image of a progress with hover overs.

Renders a slider control for selecting numbers.

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.

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