This topic was translated by AI and is currently in queue for revision by our editors. Alibaba Cloud does not guarantee the accuracy of AI-translated content. Request expedited revision

The Double 11 Donut Chart widget

Updated at: 2023-05-11 08:18

This topic describes the chart style and configuration panel of the Double 11 donut chart.

Chart Style

Double 11 donut chart is a pie chart that can clearly and intelligently display the proportion of different categories under each dimension. Double 11 donut chart allows you to use polar coordinates to determine the size of a chart, display labels outside the chart, and configure multiple series of data.

image..png

Settings Panelimage..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.
  • Font Family: the font style of the pie chart.

  • Outer Border Color: the color of the outer ring of the pie chart.

  • Label: the label style of the pie chart.

    Parameter

    Description

    Parameter

    Description

    Distance from Label to Center

    The horizontal distance between the label and the center of the pie chart. Valid values: 0 to 1.

    Distance from Vertex to Center

    The vertical distance between the label and the center of the pie chart. Valid values: 0 to 1. If it is set too small, it will be surrounded to the center of the circle.

    Label Line

    The style of the line between the label and the pie chart, including the line thickness and line color.

    Category

    The style of the content category displayed on the tab. Click the icon on the left 开关图标to control the display of the category style.

    • Font Size: the font size of the category text.

    • Color: the color of the category text.

    • Vertical Offset: the vertical displacement of the category text.

    Value

    The style of the value on the label.

    • Font Size: the size of the numeric value on the category label.

    • Color: the color of the value on the category label.

    • Font Weight: the font weight of the category tag.

    • Decimal Places: displays the number of decimal places.

    • Vertical Offset: the vertical displacement of the tag value.

    • Real Value: If you turn on the switch, the value of the corresponding data field is displayed.

  • Polar Axis: the polar style of the pie chart.

    Parameter

    Description

    Parameter

    Description

    Outer Radius

    The ratio of the distance from the center of the circle to the outer ring. The value is the ratio of the height of the component. Valid values: 0 to 1.

    Inner Radius

    The ratio of the distance from the center of the circle to the inner ring. Valid values: 0 to 1.

    Margin

    The interval between pie charts at different latitudes. If the value is a positive number, there is a gap between each pie chart. If the value is a negative number, each pie chart overlaps and interlaces.

    Gridline

    The network line style of the polar axis. You can click 开关图标the icon to control the display of the network line.

    Color: the color of the network cable.

    Color

    The color of the pie chart in each dimension. Click the 加号图标or 垃圾桶图标icon on the right to add or remove a polar color. Click the 横排列图标or 竖排列图标icon to configure the arrangement style of multiple polar colors. Click the 复制图标icon to copy the current polar axis color configuration and add a polar axis color with the same configuration.

    • Position: the location of the pie chart in this latitude.

    • Color: the color of the pie chart at this latitude.

  • Legend: the legend style of the Double 11 donut chart. You can click the 开关图标icon to display the legend.

    Parameter

    Description

    Parameter

    Description

    Text

    The text style of the legend, including the font size and color of the legend text.

    Layout

    The positional relationship between the legends.

    • Margin

      • Horizontal Padding: The distance between the left and right sides of adjacent legends. This configuration items is only valid when there are multiple series.

      • Vertical Padding: the distance between the legend and the upper and lower boundaries of the widget.

    • Position: the position of the legend relative to the start coordinates of the widget. You can select Top Left, Top Center, Top Right, Bottom Left, Bottom Center, or Bottom Right.

  • Data Series: Click the 加号图标or 垃圾桶图标icon on the right to add or delete a data series. Click the 横排列图标or 竖排列图标icon to configure the arrangement style of multiple data series. Click the 复制图标icon to copy the selected data series configurations and add a data series with the same configurations.

    Parameter

    Description

    Parameter

    Description

    Inner Radius

    The value of the radius of the pie chart area in this series of latitudes. Valid values: 0 to 1.

    Outer Radius

    The value of the radius of the pie chart area in this series of latitudes. Valid values: 0 to 1.

    Note

    The style of the pie chart area is controlled by the value of the inner and outer radii under the series. When both the inner and outer radii are set to 0 or 1, the pie chart area of this series is not displayed. When the inner radius is 0 and the outer radius is 1 or the inner radius is 1 and the outer radius is 0, the pie chart area of this series is tapered.

Data Panel

image..png

Configuration field description

Parameter

Description

Parameter

Description

x

The category name of the corresponding series.

y

The value of the corresponding series, which determines the percentage of each pie chart area to the entire pie chart.

ParameterDescription
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 Double 11 Multi-dimensional Pie Chart in the Added Nodes pane. You can view the parameters of the Double 11 donut chart on the canvas, as shown in the following figure. image..png

    • Event

      Event

      Description

      Event

      Description

      On Completion of Settings Request

      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.

      On Failure of Settings Request

      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.

    • Action

      Action

      Description

      Action

      Description

      Request Settings

      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 sent to the Request Settings is { id: '1'}, the final request interface is https://api.test?id=1 donut chart Double 11.

      Import Settings

      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 Widget Configurations

      Style configurations of widgets are dynamically updated. In the Configuration panel, click Copy Configuration to Clipboard to obtain the configuration data of the component. After that, change the style field for the data processing node in Blueprint Editor.

      Show

      The following example shows the widget.

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

      Hide

      The following example shows how to hide a widget:

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

      Hide/Show

      The following example shows the widget.

      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"
            }
          }
  • On this page (1, M)
  • Chart Style
  • Settings Panel
  • Data Panel
  • Configuration field description
  • Interaction Panel
  • Configure interactions in Blueprint Editor
Feedback
phone Contact Us

Chat now with Alibaba Cloud Customer Service to assist you in finding the right products and services to meet your needs.

alicare alicarealicarealicare