Sha256: 4ff666e3333241a65612ff15be6cfb167f7a87ce788c4bcce5dab3170f21d9b6

Contents?: true

Size: 1.12 KB

Versions: 20

Compression:

Stored size: 1.12 KB

Contents

# Title of visualisation
title: Hello World Wired

# Port number
port: 4041

# Root url of AM result2 service
result2_server: http://norbit.npc.nicta.com.au:5054

# Define tabs, widgets for visualisation
#
tabs:
  # Code tab, list code files in current directory based on provided pattern
  code:
    pattern: *.yml

  # Customised tab, contains some widgets
  # Valid widget types: table, line_chart

  # Tab id/name
  out:
    # Table widget, a jQuery table to display all data fetched from result2 service
    - name: Data
      type: table
      # This refers to database table name
      data: otg2_udp_out

    # Line chart widget, define three columns in mappings section.
    # They will get automatically mapped to x-axis, y-axis and group_by column
    - name: Timestamp Server
      type: line_chart
      data: otg2_udp_out
      mapping:
        x: seq_no
        y: oml_ts_server
        group_by: oml_sender_id
  in:
    - name: Data
      type: table
      data: otr2_udp_in
    - name: TS
      type: line_chart
      data: otr2_udp_in
      mapping:
        x: seq_no
        y: oml_ts_server
        group_by: oml_sender_id

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
omf_web-1.2.9 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.2.8 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.2.7 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.2.6 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.2.5 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.2.4 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.2.3 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.2.2 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.2.1 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.2.0 example/NOT_WORKING/basic/visualisation.yml
omf_web-1.0.0 example/NOT_WORKING/basic/visualisation.yml
omf_web-0.9.9 example/NOT_WORKING/basic/visualisation.yml
omf_web-0.9.8 example/NOT_WORKING/basic/visualisation.yml
omf_web-0.9.7 example/NOT_WORKING/basic/visualisation.yml
omf_web-0.9.6 example/NOT_WORKING/basic/visualisation.yml
omf_web-0.9.5 example/NOT_WORKING/basic/visualisation.yml
omf_web-0.9.4 example/NOT_WORKING/basic/visualisation.yml
omf_web-0.9.3 example/NOT_WORKING/basic/visualisation.yml
omf_web-0.9.1 example/basic/visualisation.yml
omf_web-0.9 example/basic/visualisation.yml