Changing an Export Settings on the Server-Side

Export settings can be adjusted on the server when the user exports from the viewer, through the onBeginExportReport event.

Changing the Designer Theme

The dashboard designer supports many themes, set on the Python options object.

Configuring and Installing Node.js

The server-side engine relies on Node.js, which the SDK can install for you.

Editing a Dashboard Template in the Designer

Dashboards.Python includes the full dashboard designer in the browser.

Editing a Dashboard Template in the Designer in an HTML template

The designer's scripts and body can be emitted separately to fit your HTML template.

Exporting a Dashboard from Code

Render the dashboard in Python and export it directly from code, without opening the viewer.

Exporting a Dashboard from Code on the Server-Side

Render the dashboard in Python and export it directly from code, without opening the viewer.

How to Activate the Product

Register the Stimulsoft license when the Python application starts, before creating any dashboard components.

Loading Scripts in Part to Minify Project

Dashboards.Python is modular: you can load only the script parts your page needs to keep the download small.

Localizing the Designer

The designer interface can be shown in different languages by adding localization files.

Registering a Data from Code

Data can be registered for the dashboard just before it renders, through the onBeforeRender event.

Registering Data when Creating a New Dashboard

When a user creates a new dashboard in the designer, you can automatically register data through the onCreateReport event.

Saving a Dashboard Template on the Server-Side

When the user saves in the designer, the dashboard is sent to the server where you decide how to store it, through the onSaveReport event.

Sending an Exported Dashboard to the Server-Side

When the user exports a dashboard, the result can be sent back to the server and saved, through the onEndExportReport event.

Setting Dashboard Variables on the Server-Side

Dashboard variables can be filled on the server before rendering, through the onPrepareVariables event.

Showing a Dashboard in the Viewer

Stimulsoft Dashboards.Python is a native Python library that renders dashboards and outputs the JavaScript viewer into your page.

Showing a Dashboard in the Viewer in an HTML template

Set up the dashboard viewer in Python, load a template, and connect the component to the application.

Using Parameters in SQL Query

SQL queries can use parameters whose values you set on the server, through the onBeginProcessData event.

Working with onDesign and onExit events

The viewer and designer can be combined into one edit-and-preview workflow using their onDesignReport and onExit events.

Используя этот сайт, вы соглашаетесь на использование файлов Cookie для аналитики и персонализированного контента. Файлы Cookie хранят полезную информацию на вашем компьютере, чтобы помочь нам повысить эффективность и удобство использования. Для получения дополнительной информации, пожалуйста, прочтите Конфиденциальность и Использование Cookie.