Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 455 Bytes

text-control.md

File metadata and controls

24 lines (17 loc) · 455 Bytes

Text Control

Use

Add custom text to your map.

Example

@controls {
  top {
    text {
      value: "Betweenness measures the number of times
      someone is on the shortest path between any two people.";
    }
  }
}

Supported properties

  • value is any plain text string.

Check out our controls reference to see the full list of properties and values recognized by the text control.