Configuring a data source is a key step for creating widgets and displaying your business data. It lets you ingest, process, and update data in real time. This topic describes how to configure data for a widget.
Features
DataV-Board supports connections to various types of business data, such as static data, databases, and application gateways. You can use the data source configuration to connect and adapt business data for widgets and configure settings, such as Disable Loading State, Controlled Mode, and Automatic Update Requests, to optimize loading performance, pass parameters between widgets, and enable real-time data updates.
Procedure
Prerequisites
Log on to the DataV-Board 7.0 console.
Prepare and add the required data sources.
Go to the dashboard editor and create a widget.
Configure data
Widgets come with default static data. The following example uses a column chart to demonstrate how to configure a widget's data source using static data, a global variable, or a data source.
Static data adapter component
Global variable adapter component
Configuration items
|
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
If you encounter problems during configuration, see FAQ about data source configuration and usage for troubleshooting information.


to switch to the code editor. You can edit the data source by adding, deleting, or modifying the JSON 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.