1classes: { 2 GREEN: {style.stroke: "#2b9464"; style.fill: "#2b9464"} 3 RED: {style.stroke: "#d14d28"; style.fill: "#d14d28"} 4 YELLOW: {style.stroke: "#f5df65"; style.fill: "#f5df65"} 5 BLUE: {style.stroke: "#59c8df"; style.fill: "#59c8df"} 6} 7 8grid-rows: 2 9grid-columns: 2 10grid-gap: 0 11 121: "link" {class: RED; link: "example.com"} 132: "none" {class: YELLOW} 143: "link, tooltip" {class: BLUE; link: "example.com"; tooltip: tooltip} 154: "none" {class: GREEN}