Versions Compared

Key

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

...

  • The Heat Map is a convenient way to represent the aggregations between two facets present in the project. During the configuration, facets for both of the axis are chosen, as well as the maximum size of the resulting matrix (the actual heat map). The data generation first resolves top values for the first facet, then for each of the top values aggregates over the second chosen facet, determining the weight of the connection between both facets. The weight determined is then used to present the number of mentions of both facets in items, present at the same time.
  • Clicking on a box in the heat map will drill down the current query to items which satisfy both facet value conditions as per the clicked box.
  • Additionally, it is possible to specify both the starting and ending color point for the Heat Map gradient, the starting point being the color applied to lowest values (mention counts), the ending point being the color applied to highest values. Color for all intermediate values is determined automatically via interpolation.

Horizontal Result List

  • The Horizontal Result List

...

  • lists the

...

  • items In a horizontal list, with a left/right

...

  • scroll buttons.
  • Configuration is mostly same as the vertical Result List widget, i.e., supporting opening the item details in modal window, as well as query / smartfilter highlighting.
  • The widget also shows the number of duplicated items for each item in the top-right corner, should such items exist and duplicates have not been disabled in the widget's configuration.

IFrame
Anchor
iframe
iframe

Image Removed

  • The IFrame widget allows embedding websites into the Squirro Dashboard. The configuration has one parameter only, the URL.
  • In order to embed a website as an iFrame, it must itself support that via X-Frame-Options, aswell as being served via the same protocol as Squirro itself (http / https).
  • The URL must be well formatted, including the protocol (eg. http://www.squirro.com).
  • There are several parameters in the URL that one can use to extend the functionality. Using those optional parameters allows a limited channel of communication to be created between Squirro and the embedded webpage. 
    • %s - will be replaced by the current Dashboard query when resolving the URL.
    • %ta - will be replaced by the beginning of the current Dashboard time range (time-after) (if one is defined).
    • %tb - will be replaced by the end of the current Dashboard time range (time-before) (if one is defined).
    • %u - will be replaced by the currently logged in user's name.
    • %p - will be replaced by the current project's title.
    • %d - will be replaced by the current (containing the IFrame widget) dashboard's title.
    • %q[query_param] - will be replaced by the embedded dashboard's URL query param of the name query_param.
      This is particularly useful in scenarios where the embedded dashboard gets injected some parameters from the outside environment.
      By referencing them in the iFrame widget, it is possible to trickle them down to the referenced web endpoint. 

Image Added

Line Chart

The Line chart displays facet values of one facet in the form of a time based line chart.

...