Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Visualise Simple Measure

Alin Stefanescu edited this page Aug 4, 2017 · 4 revisions

Which Measures can be visualise using the integrated visualisation interface.

The Measure Platform provides a simple and direct way to create a visualisation related to an instantiated measure. In the current version of the platform we have the capability to create visualisations for measures which return a simple data type. This aspect will be improved in the future version of the platform.

A simple visualisation can be created if and only if :

  1. The Measure Data Type extends the IntegerMeasurement data type.
  2. The Measure Data type contains two attribute :
  • The value attribute (numeric) which corresponds to the data to visualise.
  • the postDate attribute which corresponds to the Date of the measurement.

To create a visualisation of more complex measure, in this firest version of the platform, you will have to user the Visualization Builder interface provider by kibana.

Create a Visualisation

A visualisation can be added :

  • on Project Overview Viginet
  • on Project Main Page
  • on Phase Overview Vignette
  • on Dashboard tab
  1. Edit the layout of the page which you want to update
  1. Click on the Visualisation placeholder.
  1. Configure the new Visualisation

[1] : In Mode Standard

[2] : Select the Measure Instance to visualise

[3] : Select the Type of graphic

[4] : Select the displayed perode of time

[5] : Select the size of the visualisation

[6] : Indicate if this graphic will be automatically refreshed

[7] : Add a name and /or a description for this visualisation

Clone this wiki locally