Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 2.29 KB

g-interactions.md

File metadata and controls

60 lines (33 loc) · 2.29 KB

Interactions

You can toggle customization options on your map, including tooltips, brush highlighting, map imagery (water, parks, etc.), and more.

Interaction menu

To toggle customization options on your map:

  1. Open the Interactions menu by clicking the Interactions icon:

  2. Click the switch next to the options you wish to activate/deactivate.

There are three types of interactions to choose from: Tooltip, Brushing and Coordinate. Note that only one of tooltip and brushing can be on at a time.

Tooltips

tooltip displays metrics when hovering over a data point. You can choose which fields are displayed from the tooltip config menu.

tooltips

  • Image Image can be added to tooltip. If field name contains <img> and the field content contains http url
id <img>-tooltip
1 http://my-image.com/my-image-0.png
2 http://my-image.com/my-image-1.png
  • Web link Tooltip can be a clicable weblink. To add a web link as tooltip, add url starts with http:// to the field content.

tooltips

Tip: click a point to pin the tooltip info to the map. To unpin the tooltip, press the blue pin icon.

pin/unpin tooltip

Brushing

  • Brush: Brush allows you to highlight areas with the cursor. When brush is turned on, all layers darken. Only the portion you hover over with the cursor is illuminated. Brush works well with arc layers in particular.

brush

Back to table of contents

Display Coordinates

coordinate

When then on coordinate, a panel contains latitude and longitude will follow your mouse

Back to table of contents