Juicebox
Preparing your dataStory DesignerVisual design tips
  • Juicebox Documentation
  • What is Juicebox?
    • Technology requirements
  • Getting Started
    • Getting a Workspace
    • Reach out to us
  • Building Reports
    • Creating and Editing Reports
    • Data
      • Loading data
      • Managing data
      • The data preview
    • Design
      • Slices
        • Dynamic text
        • Customizing what shows
        • Multiple data tables
        • Charts
          • Headline
          • Filters
          • Chooser
          • Table
          • Card
          • Reports Navigation
          • Bar
          • Scatterplot
          • Leaderboard
          • Map
          • Trend
          • Pie
        • Selections as Variables
        • Debug
      • Ingredients
        • The ingredient editor
          • The dimension ingredient editor
          • The measure ingredient editor
        • Adding new ingredients
        • Advanced field formulas
        • Time formats
        • Number formats
    • Share
      • Publishing a report (or report changes)
      • Inviting viewers
      • Insights
    • Tips and Tricks
      • Telling data stories
      • Visual design
      • Preparing your data
      • Useful resources
  • Viewing Reports
    • Signing In
    • Navigating Reports
    • Focus and Filter
  • Managing Users
    • Adding Users
    • User Roles and Management
    • Limiting what data users can see
    • Access Views
    • Embedding Juicebox Apps
      • How embedding works
      • Juicebox Embedding API
      • Juicebox API
    • Requesting data from embedded apps
  • Managing my workspace
    • Workspace Settings
    • Subscription and Billing
  • Changelog 🎁
Powered by GitBook
On this page
  • Adding a map slice
  • Using a map slice
  • Place column editor

Was this helpful?

Export as PDF
  1. Building Reports
  2. Design
  3. Slices
  4. Charts

Map

PreviousLeaderboardNextTrend

Last updated 7 months ago

Was this helpful?

The map chart displays a as a bubble on a map. Optionally, the bubble can be sized and colored by measures. Adding a slice with a map chart (i.e., a map slice) is a good choice when users want to see geographic information.

Adding a map slice

To add a map slice:

  • select Map from the chart list

  • select a measure to use for the bubble size (optional)

  • select a measure to use for the bubble color (optional)

  • select a map style

  • add slice text (optional)

Using a map slice

You can hover over a map bubble to see details. Selections made in the map slice will filter downstream slices.

Place column editor

To create a place column, your data will need three fields:

  1. A field that represents the name of the geographic location (e.g., city, state, country)

  2. A field with the latitude value for each location

  3. A field with the longitude value for each location

The latitude and longitude fields in your data must be numbers, not strings. In other words, your latitudes should look like 38.8977 rather than 38.8977° N. Likewise, your longitudes should look like -77.0365, rather than 77.0365° W.

select the you want to display as a bubble on the map

The map slice requires that you have a . A place column is a special type of column that has associated latitude and longitude fields.

A place column is a special kind of column that has an associated geographic location (i.e., latitude and longitude). A place column is required by the chart, and you create a place column when you add a map chart to your data story.

place column
place column
map
place
Adding a map slice
Select Map from the dropdown
A map slice
Place columns are created when you add a map chart