Dashboards
Dashboards
Dashboards are used to monitor and analyze your fleet performance at various conditions, to increase the efficiency and report the factors, parameters responsible for the particular performance
Creating your first dashboard
On the side menu, click on the + icon.
On the Create new dashboard page click on New dashboard
- In the Name field, enter a name for your dashboard.
- In the Fleet field, add the tags corresponding to the group of assets you want to target with this dashboard. You can add tags using the asset manager page.
- Choose the confidentiality setting
- Optional: Tick the checkbox set this dashboard as reference to be able to reuse this dashboard as a template
- Click on CREATE NEW DASHBOARD
You can delete or edit your newly created dashboard from the top right ...
menu.
Adding Widgets
Three methods to add widgets:
- Create a new widget- A blank panel appears
- Cloning an existing widget- A copy of existing widget can be created which appears at the end of dashboard and you can edit it further
- Import a widget JSON descriptor
Editing Widgets
After creating a new widget, a blank panel appears at the end of the dashboard.
- On the top right corner of the widget click on
...
to open the menu. - Click on
Edit
- The following form appears:
General
-
Title
: Text field, Enter the name of the widget -
Panel type
: dropdown, select the type of the widget- Graph: Any plot. , i.e., time series, distribution
- Indicator: Numerical representation display
- Map: Geographic image for geo localized component
- Iframe: Custom widget import i.e.: weather, energy markets,temperature forecast
-
Show header
: Hide / show the title of the widget in the dashboard -
Description
: A tooltip shown on the information icon of the widget, you can add all information regarding the widget which will be displayed
Data source
A data source is usually a time series containing the values corresponding to a sensor for a group of components and a given time frame.
- Click on the
Data source
tab. - Click on
+ Add
to add a new Data source
Top field
: Text field, Enter the name of the data sourceData
: dropdown, select the type of the data source- Sensor: Raw data from sensors attached to the model of the components in the dashboard
- dropdown, list of sensor available in this dashboard
- Fleet metrics: Computed data automatically available depending on the components in the dashboard
- Sensor: Raw data from sensors attached to the model of the components in the dashboard
Time span
: dropdown, select the type of time frame:- Realtime: Moving time frame
- Range: Fixed time frame defined by a start date and an end date
Targeted assets
: Source components used for the sensor data, you can select the components by tags for which you want to see the performanceMode
: Select the type of plot mode- Time series: Raw sensor value with respect to time range
- Distribution: Raw sensor value with respect to time spent on that value out of the total time
Single asset aggregation
: Aggregation method per componentFleet aggregation
: Aggregation method across number of components in a particular fleet
Visualization
Traces represent how a data source is displayed . A trace must be created for a data source to appear on the widget
- Click on
Traces
- Click on
+ Add
to add a new trace
Select the data source for which you want to trace plot.
If you want to display the data in different styling, you can take inspiration from the following example.
Copy-paste & edit the JSON string in the Style
field.
- The full javascript reference can be found here
- A chart edition studio to play with different styling
Trace style
Color | ID | Preview |
---|---|---|
Primary | #5867dd | |
Success | #0abb87 | |
Warning | #ffb822 | |
Danger | #fd397a | |
Brand | #5d78ff |
Bar
{
"text":"Bar name",
"type": "bar",
"marker": {
"color": "#ffb822"
}
}
For eg.
Line
{
"text":"Line name",
"line":{
"shape":"spline",
"smoothing":1,
"dash":"dot",
"color":"#5d78ff"
}
}