Sha256: 72a20070b2388785ebf7a1224c73f70005e602aa2ef23a431ee4d9986dc28ff1

Contents?: true

Size: 1.21 KB

Versions: 7

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: 4050

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

7 entries across 7 versions & 1 rubygems

Version Path
omf_web-1.2.6 example/simple/simple.yaml
omf_web-1.2.5 example/simple/simple.yaml
omf_web-1.2.4 example/simple/simple.yaml
omf_web-1.2.3 example/simple/simple.yaml
omf_web-1.2.2 example/simple/simple.yaml
omf_web-1.2.1 example/simple/simple.yaml
omf_web-1.2.0 example/simple/simple.yaml