This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SVG := | |
// If a color is in the dataset, make it red | |
VAR _selected_color = "#FF0000" | |
// If it is not, make it gray | |
VAR _not_selected_color = "#A5A5A5" | |
//Set up the SVG header | |
VAR _header = "data:image/svg+xml;utf8,<svg width=""1280"" height=""720"" xmlns=""http://www.w3.org/2000/svg"" xmlns:xlink=""http://www.w3.org/1999/xlink"" overflow=""hidden""> |