Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 301 Bytes

text-control.md

File metadata and controls

22 lines (16 loc) · 301 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.