由 liuqing01 于 2025/06/30 11:35 最后修改
摘要
细节
- 页面属性
-
- 标题
-
... ... @@ -1,1 +1,1 @@ 1 -5.8.2.2 Line Chart1 +5.8.2.2 折线图 - 父
-
... ... @@ -1,1 +1,1 @@ 1 - Egret Cloud Operationmanual.5\. 设计应用.5\.8 报表设计.5\.8\.2 报表设计器.WebHome1 +Main.5\. 设计应用.5\.8 报表设计.5\.8\.2 报表设计器.WebHome - 文档作者
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. maym1 +XWiki.yinshi - 内容
-
... ... @@ -1,84 +1,119 @@ 1 -==== **[UsageScenario]**====1 +====== 【使用场景】 ====== 2 2 3 - A line chart is a commonly used type of chart to display changes over time. It connects data points with lines to show the trend of variables, and is suitable for the following scenarios:3 +在折线图中,一般水平轴(X轴)用来表示时间的推移,并且间隔相同;而垂直轴(Y轴)代表不同时刻的数据的大小。如下图展示了随着时间推移,每月销售额的变化。 4 4 5 -* ((( 6 -**Time trend analysis:** Line charts are suitable for displaying time series data, such as daily, monthly, or quarterly sales, user visits, or inventory changes, to help users identify long-term trends. 7 -))) 8 -* ((( 9 -**Seasonal changes: ** By observing the fluctuations of the line, it is possible to analyze the periodic changes in the data. For example, seasonal fluctuations in sales revenue, changes in user activity during different time periods, etc. 10 -))) 11 -* ((( 12 -**Comparison trend: ** Multiple lines can be used to compare the changes in multiple variables. For example, comparing sales trends of different products, or comparing user growth trends in different markets. 13 -))) 14 -* ((( 15 -**Abnormal discovery: ** The prominent peaks or valleys in a line chart help identify abnormal situations in the data, such as an abnormal increase in sales or a sudden decrease in user churn in a certain month. 16 -))) 17 17 18 -==== ==== 19 19 20 -==== **[FunctionIntroduction]**====7 +====== 【功能简介】 ====== 21 21 22 - A line chart is used to display the changes in data over a continuous time interval or span, and its characteristic is to reflect the trend of things changing over time or ordered categories.9 +折线图用于显示数据在一个**连续的时间间隔或者时间跨度上的变化**,它的特点是反映事物随时间或有序类别而变化的趋势。 23 23 24 -[[image:17 40626962720-557.png]]11 +[[image:1729663152165-172.png]] 25 25 26 - The composition of a line chart includes:13 +一个折线图的构成包括: 27 27 28 -1. **Horizontal axis (X-axis): **The horizontal axis in a line graph is the horizontal axis, usually used to display continuous variables such as data classification or time. 29 -1. **Vertical axis (Y-axis):** The vertical axis in a line chart is the axis in the vertical direction, usually used to display numerical values or quantities of data. 30 -1. **Point: ** Each point represents the data value at a specific position on the horizontal and vertical axes. In a line chart, the line connecting all points can show the trend and change of the data. 31 -1. **Line:** The lines in a line chart are straight lines formed by connecting data points, representing the trend of data changes. The trend of the lines can intuitively show the growth, decrease, or fluctuation of the data. 15 +1. ((( 16 +**横轴 (X 轴):** 32 32 33 -((( 34 - 18 +1. ((( 19 +**定义:** 折线图中的横轴是水平方向上的轴线,通常用于表示数据的分类或者时间等连续性变量。 20 +))) 21 +1. ((( 22 +**含义:** 横轴通常表示自变量,即数据的分类或者时间序列。在折线图中,横轴上的数值或分类标签决定了折线图中每个数据点的横坐标位置。 23 +))) 24 +))) 25 +1. ((( 26 +**纵轴 (Y 轴):** 35 35 28 +1. ((( 29 +**定义:** 折线图中的纵轴是垂直方向上的轴线,通常用于表示数据的数值或者数量。 30 +))) 31 +1. ((( 32 +**含义:** 纵轴通常表示因变量,即与自变量相关联的数值或数量。在折线图中,纵轴上的数值决定了折线图中每个数据点的纵坐标位置。 33 +))) 34 +))) 35 +1. ((( 36 +**点:** 36 36 37 - 38 +1. ((( 39 +**定义:** 折线图中的点是由数据组成的离散的数据点,代表着某个具体的数据值。 38 38 ))) 41 +1. ((( 42 +**含义:** 每个点代表了横轴和纵轴上特定位置的数据值。在折线图中,连接所有点的折线可以展现数据的趋势和变化。 43 +))) 44 +))) 45 +1. ((( 46 +**线:** 39 39 40 -==== 【Basic Attributes】 ==== 48 +1. ((( 49 +**定义:** 折线图中的线是由连接数据点而成的直线,用于将各个数据点串联起来形成折线。 50 +))) 51 +1. ((( 52 +**含义:** 折线代表了数据的变化趋势,通过线的走势可以直观地展现数据的增长、减少或者波动情况。 53 +))) 54 +))) 41 41 56 +====== 【基本要求】 ====== 42 42 43 -|(% style="width:294px" %)**Horizontal axis**|(% style="width:236px" %)**Longitudinal axis**|(% style="width:472px" %)**Search Fields**|(% style="width:275px" %)**Refernce Line**|(% style="width:245px" %)**Filter conditions** 44 -|(% style="width:294px" %)Multiple fields can be configured, but up to 30 fields are allowed|(% style="width:236px" %)Only one field can be configured|(% style="width:472px" %)After configuration, the client can draw a line chart by searching for data that meets the criteria based on different search field values|(% style="width:275px" %)Multiple fields can be configured, but up to 30 fields are allowed|(% style="width:245px" %)Configure the condition values for filtering data sources 58 +要实现折线图的效果,基本要求如下 。 45 45 60 + 61 +|横轴|纵轴|分组|参考线 62 +|最多1个字段|可选多个字段,最多30个字段|最多1个字段|可选多个字段,最多30个字段 63 + 46 46 ====== ====== 47 47 48 -==== **[Configurationsteps]**====66 +====== 【配置步骤】 ====== 49 49 50 -**Step-1 Select Bar Chart**68 +**Step-1 选择图形** 51 51 52 - [[image:1740640778297-295.png]]70 +创建报表,选择折线图,如图: 53 53 72 +[[image:1729663321225-837.png]] 54 54 55 -**Step-2 Select chart display fields** 56 56 57 - Drag and dropthefields from the data source list on the right onto the horizontal axis, vertical axis, search field, and reference line75 +**Step-2 选择图表展示字段** 58 58 59 - [[image:1740641005459-993.png]]77 +将右边数据源列表中的字段拖动放到【横轴】、【纵轴】、【分组】、【参考线】上 60 60 79 +[[image:1729663922832-959.png]] 61 61 62 -**Step-3 Style settings** 63 63 64 - Divided into three categories: [BasicStyle],[Coordinate Axis], [Legend], as shown in the following figure:82 +Step-3 样式设置 65 65 66 - [[image:1740641136822-176.png]]84 +分为三小类:【基础】、【坐标轴】,【图例】,如下图 67 67 86 +[[image:1729663961688-819.png]] 68 68 69 69 70 - ==== **[Style Configuration Description]** ====89 +样式设置 71 71 72 -|(% colspan="1" rowspan="1" style="width:76.9844px" %)Classification|(% colspan="1" rowspan="1" style="width:94px" %)Configuration Items|(% colspan="1" rowspan="1" style="width:1272px" %)Purpose 73 -|(% colspan="1" rowspan="12" style="width:76.9844px" %)((( 74 -Basic Style 91 +样式设置 75 75 93 +|(% colspan="1" rowspan="1" style="width:52px" %)((( 76 76 77 -)))|(% colspan="1" rowspan="1" style="width:94px" %)Show heading |(% colspan="1" rowspan="1" style="width:1272px" %)((( 95 +)))|(% colspan="1" rowspan="1" style="width:76.9844px" %)((( 96 +样式设置分类 97 +)))|(% colspan="1" rowspan="1" style="width:94px" %)((( 98 +配置项 99 +)))|(% colspan="1" rowspan="1" style="width:1272px" %)((( 100 +用途 101 +))) 102 +|(% colspan="1" rowspan="21" style="width:52px" %)((( 103 +**折线图** 104 + 105 + 106 +)))|(% colspan="1" rowspan="12" style="width:76.9844px" %)((( 107 +基础 108 + 109 + 110 +)))|(% colspan="1" rowspan="1" style="width:94px" %)((( 111 +显示标题 112 +)))|(% colspan="1" rowspan="1" style="width:1272px" %)((( 78 78 ((( 79 - 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;114 +控制画布左上角的标题是否显示的开关 80 80 81 -[[image:17 40645772547-595.png]]116 +[[image:1729664204675-778.png||height="214" width="731"]] 82 82 ))) 83 83 84 84 ((( ... ... @@ -85,18 +85,22 @@ 85 85 86 86 ))) 87 87 ))) 88 -|(% colspan="1" rowspan="1" style="width:94px" %)Chart title|(% colspan="1" rowspan="1" style="width:1272px" %)You can name the chart yourself 89 89 |(% colspan="1" rowspan="1" style="width:94px" %)((( 90 -Help text 124 +标题名称 125 +)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户自定义报表标题 126 +|(% colspan="1" rowspan="1" style="width:94px" %)((( 127 +帮助文字 128 +)))|(% colspan="1" rowspan="1" style="width:1272px" %)开启后,标题右侧出现小问号,鼠标悬浮时,出现帮助文字具体内容 129 +[[image:1729664436892-701.png]] 130 +|(% colspan="1" rowspan="1" style="width:94px" %)((( 131 +帮助文字内容 132 +)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户自定义帮助文字的文案,例如“这是本月销售订单总额的统计” 133 +|(% colspan="1" rowspan="1" style="width:94px" %)((( 134 +折线图类型 91 91 )))|(% colspan="1" rowspan="1" style="width:1272px" %)((( 92 -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; 93 - 94 -[[image:1740645921975-640.png]] 95 -))) 96 -|(% colspan="1" rowspan="1" style="width:94px" %)Help text content|(% colspan="1" rowspan="1" style="width:1272px" %)Enter a description of the chart here to help client users understand the chart data; 97 -|(% colspan="1" rowspan="1" style="width:94px" %)Line chart type|(% colspan="1" rowspan="1" style="width:1272px" %)((( 98 98 ((( 99 -Provide 2 types: line and curve[[image:1740646556619-157.png]] 137 +支持2种类型:折线、曲线 138 +[[image:1729664469432-978.png||height="398" width="875"]] 100 100 ))) 101 101 102 102 ((( ... ... @@ -103,11 +103,16 @@ 103 103 104 104 ))) 105 105 ))) 106 -|(% colspan="1" rowspan="1" style="width:94px" %)color scheme|(% colspan="1" rowspan="1" style="width:1272px" %)Customize the color scheme of the Y-axis pillar; 107 107 |(% colspan="1" rowspan="1" style="width:94px" %)((( 108 -Display thumbnail axis 109 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)Set a thumbnail axis for the horizontal axis, that is, to view the data of a certain interval on the horizontal axis;[[image:1729664570038-223.png||height="477" width="822"]] 146 +配色方案 147 +)))|(% colspan="1" rowspan="1" style="width:1272px" %)((( 148 +支持用户自定义(多Y轴时)整体的配色方案 149 +))) 110 110 |(% colspan="1" rowspan="1" style="width:94px" %)((( 151 +显示缩略轴 152 +)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户设置针对横轴的缩略轴,即:查看横轴上某一区间的数据 153 +[[image:1729664570038-223.png||height="477" width="822"]] 154 +|(% colspan="1" rowspan="1" style="width:94px" %)((( 111 111 展示点 112 112 )))|(% colspan="1" rowspan="1" style="width:1272px" %)((( 113 113 ((( ... ... @@ -166,7 +166,7 @@ 166 166 )))|(% colspan="1" rowspan="1" style="width:1272px" %)((( 167 167 开启后,画布中横轴下方,将显示用户配置的横轴的数据源的标题 168 168 169 -[[image:1737 529012159-610.png]]213 +[[image:1729737237381-651.png||height="495" width="909"]] 170 170 ))) 171 171 |(% colspan="1" rowspan="1" style="width:94px" %)((( 172 172 轴标题名称 ... ... @@ -218,7 +218,9 @@ 218 218 |(% colspan="1" rowspan="1" style="width:94px" %)((( 219 219 刻度数 220 220 )))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户配置的Y轴的刻度数(注意:这里的刻度数是一个预估值,报表引擎在渲染时可能会根据实际情况改变最终呈现的刻度数) 221 -|(% colspan="1" rowspan="3" style="width:76.9844px" %)((( 265 +|(% colspan="1" rowspan="1" style="width:52px" %)((( 266 + 267 +)))|(% colspan="1" rowspan="3" style="width:76.9844px" %)((( 222 222 图例 223 223 224 224 ... ... @@ -229,9 +229,15 @@ 229 229 230 230 [[image:1729737941885-204.png||height="506" width="842"]] 231 231 ))) 232 -|(% colspan="1" rowspan="1" style="width:94px" %)((( 278 +|(% colspan="1" rowspan="1" style="width:52px" %)((( 279 + 280 +)))|(% colspan="1" rowspan="1" style="width:94px" %)((( 233 233 图例位置 234 234 )))|(% colspan="1" rowspan="1" style="width:1272px" %)图例默认出现在画布的左上角,同时支持用户设置图例在画布中的位置 235 -|(% colspan="1" rowspan="1" style="width:94px" %)((( 283 +|(% colspan="1" rowspan="1" style="width:52px" %)((( 284 + 285 +)))|(% colspan="1" rowspan="1" style="width:94px" %)((( 236 236 颜色字号 237 -)))|(% colspan="1" rowspan="1" style="width:1272px" %)支持用户根据需要自行调整图例的文字颜色和字体大小 287 +)))|(% colspan="1" rowspan="1" style="width:1272px" %)((( 288 +支持用户根据需要自行调整图例的颜色和文字大小 289 +)))
- 1737528997085-860.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.YufeiLi - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -89.4 KB - 内容
- 1737529012159-610.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.YufeiLi - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -41.6 KB - 内容
- 1737529051357-629.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.YufeiLi - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -86.2 KB - 内容
- 1740626962720-557.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.maym - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -53.1 KB - 内容
- 1740640778297-295.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.maym - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -112.5 KB - 内容
- 1740640945562-266.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.maym - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -112.2 KB - 内容
- 1740641005459-993.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.maym - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -120.0 KB - 内容
- 1740641136822-176.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.maym - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -105.8 KB - 内容
- 1740645772547-595.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.maym - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -98.7 KB - 内容
- 1740645921975-640.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.maym - 大小
-
... ... @@ -1,1 +1,0 @@ 1 -106.3 KB - 内容