Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 440 Bytes

title-control.md

File metadata and controls

23 lines (16 loc) · 440 Bytes

Title Control

When do you use it?

Add a custom title to your map.

Advanced Editor

@controls {
  top {
    title {
      value: "2016 Network size by betweenness";
    }
  }
}

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 title control.