Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex DataLens
  • DataLens neuroanalyst
    • Overview
    • Publishing objects
    • Public embedding
    • Sharing an object within an organization
    • Embedding via a JWT
  • Gallery in DataLens
  • Audit Trails events

In this article:

  • Getting the embed code
  • Filtering embedded charts
  1. Publishing and embedding
  2. Public embedding

Embedding public objects

Written by
Yandex Cloud
Updated at July 28, 2026
View in Markdown
  • Getting the embed code
  • Filtering embedded charts

You can embed published dashboards and charts into a website or app using iframe.

You can configure the features and appearance of the objects being embedded through these parameters:

  • _autoupdate: Sets the auto-update time for dashboards and charts in seconds. By default, these are not updated automatically. The feature only works for the active browser tab. Objects due for auto-update on inactive tabs will be auto-updated when the tab becomes active again. The minimum values are:

    • 30 seconds for dashboards
    • 15 seconds for charts
  • _reload_on_session_expire: Sets automatic page reload after session lifetime expires. To activate the parameter, set it to 1.

  • _embedded: Hides the navigation panel. To activate the parameter, set it to 1.

  • _no_controls: For charts, hides . To activate the parameter, set it to 1.

  • _theme: Specifies the object's appearance. The possible values are:

    • light: Light theme.
    • dark: Dark theme.
  • _no_scroll: Disables vertical scrolling on dashboards. To activate the parameter, set it to 1.

  • _lang: For charts, sets the language of the menu that opens when you click . Possible values: ru and en.

  • _opened_info: Displays dashboard description (if provided) when you open the dashboard. To activate the parameter, set it to 1.

  • _no_tabs : Hides the dashboard tabs. To activate the parameter, set it to 1.

  • _no_table_of_content: Hides dashboard content. To activate the parameter, set it to 1.

  • _no_title: Hides dashboard title. To activate the parameter, set it to 1.

Provide the parameters formatted as <parameter_name>=<value>. For example, to set the auto-update time to 50 seconds, specify _autoupdate=50.

The parameter is added to the object address after the question mark (?). To send multiple parameters, list them separated by & (ampersand), e.g.:

<iframe frameborder="0" src="https://datalens.yandex/bdzix********?_embedded=1&_no_controls=1&_lang=ru&_theme=dark&_autoupdate=50"></iframe>

Getting the embed codeGetting the embed code

To get the embed code with a preset dashboard or chart design:

  1. Publish your dashboard or chart.
  2. Open the dashboard or chart using the public link provided to you.
  3. In the upper-right corner, click and select Embed code.
  4. In the window that opens, set up language, theme, menu display. On the right of the window, copy the link or embed code with the preset design parameters.

Filtering embedded chartsFiltering embedded charts

You can apply filtering to embedded charts. To do this, provide the filtering parameters in the chart link.

To set up filtering:

  1. Add a chart and selector to the dashboard.
  2. Publish the dashboard.
  3. Open the dashboard or chart using the public link provided to you.
  4. Set the required selector values.
  5. Click next to the chart on the dashboard and select Embed code.
  6. In the window that opens, set up language, theme, menu display. On the right of the window, copy the link or embed code with the preset design and filter parameters.

The filter parameters will be added to the chart URL after ?. When providing multiple parameters, they will be separated by & (ampersand).

<iframe frameborder="0" src="https://datalens.yandex/z2uxl5pbztkep?shopid_vj2j=sp-15&shopid_vj2j=sp-18&shopid_vj2j=sp-20&_embedded=1&_no_controls=1&_theme=light&_lang=ru" width="100%" height="400px"></iframe>

Useful linksUseful links

  • Embedding via JWT.

Was the article helpful?

Previous
Publishing objects
Next
Sharing an object within an organization
© 2026 Direct Cursus Technology L.L.C.