Stay organized with collectionsSave and categorize content based on your preferences.
This section refers to thetypeparameter that is part of adashboard element.
typecan also be used as part of a dashboard filter, described on theDashboard parametersdocumentation page.typecan also be used as part of a join, described on thetypedocumentation page.typecan also be used as part of a dimension, described on theDimension, filter, and parameter typesdocumentation page.typecan also be used as part of a measure, described on theMeasure typesdocumentation page.
Thetypeparameter determines thetype of visualizationto be used in a LookML dashboard element, which is created using theelementsparameter. Thetypeparameter is defined with other LookML dashboard parameters in adashboard.lkmlfile.
Usage
Thetypeparameter for LookML dashboards accepts the following values:
If multiple measures are specified, each measure becomes a y-axis series. If pivots are present, each pivot and measure combination becomes a y-axis series. If no measures are specified, two dimensions can be plotted.
If multiple measures are specified, each measure becomes an x-axis series. If pivots are present, each pivot and measure combination becomes an x-axis series. If no measures are specified, two dimensions can be plotted.
If two dimensions are specified, the first dimension is placed on the y-axis and the second dimension is placed on the x-axis. If multiple measures are specified, each measure becomes a y-axis series. If pivots are present, each pivot and measure combination becomes a y-axis series. If no measures are specified, two dimensions can be plotted.
If multiple measures are specified, each measure becomes a y-axis series. If pivots are present, each pivot and measure combination becomes a y-axis series. If no measures are specified, two dimensions can be plotted.
If multiple measures are specified, each measure becomes a y-axis series. If pivots are present, each pivot and measure combination becomes a y-axis series. If no measures are specified, two dimensions can be plotted.
Elements oftype: looker_donut_multiplesrequire one regular dimension, one pivoted dimension, and one measure. Each value of the regular dimension defines the donuts, and each value of the pivoted dimension defines the slices.
To create an element oftype: looker_timeline, your query must include values for thedimensionsandmeasuresparameters, including at least one dimension representing the label field, such as a name, as well as a start field and an end field, which can be a date or number. See theTimeline chart optionsdocumentation page for more information about the minimum requirements for creating timeline charts in Looker.
Elements oftype: single_valuedisplay a single measure or dimension. If the query returns more than one cell, the first measure displays; if there are no measures, the first dimension displays.
Elements oftype: looker_single_recordaccept any number of dimensions and measures. Pivots are not supported. If the query returns multiple rows, only the first one is shown.
Elements oftype: looker_mapare useful for visualizing geographic data on responsive and interactive maps. Alooker_mapelement requires at least one dimension that is oftype: locationortype: zipcode, or that has amap layerassociated with it.
Elements oftype: looker_geo_coordinatesare useful for plotting data that is represented by points. To plot regions, uselooker_geo_choropleth. Coordinates maps plot a single measure and a single dimension oftype: locationortype: zipcode. Additional dimensions will show in the tooltip on hover.
Elements oftype: looker_geo_choroplethare useful for plotting data that is represented by regions. To plot individual points, uselooker_geo_coordinates. Choropleth maps plot a single measure and a single dimension oftype: string, which contains either a US state (map: usa) or anISO 3166-1 alpha-3 country code(map: world). Additional dimensions will show in the tooltip on hover.
Elements oftype: looker_google_mapare useful for plotting geographic data on responsive and interactive maps. Alooker_google_mapelement requires at least one dimension that is oftype: locationortype: zipcode, or that has amap layerassociated with it. Google Map charts are supported only by LookML dashboards withpreferred_viewerset todashboards-next.
Elements oftype: looker_boxplotare useful for visualizing thedistributionandspreadof values in your dataset. They can be especially useful for comparing values across categories. Boxplot elements require at least one dimension, along with either two, three, or five measures.
Elements oftype: buttonare useful for placing links within your dashboards. You can link to Looker content, such as Looks and dashboards, or to other websites. Buttons are supported only by LookML dashboards withpreferred_viewerset todashboards-next.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-22 UTC."],[],[],null,["# type (for LookML dashboards)\n\n\u003e This section refers to the `type` parameter that is part of a [dashboard element](/looker/docs/reference/param-lookml-dashboard-element).\n\u003e\n\u003e \u003cbr /\u003e\n\u003e\n\u003e `type` can also be used as part of a dashboard filter, described on the [Dashboard parameters](/looker/docs/reference/param-lookml-dashboard#type-for-filters) documentation page.\n\u003e\n\u003e \u003cbr /\u003e\n\u003e\n\u003e `type` can also be used as part of a join, described on the [`type`](/looker/docs/reference/param-explore-join-type) documentation page.\n\u003e\n\u003e \u003cbr /\u003e\n\u003e\n\u003e `type` can also be used as part of a dimension, described on the [Dimension, filter, and parameter types](/looker/docs/reference/param-dimension-filter-parameter-types) documentation page.\n\u003e\n\u003e \u003cbr /\u003e\n\u003e\n\u003e `type` can also be used as part of a measure, described on the [Measure types](/looker/docs/reference/param-measure-types) documentation page.\n\u003e\n\u003e \u003cbr /\u003e\n\u003e\nThe `type` parameter determines the [type of visualization](/looker/docs/visualization-types) to be used in a LookML dashboard element, which is created using the [`elements` parameter](/looker/docs/reference/param-lookml-dashboard#elements_2). The `type` parameter is defined with other LookML dashboard parameters in a [`dashboard.lkml` file](/looker/docs/other-project-files#dashboard_files).\n\nUsage\n-----\n\nThe `type` parameter for LookML dashboards accepts the following values: \n\n\n elements:\n - name: element_name\n type: looker_column | looker_bar | looker_scatter | looker_line | looker_area | looker_pie |\n looker_donut_multiples | looker_funnel | looker_timeline | looker_waterfall | text | single_value |\n looker_single_record | table | looker_grid | looker_map | looker_google_map | looker_geo_coordinates |\n looker_geo_choropleth | looker_boxplot | button\n\nLookML dashboard element types\n------------------------------"]]