Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Dashboards are visual representations of data. Squirro supports extensive dashboarding functions, allowing you to have real-time visual representations of data as you search.

Table of Contents

Table of Contents
outlinetrue
excludeTable of Contents

Creating dashboards

To create a dashboard, 

...

Status
colourBlue
titleSave

...

Directly after creation, you are presented with a fresh dashboard, an empty widget and a configuration panel for it.

Image Removed

...

Editing dashboards

To enter editing mode,

...

You are now in editing mode.

Change title and query of dashboard

To change your dashboard's main query or title,

...

Enter the title and query as desired.

...

Once done, press the Save Changes button at the top to save your changes or press Cancel to abandon them.

Widgets

Widgets are the building blocks of a dashboard. Each widget represents data in a particular form. Currently, Squirro offers a number of built-in widgets, such as pie charts, time frequency graphs (line charts) and word clouds.

Widget types

The available widget types are listed on the page Widgets.

Add widget

To add a widget,

...

Moving widgets

To move a widget,

...

Editing widgets

To edit a widget,

...

Deleting widgets

To delete a widget,

...

Facet Value Formatting

It is possible to format the values of numerical and date facets to be displayed in the dashboard widgets. 

To do so, one can define the facet formatting screen in the Facets management section of Squirro.

 

Formatting of numerical facets (of type int or float)

Image Removed

The string defined in 'Format' section will be used to display the facet values in Dashboarding. Any string can be used to that purpose, and a preview of the formatting is visible to the right of the format input field.

To inject the actual facet value into the resulting string, %d placeholder is used.

Formatting StringResult for a facet value of 123456.789
%dEUR123456.789EUR
$%d$123456.789

 

Additional formatting options are available for the %d placeholder, allowing to define the separator between each magnitude of 1000, as well as the symbol used to the floating point, in the case of values of float datatype.

Formatting StringResult for a facet value of 123456.789
%'dEUR123'456.789EUR
%.,dEUR123.456,789EUR
%',dEUR123'456,789EUR

 

It is also possible to specify the rounding precision of floating point values, after the floating point.

Formatting StringResult for a facet value of 123456.789
%2dEUR123456.79EUR
%,1dEUR123456,8EUR
%',0dEUR123'457EUR

 

Formatting of facets of type Date

 Image Removed

To format facet values containing dates (and times), Squirro offers three formatting options, defined in the Facets configuration screen.

Each option is accompanied with a preview of the resulting formatted value.

Embedding and Sharing Dashboards

To share or embed the current dashboard,

...

Dashboard URL API Reference

The URL which is generated by the Embed and Share options in the dashboard can be extended with additional options. The following URL parameters can be used to change the behavior of the dashboard.

...

&created_after=2012-12-31
&created_after=2012-12-31T18:30:00

...

&relative_start=2y
&relative_start=8w

...

This page can now be found at Dashboards on the Squirro Docs site.