Sha256: 932f4bdb77afe932d89bf15f1c3c699f1e526eada0c54059b46158f5f7ec446b
Contents?: true
Size: 758 Bytes
Versions: 20
Compression:
Stored size: 758 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: scatter_plot name: Scatter Plot type: data/scatter_plot data_source: name: generator dynamic: 1 # check once a second mapping: x_axis: property: x min: -10.5 max: 10.5 y_axis: property: y min: -10.5 max: 10.5 fill_color: property: device color: category10() # axis: # x: # y: transition: 950
Version data entries
20 entries across 20 versions & 1 rubygems