Sha256: 1b947a9570ee09225560761d3ab3d038b0ce821f723f0a4b11494dce54e9c1c4
Contents?: true
Size: 1.21 KB
Versions: 3
Compression:
Stored size: 1.21 KB
Contents
# Simple tab showing a line chart with supporting table # server: name: 'Simple Demo' page_title: 'Simple Demo' port: 4010 data_sources: - id: signal table: wave database: id: sample url: sqlite:sample.sq3 repositories: - id: simple type: file top_dir: . widgets: - id: main name: Main top_level: true priority: 900 type: layout/two_columns/33_66 left: - name: Introduction type: text content: url: file:simple:introduction.md right: - type: layout/stacked info: This widget shows the output measurements of three stacked generators. widgets: - name: Signal type: data/line_chart3 data_source: name: signal mapping: x_axis: property: t y_axis: property: y max: 2.0 group_by: oml_sender axis: x: legend: Time (sec) y: legend: V ticks: format: ".1f" - name: Table type: data/table2 data_source: name: signal
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
omf_web-1.2.9 | example/simple/simple.yaml |
omf_web-1.2.8 | example/simple/simple.yaml |
omf_web-1.2.7 | example/simple/simple.yaml |