Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.71 KB | None | 0 0
  1. diagram:
  2.   fill: "white"
  3.   rows: 5
  4.   columns: 4
  5.   gridLines: false
  6. title:
  7.   color: black
  8.   fill: none
  9.   logoFill: white
  10.   stroke: black
  11.   text: "URLs"
  12.   type: bar
  13. cisco: &cisco
  14.   x: "+1"
  15.   color: "#004BAF"
  16.   fill: "white"
  17.   iconFamily: "cisco"
  18.   icon: "router"
  19.   iconFill: "#004BAF"
  20.   iconStrokeWidth: .25
  21.   preserveWhite: true
  22.   stroke: "none"
  23. icons:
  24.   router1: {<<: *cisco, x: 0, y: 2, text: "no link", }
  25.   router2: {<<: *cisco, text: "telnet", url: "telnet://route-server.cerf.net"}
  26.   router3: {<<: *cisco, text: "ssh", url: "ssh://rviews@route-server.ip.att.net"}
  27.   router4: {<<: *cisco, text: "http", url: "http://drawthe.net"}
  28.   router5: {<<: *cisco, text: "https", url: "https://trololo.net"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement