Sha256: 38d44238d8c942ed6fde69da9f1d5cbde0c636b78d51c3ff7b150ba63b0cbbdd
Contents?: true
Size: 1.03 KB
Versions: 20
Compression:
Stored size: 1.03 KB
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_static name: Line Chart (Static) type: data/line_chart3 #area: true # color the area between line and zero line data_source: name: generator_static dynamic: 1 # check once a second mapping: x_axis: t y_axis: property: x # cos min: -10.5 max: 10.5 group_by: device stroke_width: # property: device ## needs to be the same as 'group_by' for line charts values: Dev1: 2.5 Dev2: 5 default: 10 # for all the lines with different names axis: x: ticks: type: time #transition: 0 legend: Time (sec) y: legend: Voltage (V) margin: left: 100
Version data entries
20 entries across 20 versions & 1 rubygems