Skip to content

Instantly share code, notes, and snippets.

@nommuna2
Created April 11, 2018 23:35
Show Gist options
  • Save nommuna2/0e21b978c8e68cb3171d8ee2b1688476 to your computer and use it in GitHub Desktop.
Save nommuna2/0e21b978c8e68cb3171d8ee2b1688476 to your computer and use it in GitHub Desktop.
Sample of how to add an arrow to the end of a line in the Legend using css
#legendDiv_graphicsLayer1_0 > table.esriLegendLayer > tbody > tr > td:nth-child(1) > div > svg > path {
marker-start: url(#marker_map_0_0_0_start);
marker-end: url(#marker_map_0_0_0_end);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment