Sha256: dbe991001317c098eaa35987e35cbcd61d56f60a85e2b2db7c3a6b8ad0a40d01
Contents?: true
Size: 1.01 KB
Versions: 20
Compression:
Stored size: 1.01 KB
Contents
# Define a 'dashboard' consisting of two columns of widgets # widget: id: stacked name: Stacked toplevel: true priority: 600 type: layout/two_column layout: layout_33_66 left: [] right: - id: stacked name: Generator type: layout/stacked info: This widget shows the output measurements of a large generator. widgets: - line_chart - 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 - type: data/table2 data_source: name: generator dynamic: 1 # check once a second
Version data entries
20 entries across 20 versions & 1 rubygems