Sha256: 5090d36911ccfa7d8f163b1ef138b1da225d2d756b32cc2d01b4f85dda47479f
Contents?: true
Size: 807 Bytes
Versions: 20
Compression:
Stored size: 807 Bytes
Contents
# Defines a widget which shows a line chart of a # generator measurement from a data source 'voltage' # containing timestamped 't' # 'amplitude' measurements for multiple # 'devices'. Draws a line for each individual device # device ('group_by'). Time is in Unix seconds and # is shown in 'min:sec' format on the X axis (axis/x/ticks/format) # # widget: id: line_chart name: Line Chart (Dynamic) type: data/line_chart3 data_source: name: generator dynamic: 1 # check once a second mapping: x_axis: t y_axis: property: x # cos min: -10.5 max: 10.5 group_by: device axis: x: ticks: type: dateTime format: "%I:%M" transition: 0 legend: Time (sec) y: legend: Voltage (V) margin: left: 100
Version data entries
20 entries across 20 versions & 1 rubygems