All Products
Search
Document Center

DataV:Key Table

Last Updated:May 12, 2023

This topic describes the chart style of the Key-Value Table widget and the meaning of each configuration items.

Chart Style

A key-value table is a type of table widget. It allows you to customize table content in the form of keys and values. It can clearly display data in a table in a visualization application. Only two columns of data can be displayed, and no new columns can be added. image..png

Settings Panel

image..png
  • Search for Configurations: In the right-side panel of Canvas Editor, click the Settings tab, and click Search for Configurations in the upper-right corner. Enter the required configuration item in the search box, and click the search icon to quickly locate the configuration item. Fuzzy match is supported. For more information, see Search for asset configurations.
  • Size: indicates the size of a widget, including its pixel width and height. You can click the Proportional resizing icon to proportionally adjust the width and height of a widget. After you click this icon again, you can adjust the width and height as needed.
  • Position: the position of a widget, which is indicated by pixel X and Y coordinates. X-coordinate indicates the pixel distance between the upper-left corner of the widget and the left border of the canvas. Y-coordinate indicates the pixel distance between the upper-left corner of the widget and the upper border of the canvas.
  • Rotation Angle: the angle of a rotation that uses the center point of a widget as the rotation point. The unit is degrees (°). You can use one of the following methods to control the rotation angle of a widget:
    • Directly enter the degrees in the Rotation Angle spin box or click the plus sign (+) or minus sign (-) to increase or decrease the value in the Rotation Angle spin box.
    • Drag the black dot in the Rotation control icon icon.
    • Click the Horizontal flip icon to horizontally flip a widget.
    • Click the Vertical flip icon to vertically flip a widget.
  • Opacity: the opacity of a widget. Valid values: 0 and 1. If this parameter is set to 0, the widget is hidden. If this parameter is set to 1, the widget is completely displayed. Default value: 1.
  • Table

    Parameter

    Description

    Adaptive

    • If you turn on the switch, the table adapts to the widget size and distributes the widget properly. 打开键值表格自适应

    • If you turn off the switch, the table displays the original size. 关闭键值表格自适应

    Border Line

    The style of the outer border line of the table.

    • Line thickness: the thickness of the border line.

    • Line Color: the color of the border line. For more information, see color picker description.

    Text Style

    The font family of all text in the table. Default value: Microsoft Black.

  • Cell: the spacing between cells.

    Parameter

    Description

    Left and Right Spacing

    The distance between the text in the cell and the left and right boundaries of the cell. Valid values: 0 to 50. Unit: px.

    Upper and Lower Spacing

    The distance of the text in the cell from the upper and lower boundaries of the cell. If adaptive configuration items is enabled and the table does not overflow, this configuration items takes effect only for the table header. The height of other rows is adaptive. Valid values: 0 to 50. Unit: pixels.

  • Header 键值表格表头配置项

    • First Line Header: If you turn on the switch, the first row of the table is used as the header. You can also configure the text style of the header. If you do not need to configure the header, you can disable this configuration items and delete the label and value fields in the data. If you turn off the switch, the table has no header style.

    • Text Style: Displays only when the configuration items of the first line header is turned on.

      Parameter

      Description

      The color of the font.

      The color of the header text.

      Font size

      The size of the header text. Valid values: 0 to 100.

      Font weight

      The font weight of the header text.

    • Background Color: the background color of the header. This parameter is displayed only when the configuration items of the first header is turned on.

  • Column

    • Width %: the percentage of the width of the table in the first column.

    • line separator

      Parameter

      Description

      Line thickness

      The thickness of the line separator between the two columns.

      Line Color

      The color of the line separator between the two columns.

    • First Column

      Parameter

      Description

      Text Style

      The color, font size, and font weight of the text in the first column.

      Background Color

      The background color of the first column.

      Text Alignment

      The alignment of the text in the first column. You can select Align Left, Align Right, or Align Center.

  • Second Column: Configure the style of the second column. For more information, see First Column.

  • Line

    • line separator

      Parameter

      Description

      Line thickness

      The thickness of the line separator between different rows.

      Line Color

      The color of the line separator between different rows.

    • Whether to distinguish parity rows 键值表格区分奇偶行

      • Turn on the switch, the system will automatically distinguish between odd and even rows, and you can configure the background color of odd and even rows.

        Parameter

        Description

        Odd Row Background Color

        The background color of the odd rows in the table.

        Even Rows Background Color

        The background color of the even rows in the table.

      • If you turn off the switch, the system does not distinguish between odd and even rows. All rows are displayed as the background color of the column.

Data Panel

Important
  • Currently, the key-value table widget supports only two columns. You cannot add new columns.

  • You can configure data to increase the number of rows in the key-value table.

image..png

Configuration field description

Parameter

Description

label

(Optional) The contents of the first list header.

value

(Optional) The contents of the second list header.

Note

The label and value fields represent the header content only when the First line header option is enabled in the header configuration items.

The main data format of the table is {"the first column key":"the second column value",...}. Other data can be customized and distributed in the corresponding rows and columns of the table in the order of the actual data content.

Table 1. Parameters
ParameterDescription
Controlled ModeIf you turn on the switch, data is not requested when a widget is initialized. Data requests are triggered only based on callback IDs or the method configured in Blueprint Editor. If you turn off the switch, data requests are automatically triggered. By default, the switch is turned off.
Auto Data RequestAfter you select the Auto Data Request check box, you can enable dynamic polling, and manually specify the polling interval. If you do not select this check box, data is not automatically requested. You must manually refresh the page to request data or use Blueprint Editor or callback ID events to trigger data requests.
Data SourceIn the right-side panel of Canvas Editor, click the Data tab. Click Set next to Static Data. In the Configure Datasource panel, select a data source from the Data Source Type drop-down list. Enter code for data query in the code editor, click Preview Data Response to preview the response of the data source, and then view the response. For more information, see Configure asset data.
Data FilterIf you select the Data Filter check box, you can convert the data structure, filter data, and perform simple calculations. If you click the plus sign (+) next to Add Filter, you can configure the script for the data filter in the editor that appears. For more information, see Use the data filter.
Data Response ResultThe response to a data request. If the data source changes, you can click the Refresh icon icon next to Data Response Result to view the data response in real time.

Interaction Panel

This widget does not support interaction events.

Configure interactions in Blueprint Editor

  1. In Canvas Editor, right-click a widget in the Layer panel and select Add to Blueprint Editor.
  2. Click the Blueprint Editor icon icon in the upper-left corner of the page.
  3. In Blueprint Editor, click the Key Table component in the Added Nodes pane. You can view the parameters of the Key-Value Table component on the canvas, as shown in the following figure. 键值表格蓝图编辑器参数

    • Event

      Event

      Description

      When the data interface request is completed

      The event is triggered with the processed JSON data after a data interface request is responded and processed by a filter. For more information about specific data examples, see the Data Response Result section of the Data tab in the right-side configuration panel of the canvas editor.

      When a data interface request fails

      The event that is returned when a data interface request fails (the request may be due to network problems or interface errors) and is processed by the filter. The event also throws the processed JSON data. For more information about specific data examples, see the Data Response Result section of the Data tab in the right-side configuration panel of the canvas editor.

    • Policy Action

      Policy Action

      Description

      Request Data Interface

      This action is performed to request the server data again. The data sent by an upstream data processing node or layer node is used as a parameter. For example, if the API data source is https://api.test and the data transferred to the request data interface is { id: '1'}, the final request interface is https://api.test?id=1.

      Import data

      After data of a widget is processed in accordance with its drawing format, the widget is imported for redrawing. You do not need to request server data again. For more information about specific data examples, see the Data Response Result section of the Data tab in the right-side configuration panel of the canvas editor.

      Update component configurations

      Style configurations of widgets are dynamically updated. Before this action is executed, you must click the widget in Canvas Editor, click the Settings tab in the right-side panel, and click Copy Configurations to... to obtain widget configurations. After that, change the style field for the data processing node in Blueprint Editor.

      Display

      Displays the widget. The following example shows the reference data.

      return {
        "animationType": "",
        "animationDuration": 1000,
        "animationEasing": "linear"
      };

      Hide

      The following example shows how to hide a widget.

      return {
        "animationType": "",
        "animationDuration": 1000,
        "animationEasing": "linear"
      };

      Switch to the hidden state

      Specifies whether to show or hide a widget. The following example shows the reference data.

      return {
        "animationIn": {
          "animationType": "",
          "animationDuration": 1000,
          "animationEasing": "linear"
        },
        "animationOut": {
          "animationType": "",
          "animationDuration": 1000,
          "animationEasing": "linear"
        }
      };

      Move

      Move a widget to a specified location. The following example shows the reference data.

      return {
        // The positioning type. to indicates absolute positioning, whereas by indicates relative positioning. The default value is to. 
        "positionType": "to",
        // The location, which is indicated by the x and y coordinates. 
        "attr": {
          "x": 0,
          "y": 0
        },
        // The animation type. 
        "animation": {
          "enable": false,
          // The duration in which animation is displayed. 
          "animationDuration": 1000,
          // The animation curve, which can be set to linear|easeInOutQuad|easeInOutExpo. 
          "animationEasing": "linear"
        }
      };