文档更改5.8.2.3 Pie chart

liuqing01 于 2025/06/30 11:36 最后修改

从版本 14.6
maym编辑
在2025/03/10 08:13上
修改评论: 该版本没有评论
到版本
maym编辑
在2025/02/28 10:14上
修改评论: 该版本没有评论

摘要

细节

页面属性
内容
... ... @@ -1,55 +1,57 @@
1 -==== **[Usage Scenario]** ====
1 +==== **【使用场景】** ====
2 2  
3 - A pie chart is a commonly used type of data visualization chart that presents data as a circular shape resembling a pie chart, displaying the proportions of different data classifications in a fan-shaped manner. It is suitable for the following scenarios:
3 + 饼状图是一种常用的数据可视化图表类型,它将数据呈现为一个类似于饼状的圆形,将不同数据分类的比例以扇形的方式展示出来,适用于以下一些场景:
4 4  
5 5  * (((
6 -**Proportional display:** A pie chart is suitable for displaying the proportion or proportion relationship of different categories in the population. For example, market share, the proportion of various expenses to total expenses, etc.
6 +**比例展示** 饼状图适合展示不同类别在总体中的比例或占比关系。比如,市场份额、各种支出占总支出的比例等。
7 7  )))
8 8  * (((
9 -**Category Display:** A pie chart can classify and display data according to different categories, visually showing comparisons between different categories. For example, the sales proportion of different products, the sales proportion of different regions, etc.
9 +**分类展示** 饼状图可以将数据按照不同的类别进行分类展示,直观地展示各个类别之间的比较。比如,不同产品的销售比例、不同地区的销售占比等。
10 10  )))
11 11  * (((
12 -**Trend analysis:** By observing the size changes of each sector in the pie chart, the trend and changes of the data can be analyzed. For example, seasonal changes in sales revenue, changes in the proportion of users in different age groups, etc.
12 +**趋势分析** 通过观察饼状图中各个扇形的大小变化,可以分析数据的趋势和变化情况。比如,销售额的季节性变化、不同年龄段用户的占比变化等。
13 13  )))
14 14  * (((
15 -**Highlights**: Specific data or categories can be emphasized by highlighting a sector or several important sectors in the pie chart. For example, highlighting the market share of a certain product, highlighting the sales proportion of a certain region, etc.
15 +**重点突出** 可以通过突出饼状图中某个扇形或几个重要的扇形,来强调特定的数据或类别。比如,突出某个产品的市场份额、突出某个地区的销售占比等。
16 16  )))
17 17  
18 -==== **[Basic Requirements ]** ====
18 +==== **【基本要求】** ====
19 19  
20 - The basic requirements for a pie chart are as follows:
20 + 饼图的基本要求如下:
21 21  
22 -(% style="width:584px" %)
23 -|(% style="width:280px" %)Category Field|(% style="width:300px" %)Mumeric Field
24 -|(% style="width:280px" %)Only one field can be configured|(% style="width:300px" %)Only one field can be configured
22 +(% style="width:402px" %)
23 +|(% style="width:175px" %)分类字段|(% style="width:225px" %)数值字段
24 +|(% style="width:175px" %)最多1个字段|(% style="width:225px" %)最多1个字段
25 25  
26 -==== Only one field can be configured ====
26 +==== **【操作步骤】** ====
27 27  
28 - **Step-1 Select components and configure data sources**
28 + **Step-1 选择组件,配置数据源**
29 29  
30 - Create a report, select the pie chart in the upper left corner, and then choose the data source, as shown in the figure:
30 + 创建报表,在左上角选择饼状图,然后选定数据源,如图:
31 31  
32 32  [[image:1729843622506-386.png||height="546" width="767"]]
33 33  
34 34  
35 - **Step-2 Select chart display fields**
35 + **Step-2 选择图表展示字段**
36 36  
37 - Drag and drop the fields from the data source on the right onto the classification and numerical fields
37 + 将右边数据源中字段拖动放到**分类字段**、**数值字段**上
38 38  
39 39  * (((
40 -Data source for pie chart:
40 +饼状图的数据源:
41 41  
42 - With the classification field and numerical field, it is possible to draw the correct pie chart based on the actual situation of the data. In the following figure:将销售物品类型拖入分类字段中,将销售数量拖入数值字段中,则可以得出:【按照销售物品类型分类后的销售数量的统计饼状图】
42 + 有了分类字段和数值字段,就可以根据数据的实际情况,绘制出正确的饼状图。下图中:分类字段拖入销售物品类型,数值字段拖入销售数量,则可以得出:【按照销售物品类型分类后的销售数量的统计饼状图】
43 43  
44 44  
45 45  * (((
46 -**Classification field:** This field represents the category or classification of the data, and each data point should have a corresponding category. The category field can be product name, region name, department name, etc., used to indicate the specific category to which the data belongs.
46 +**分类字段:** 本字段表示数据的类别或分类,每个数据点都应该有一个对应的类别。类别字段可以是产品名称、地区名称、部门名称等,用于表示数据所属的具体类别。
47 47  )))
48 48  * (((
49 -**Numerical field:** This field represents the specific numerical value/quantity for each category. Numerical fields can be sales revenue, sales quantity, market share, etc., used to represent the proportion or percentage of each category in the overall population.
49 +**数值字段:** 本字段表示每个类别的具体数值/数量。数值字段可以是销售额、销售数量、市场份额等,用于表示每个类别在总体中的比例或占比。
50 50  
51 +>
52 +
51 51  (((
52 -====== If a non numeric field (such as string, date, location type) is dragged into a numeric field (dashed box), the string, date, location will be converted to the number of times the field appears based on the default aggregation method (count) ======
54 +====== 如果在数值字段(虚线框)中拖入非数值类型的字段(如:字符串、日期、地点类型),会根据默认聚合方式(计数),将字符串、日期、地点转化为该字段出现的次数 ======
53 53  )))
54 54  
55 55  [[image:1729749814387-113.png||height="669" width="1300"]]
... ... @@ -56,9 +56,9 @@
56 56  )))
57 57  )))
58 58  
59 - **Step-3 Style settings**
61 + **Step-3 样式设置**
60 60  
61 - Divided into three categories: Basic Settings, Labels, and Legends, as shown in the following figure:
63 + 分为三小类:【基础设置】、【标签】,【图例】,如下图:
62 62  
63 63  [[image:1729750188515-947.png||height="766" width="1425"]]
64 64  
... ... @@ -73,32 +73,56 @@
73 73  
74 74  )))
75 75  
76 -==== **[Style Configuration Description]** ====
78 +==== **【样式配置说明】** ====
77 77  
78 -|(% colspan="1" rowspan="1" style="width:107px" %)Classification|(% colspan="1" rowspan="1" style="width:150px" %)Configuration Items|(% colspan="1" rowspan="1" style="width:1304px" %)(((
79 -Purpose
80 +|(% colspan="1" rowspan="1" %)(((
81 +
82 +)))|(% colspan="1" rowspan="1" style="width:107px" %)(((
83 +样式设置分类
84 +)))|(% colspan="1" rowspan="1" style="width:150px" %)(((
85 +配置项
86 +)))|(% colspan="1" rowspan="1" style="width:1304px" %)(((
87 +用途
80 80  )))
81 -|(% colspan="1" rowspan="6" style="width:107px" %)(((
82 -Basic Style
89 +|(% colspan="1" rowspan="14" %)(((
90 +**饼状图**
83 83  
84 84  
85 -)))|(% colspan="1" rowspan="1" style="width:150px" %)Show heading|(% colspan="1" rowspan="1" style="width:1304px" %)(((
86 -Control whether the chart title in the upper left corner of the canvas is displayed. When closed, the chart title will not be displayed in the report, The words "柱状图1" are shown in the following figure;
93 +)))|(% colspan="1" rowspan="6" style="width:107px" %)(((
94 +基础设置
87 87  
96 +
97 +)))|(% colspan="1" rowspan="1" style="width:150px" %)(((
98 +显示标题
99 +)))|(% colspan="1" rowspan="1" style="width:1304px" %)(((
100 +控制画布左上角的标题是否显示的开关
101 +
88 88  [[image:1729754356435-491.png]]
89 89  )))
90 -|(% colspan="1" rowspan="1" style="width:150px" %)Chart title|(% colspan="1" rowspan="1" style="width:1304px" %)You can name the chart by yourself
91 -|(% colspan="1" rowspan="1" style="width:150px" %)Help text|(% colspan="1" rowspan="1" style="width:1304px" %)Control whether the help copy is displayed in the chart. If enabled, client users can see a "?" icon after the chart title and the corresponding help copy when moving the mouse over the icon;
104 +|(% colspan="1" rowspan="1" style="width:150px" %)(((
105 +标题名称
106 +)))|(% colspan="1" rowspan="1" style="width:1304px" %)支持用户自定义报表标题
107 +|(% colspan="1" rowspan="1" style="width:150px" %)(((
108 +帮助文字
109 +)))|(% colspan="1" rowspan="1" style="width:1304px" %)开启后,标题右侧出现小问号,鼠标悬浮时,出现帮助文字具体内容
92 92  [[image:1729754478509-444.png]]
93 -|(% colspan="1" rowspan="1" style="width:150px" %)Help text content|(% colspan="1" rowspan="1" style="width:1304px" %)Enter a description of the chart here to help client users understand the chart data;
94 -|(% colspan="1" rowspan="1" style="width:150px" %)Pie chart type|(% colspan="1" rowspan="1" style="width:1304px" %)(((
95 -By default, "General" is selected. The second option is a circular chart, which has the following effect:
111 +|(% colspan="1" rowspan="1" style="width:150px" %)(((
112 +帮助文字内容
113 +)))|(% colspan="1" rowspan="1" style="width:1304px" %)支持用户自定义帮助文字的文案,例如“本月销售总额统计”
114 +|(% colspan="1" rowspan="1" style="width:150px" %)(((
115 +饼状图类型
116 +)))|(% colspan="1" rowspan="1" style="width:1304px" %)(((
117 +默认选中“常规”,第二选项:环形图,环形图效果如下:
96 96  
97 97  [[image:1729754564047-207.png||height="451" width="1137"]]
98 98  
99 99  
100 100  )))
101 -|(% colspan="1" rowspan="1" style="width:150px" %)Color scheme|(% colspan="1" rowspan="1" style="width:1304px" %)Customize the color scheme of the Y-axis pillar;
123 +|(% colspan="1" rowspan="1" style="width:150px" %)(((
124 +配色方案
125 +)))|(% colspan="1" rowspan="1" style="width:1304px" %)(((
126 +支持用户自定义图形整体的配色方案
127 +)))
102 102  |(% colspan="1" rowspan="5" style="width:107px" %)(((
103 103  标签
104 104