Sha256: 27e245116dc24e47477e035344568e9434dc747f2319886b0fa6e31a87b8568e

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

data_sources:
  - id: network_gt/nodes
    file: data_sources/nodes_groundtruth.csv  # checking that node ids can be anything
  - id: network_gt/links
    file: data_sources/links_groundtruth.csv

widgets:
  - id: network_groundtruth
    name: Network (Ground truth)
    type: data/network2
    height: 1.0
    #data_source: network
    data_sources:
      - name: nodes
        stream: network_gt/nodes
      - name: links
        stream: network_gt/links

    mapping:
      nodes:
        x: auto
        y: auto
        radius: 15
          # property: capacity
          # scale: 20
          # min: 4
        fill_color: #white
          property: type
          color:
            router: orange
            switch: '#FFDD00' 
            client: lightskyblue 
            unknown: white 
            PsqlServer: '#D473D4' #Mauve is the best colour for a DB: http://search.dilbert.com/comic/Database%20Color
            PsqlClient: '#915F6D' # clients have similar colour
            WWWServer: darkgreen
            admin: '#0000FF' # deep blue for admin
            Internet: '#eeeeee'
          # property: capacity
          # color: red_yellow20_green()
        stroke_width: 2
        label_color: black
        label_size: 14
      links:
        stroke_width: 8
        stroke_color:
          property: zone
          color: category10()

    force:
      link_distance: 50
      charge: -1000

    line_mode: straight
    interaction_mode: click

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omf_web-1.2.9 example/topo_discovery/widgets_combined/network_groundtruth.yaml