Sha256: 2b9b4f763ba4999c7def925b2bf4a03a557dd6e71ccf2344617a9faae025f99f

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents


# Simple tab showing a line chart with supporting table
#

server:
  name: '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

1 entries across 1 versions & 1 rubygems

Version Path
omf_web-1.0.0 example/simple/simple.yaml