Sha256: 57479ad43862b5cd96f6b442691afb0ddf27a31a484664eb589f267df8a09b04
Contents?: true
Size: 1.96 KB
Versions: 14
Compression:
Stored size: 1.96 KB
Contents
# # widget: id: overview name: Overview top_level: true priority: 900 type: layout/one_column chrome: false # don't show title widgets: - type: data/bridge title: Context data_source: name: health dynamic: 1 mapping: health: health fill_color: property: health #scale: 0.04 # 1.0 / 25 color: red_green() # () indicates a color scale margin: left: 20 right: 20 - type: layout/two_columns/50_50 left: - type: data/event_table title: Events data_source: name: health dynamic: 1 # check once a second columns: - field: eventID name: Event ID behavior: select cssClass: cell-selection selectable: true - field: jointID name: Joint ID - field: health topts: enableCellNavigation: true margin: left: 5 right: - type: data/event_line_chart title: Sensor Reading data_source: name: sensors # Only fetch a 'slice' of the underlying data source. A slice # is defined by specific value in the 'slice_column' of all rows slice: slice_column: eventID event: name: bridge.event_selected key: eventID mapping: x_axis: time y_axis: property: v1 group_by: property: sensorID axis: x: ticks: type: date #format: %I:%M count: 5 legend: Time y: ticks: format: s legend: V1 margin: top: 10 left: 60 right: 20
Version data entries
14 entries across 14 versions & 1 rubygems