Configure widget data sources to integrate, process, and display real-time business data in your visualizations.
Feature description
DataV-Board supports various business data sources, including static data, databases, and application gateways. Through datasource configuration, you can integrate business data into widgets and optimize data loading performance, widget parameter interactions, and real-time updates by using Disable Loading State, Controlled Mode, and Automatic Update Requests.
Operation flow
Prerequisites
-
Log on to the DataV-Board 7.0 console.
-
Prepare and add relevant data sources.
-
Enter the dashboard editing page and create a widget.
Configure data
Widgets include default static data. The following example shows how to configure a column chart datasource using static data, global variables, and data sources.
Static data adaptation for widgets
Global variable adaptation for widgets
Configuration item description
|
Data Item Configuration |
Description |
|
Data Source |
The component's data source displays the data fields contained within the component using code editing or visual editor. You can also modify the data type to flexibly configure the component's data. |
|
Data Mapping |
When you need to customize chart field configurations, you can set different field mappings in the Data Mapping module to map these fields to the corresponding fields of the component. This allows for real-time data matching without altering the data source fields. Additionally, click the |
|
Filter |
Open the Filter to select an existing data filter or create a new one, and configure the data filter script to achieve data filtering capabilities. For more information, see manage data filters. |
|
Data Response Result |
This feature displays the component's data in real-time. When the component's data source changes, the data response result will display the latest data accordingly. In case of a delayed system response, you can click the |
|
Disable Loading State |
Check the check box to hide the loading content during component updates and data dashboard previews. Unchecking will display the loading content. The default setting is unchecked. |
|
Controlled Mode |
Check the check box to prevent data requests upon the component's initialization. Data requests will only be initiated through global variables or methods configured in the blueprint editor. Unchecking allows for automatic update requests. The default setting is unchecked. |
|
Automatic Update Request |
Check the check box to manually set the polling frequency for dynamic polling. Clearing this option disables automatic updates, requiring manual page refreshes or data request triggers through the blueprint editor and global variable events for updates. |
FAQ
For help with configuration issues, refer to the datasource configuration FAQ.


to switch to the code editor mode. Here, you can edit the datasource by adding, deleting, or modifying the JSON formatted code.







icon to configure field styles individually.
icon on the right to check the current data response result, or click the
icon on the right to obtain the most recent data for the component. You can also click to view examples to see sample response results for the current component.