Sha256: 627b87778977a0c4e66e7d88fe43533de1339b0df19dd4bd3ba8624b862f70b0

Contents?: true

Size: 810 Bytes

Versions: 8

Compression:

Stored size: 810 Bytes

Contents

server:
  page_title: Tutorial 3 - Stacked Widgets
  port: 4030

data_sources:
  - id: voltage
    file: ../tut02/gen.csv

tabs:
  - name: Main
    priority: 300
    widgets:
      - type: layout/stacked
        info: This widget shows the voltage reported for varous generators
        widgets:
          - name: Generator
            type: data/line_chart3
            data_source:
              name: voltage
            mapping:
              x_axis: ts
              y_axis: voltage
              group_by: generator
            axis:
              x:
                legend: Time [sec]
              y:
                legend: Voltage [V]
                ticks:
                  format: ".2s"

          - name: Table
            type: data/table2
            data_source:
              name: voltage


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
omf_web-1.2.9 doc/tutorial/tut03/stacked.yaml
omf_web-1.2.8 doc/tutorial/tut03/stacked.yaml
omf_web-1.2.7 doc/tutorial/tut03/stacked.yaml
omf_web-1.2.6 doc/tutorial/tut03/stacked.yaml
omf_web-1.2.5 doc/tutorial/tut03/stacked.yaml
omf_web-1.2.4 doc/tutorial/tut03/stacked.yaml
omf_web-1.2.3 doc/tutorial/tut03/stacked.yaml
omf_web-1.2.2 doc/tutorial/tut03/stacked.yaml