[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-25。"],[],[],null,["# Static Map (Points) chart options\n\n| **Note:** This page describes visualization options for Looker. For information about Looker Studio visualizations, see [Types of charts in Looker Studio](/looker/docs/studio/types-of-charts-in-looker-studio).\n\nStatic map (points) charts are useful for plotting data represented by **points** on a map. To plot regions, use [static map (regions)](/looker/docs/map-regions-options). Static map (points) charts plot a single dimension of [`type: location`](/looker/docs/reference/param-dimension-filter-parameter-types#location) or [`type: zipcode`](/looker/docs/reference/param-dimension-filter-parameter-types#zipcode), and a single measure. Additional dimensions appear in the tool-tip on hover.\n\nYour data must be grouped appropriately for the visualization type (regions map or points map) and the specific map (US, UK, World) that you choose. See the [Map](#map) section later on this page for guidance.\n\nTo select a static map (points) chart, click the ellipses (...) on the Visualization menu bar and select **Static Map (Points)**.\n\nMap menu options\n----------------\n\nTo format your visualization, select **Edit** in the upper right corner of the visualization tab.\n\nSome of the options that are listed on this documentation page may be grayed out or hidden when they conflict with other settings that you have chosen.\n\n### Map\n\nYou can choose a map to display your data:\n\n- **Austin, Texas (ZIP Codes):** Use data grouped by Austin zip codes (for region or point maps) or lat/long locations (for point maps only)\n- **New York City (ZIP Codes)**: Use data grouped by NYC zip codes (for region or point maps) or lat/long locations (for point maps only)\n- **San Francisco Peninsula (ZIP Codes):** Use data grouped by San Francisco peninsula zip codes (for region or point maps) or lat/long locations (for point maps only)\n- **United Kingdom (Postcode Areas):** Use data grouped by UK postal codes (for region or point maps) or lat/long locations (for point maps only)\n- **United States:** Use data grouped by US states (for region maps only), zip codes (for point maps only), or lat/long locations (for point maps only)\n- **World:** Use data grouped by country (for region maps only) or lat/long locations (for point maps only)\n- **Custom:** lets you define your own map using TopoJSON\n\n### TopoJSON URL\n\nFor map charts set to **Map** Custom, **TopoJSON URL** sets the location of a TopoJSON file that defines your map boundaries.\n\n### TopoJSON Object Key\n\nFor map charts set to **Map** Custom, **TopoJSON Object Key** selects which map from the TopoJSON file to plot, since TopoJSON can support multiple maps in a single file. Set this parameter to one of the map names defined in the file.\n\n### Projection\n\nFor map charts set to **Map** Custom, you can choose which D3 projection to use to render your map. Many options examples are shown [on this GitHub page](https://github.com/d3/d3-geo-projection).\n\nStyle menu options\n------------------\n\n### Point Color\n\nYou can set the color to use for each point on a map points chart.\n\nThis parameter takes a single color value. The color value can be formatted as a RGB hex string, such as `#2ca6cd`, or as a [CSS named color string](https://www.w3schools.com/cssref/css_colors.asp), such as `mediumblue`.\n\n### Map Color\n\nYou can set the background color of regions on a map points chart.\n\nThis parameter takes a single color value. The color value can be formatted as a RGB hex string, such as `#2ca6cd`, or as a [CSS named color string](https://www.w3schools.com/cssref/css_colors.asp), such as `mediumblue`.\n\n### Outer Border Color\n\nYou can set the color of the overall map border.\n\nThis parameter takes a single color value. The color value can be formatted as a RGB hex string, such as `#2ca6cd`, or as a [CSS named color string](https://www.w3schools.com/cssref/css_colors.asp), such as `mediumblue`.\n\n### Inner Border Color\n\nYou can set the border color of each map region.\n\nThis parameter takes a single color value. The color value can be formatted as a RGB hex string, such as `#2ca6cd`, or as a [CSS named color string](https://www.w3schools.com/cssref/css_colors.asp), such as `mediumblue`.\n\n### Outer Border Width\n\nYou can set the width of the overall map border, specified as a number of pixels.\n\n### Inner Border Width\n\nYou can set the border width of each map region, specified as a number of pixels.\n\n### Point Radius\n\nYou can set the radius of each point on a map points chart, specified as a number of pixels. When left unset, Looker scales the radius of each point according to its magnitude.\n\n### Show Full Field Name in Tooltips\n\nYou can toggle whether to show the view name along with the field name when you hover over a map region."]]