由 liuqing01 于 2025/06/30 11:35 最后修改
摘要
-
页面属性 (4 修改, 0 新增, 0 删除)
-
附件 (0 修改, 35 新增, 0 删除)
- 1729663818603-553.png
- 1729663922832-959.png
- 1729663961688-819.png
- 1729664204675-778.png
- 1729664436892-701.png
- 1729664469432-978.png
- 1729664570038-223.png
- 1729664677195-525.png
- 1729664725301-778.png
- 1729664811246-731.png
- 1729736532720-382.png
- 1729737237381-651.png
- 1729737350555-287.png
- 1729737429518-371.png
- 1729737694678-922.png
- 1729737826799-987.png
- 1729737941885-204.png
- 1737528997085-860.png
- 1737529012159-610.png
- 1737529051357-629.png
- 1740626962720-557.png
- 1740640778297-295.png
- 1740640945562-266.png
- 1740641005459-993.png
- 1740641136822-176.png
- 1740645772547-595.png
- 1740645921975-640.png
- 1740732178186-806.png
- 1740732311368-570.png
- 1740732470025-322.png
- 1740732719678-598.png
- 1740732916511-206.png
- 1740733102756-962.png
- 1740733325618-128.png
- 1740737403837-995.png
细节
- 页面属性
-
- 标题
-
... ... @@ -1,1 +1,1 @@ 1 -5.8.2.2 折线图1 +5.8.2.2 Line Chart - 父
-
... ... @@ -1,1 +1,1 @@ 1 - Main.5\. 设计应用.5\.8 报表设计.5\.8\.2 报表设计器.WebHome1 +Egret Cloud Operation manual.5\. 设计应用.5\.8 报表设计.5\.8\.2 报表设计器.WebHome - 文档作者
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. yinshi1 +XWiki.liuqing01 - 内容
-
... ... @@ -1,387 +1,176 @@ 1 - ======【使用场景】======1 + 2 2 3 - 在折线图中,一般水平轴(X轴)用来表示时间的推移,并且间隔相同;而垂直轴(Y轴)代表不同时刻的数据的大小。如下图展示了随着时间推移,每月销售额的变化。3 +==== **[Usage Scenario]** ==== 4 4 5 + 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: 5 5 6 - 7 -====== 【功能简介】 ====== 8 - 9 -折线图用于显示数据在一个**连续的时间间隔或者时间跨度上的变化**,它的特点是反映事物随时间或有序类别而变化的趋势。 10 - 11 -[[image:1729663152165-172.png]] 12 - 13 -一个折线图的构成包括: 14 - 15 -1. ((( 16 -**横轴 (X 轴):** 17 - 18 -1. ((( 19 -**定义:** 折线图中的横轴是水平方向上的轴线,通常用于表示数据的分类或者时间等连续性变量。 7 +* ((( 8 +**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. 20 20 ))) 21 - 1.(((22 -** 含义:**横轴通常表示自变量,即数据的分类或者时间序列。在折线图中,横轴上的数值或分类标签决定了折线图中每个数据点的横坐标位置。10 +* ((( 11 +**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. 23 23 ))) 13 +* ((( 14 +**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. 24 24 ))) 25 -1. ((( 26 -**纵轴 (Y 轴):** 27 - 28 -1. ((( 29 -**定义:** 折线图中的纵轴是垂直方向上的轴线,通常用于表示数据的数值或者数量。 16 +* ((( 17 +**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. 30 30 ))) 31 -1. ((( 32 -**含义:** 纵轴通常表示因变量,即与自变量相关联的数值或数量。在折线图中,纵轴上的数值决定了折线图中每个数据点的纵坐标位置。 33 -))) 34 -))) 35 -1. ((( 36 -**点:** 37 37 38 -1. ((( 39 -**定义:** 折线图中的点是由数据组成的离散的数据点,代表着某个具体的数据值。 40 -))) 41 -1. ((( 42 -**含义:** 每个点代表了横轴和纵轴上特定位置的数据值。在折线图中,连接所有点的折线可以展现数据的趋势和变化。 43 -))) 44 -))) 45 -1. ((( 46 -**线:** 20 +==== ==== 47 47 48 -1. ((( 49 -**定义:** 折线图中的线是由连接数据点而成的直线,用于将各个数据点串联起来形成折线。 50 -))) 51 -1. ((( 52 -**含义:** 折线代表了数据的变化趋势,通过线的走势可以直观地展现数据的增长、减少或者波动情况。 53 -))) 54 -))) 22 +==== **[Function Introduction]** ==== 55 55 24 +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. 56 56 26 +[[image:1740626962720-557.png]] 57 57 28 +The composition of a line chart includes: 58 58 30 +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. 31 +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. 32 +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. 33 +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. 59 59 60 60 36 +==== 【Basic Attributes】 ==== 61 61 62 -====== 【基本要求】 ====== 38 +|**Horizontal axis**|**Longitudinal axis**|**Search Fields**|**Refernce Line**|**Filter conditions** 39 +|Multiple fields can be configured, but up to 30 fields are allowed|Only one field can be configured|After configuration, the client can draw a line chart by searching for data that meets the criteria based on different search field values|Multiple fields can be configured, but up to 30 fields are allowed|Configure the condition values for filtering data sources 63 63 64 -要实现折线图的效果,基本要求如下 。 65 - 66 - 67 -|横轴|纵轴|分组|参考线 68 -|最多1个字段|可选多个字段,最多30个字段|最多1个字段|可选多个字段,最多30个字段 69 - 70 70 ====== ====== 71 71 72 -==== ==【配置步骤】======43 +==== **[Configuration steps]** ==== 73 73 74 -**Step-1 选择图形**45 +**Step-1 Select Bar Chart** 75 75 76 - 创建报表,选择折线图,如图:47 +[[image:http://192.168.102.35:8080/bin/download/Egret%20Cloud%20Operation%20manual/5.%20%E8%AE%BE%E8%AE%A1%E5%BA%94%E7%94%A8/5.8%20%E6%8A%A5%E8%A1%A8%E8%AE%BE%E8%AE%A1/5.8.2%20%E6%8A%A5%E8%A1%A8%E8%AE%BE%E8%AE%A1%E5%99%A8/5.8.2.2%20%E6%8A%98%E7%BA%BF%E5%9B%BE/WebHome/1750236203873-321.png?rev=1.1||alt="1750236203873-321.png"]] 77 77 78 - [[image:1729663321225-837.png]]49 +**Step-2 Select chart display fields** 79 79 51 +Drag and drop the fields from the data source list on the right onto the horizontal axis, vertical axis, search field, and reference line 80 80 81 - **Step-2选择图表展示字段**53 +[[image:http://192.168.102.35:8080/bin/download/Egret%20Cloud%20Operation%20manual/5.%20%E8%AE%BE%E8%AE%A1%E5%BA%94%E7%94%A8/5.8%20%E6%8A%A5%E8%A1%A8%E8%AE%BE%E8%AE%A1/5.8.2%20%E6%8A%A5%E8%A1%A8%E8%AE%BE%E8%AE%A1%E5%99%A8/5.8.2.2%20%E6%8A%98%E7%BA%BF%E5%9B%BE/WebHome/1750236277225-718.png?rev=1.1||alt="1750236277225-718.png"]] 82 82 83 - 将右边的字段拖动放到【横轴】、【纵轴】、【分组】、【参考线】上55 +**Step-3 Style settings** 84 84 85 - **可以直接选择数据源下的字段,也可以通过公式生成,如何使用公式请查看**报表公式57 +Divided into three categories: [Basic Style], [Coordinate Axis], [Legend], as shown in the following figure: 86 86 87 -[[image:http s://quickegret.feishu.cn/space/api/box/stream/download/asynccode/?code=ZjQ4ZTRmYWQ1ZjZkMzEzNjNkNDIxNzZmYTI2ODI1MjlfYzl3eW9DdG1RdEdaS091eFBPRWwxcGNvam5Ma0I4SUdfVG9rZW46RmZSV2JMYlJhbzlRYXF4aE92ZmNXNHFXbm1kXzE3Mjk2NTU0MDk6MTcyOTY1OTAwOV9WNA]]59 +[[image:http://192.168.102.35:8080/bin/download/Egret%20Cloud%20Operation%20manual/5.%20%E8%AE%BE%E8%AE%A1%E5%BA%94%E7%94%A8/5.8%20%E6%8A%A5%E8%A1%A8%E8%AE%BE%E8%AE%A1/5.8.2%20%E6%8A%A5%E8%A1%A8%E8%AE%BE%E8%AE%A1%E5%99%A8/5.8.2.2%20%E6%8A%98%E7%BA%BF%E5%9B%BE/WebHome/1750236309737-734.png?rev=1.1||alt="1750236309737-734.png"]] 88 88 61 +==== **[Style Configuration Description]** ==== 89 89 90 -Step-3 样式设置 63 +|(% colspan="1" rowspan="1" %)Classification|(% colspan="1" rowspan="1" %)Configuration Items|(% colspan="1" rowspan="1" %)Purpose 64 +|(% colspan="1" rowspan="12" %)((( 65 +Basic Style 91 91 92 -分为三小类:【基础】、【坐标轴】,【图例】,如下图 93 - 94 -[[image:https://quickegret.feishu.cn/space/api/box/stream/download/asynccode/?code=ZTdjYzMyZGZmN2FjNDZkMWNlMzA5YzM5ZTZjZWNmYWNfek1uOHgzbEwxRk1NMHUwdFVrUm5FRzJ2VjlqN3NKWkpfVG9rZW46U3l6MWJpWmVIb2oyVGx4ZEhGemNTQlAxblFlXzE3Mjk2NTU0MDk6MTcyOTY1OTAwOV9WNA]] 95 - 96 - 97 -样式设置 98 - 99 -|(% colspan="1" rowspan="1" %)((( 100 100 101 -)))|(% colspan="1" rowspan="1" %)((( 102 -样式设置分类 103 -)))|(% colspan="1" rowspan="1" %)((( 104 -配置项 105 -)))|(% colspan="1" rowspan="1" %)((( 106 -形态 107 -)))|(% colspan="1" rowspan="1" %)((( 108 - 109 -))) 110 -|(% colspan="1" rowspan="29" %)((( 111 -**折线图** 68 +)))|(% colspan="1" rowspan="1" %)Show heading |(% colspan="1" rowspan="1" %)((( 69 +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; 112 112 113 - 114 -)))|(% colspan="1" rowspan="14" %)((( 115 -基础 71 +[[image:1740645772547-595.png]] 116 116 117 117 118 -)))|(% colspan="1" rowspan="1" %)((( 119 -显示标题 120 -)))|(% colspan="1" rowspan="1" %)((( 121 -开关 122 -)))|(% colspan="1" rowspan="1" %)((( 123 -默认开启 124 124 ))) 75 +|(% colspan="1" rowspan="1" %)Chart title|(% colspan="1" rowspan="1" %)You can name the chart yourself 125 125 |(% colspan="1" rowspan="1" %)((( 126 - 标题名称77 +Help text 127 127 )))|(% colspan="1" rowspan="1" %)((( 128 - 输入框129 - )))|(% colspan="1" rowspan="1" %)(((130 - 默认输入:折线图79 +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; 80 + 81 +[[image:1740645921975-640.png]] 131 131 ))) 132 -|(% colspan="1" rowspan="1" %)((( 133 -帮助文字 134 -)))|(% colspan="1" rowspan="1" %)((( 135 -开关 136 -)))|(% colspan="1" rowspan="1" %)((( 137 -默认关闭 138 -))) 139 -|(% colspan="1" rowspan="1" %)((( 140 -帮助文字内容 141 -)))|(% colspan="1" rowspan="1" %)((( 142 -输入框 143 -)))|(% colspan="1" rowspan="1" %)((( 144 -占位提示:请输入 145 -))) 146 -|(% colspan="1" rowspan="1" %)((( 147 -折线图类型 148 -)))|(% colspan="1" rowspan="1" %)((( 149 -选项卡 150 -)))|(% colspan="1" rowspan="1" %)((( 151 -默认选中“折线” 152 -))) 153 -|(% colspan="1" rowspan="1" %)((( 154 -配色方案 155 -)))|(% colspan="1" rowspan="1" %)((( 156 -按钮或下拉 157 -)))|(% colspan="1" rowspan="1" %)((( 83 +|(% colspan="1" rowspan="1" %)Help text content|(% colspan="1" rowspan="1" %)Enter a description of the chart here to help client users understand the chart data; 84 +|(% colspan="1" rowspan="1" %)Line chart type|(% colspan="1" rowspan="1" %)((( 85 +Provide 2 types: line and curve 86 + 158 158 159 159 ))) 89 +|(% colspan="1" rowspan="1" %)Color scheme|(% colspan="1" rowspan="1" %)Customize the color scheme of the Y-axis pillar; 160 160 |(% colspan="1" rowspan="1" %)((( 161 -显示缩略轴 162 -)))|(% colspan="1" rowspan="1" %)((( 163 -开关 164 -)))|(% colspan="1" rowspan="1" %)((( 165 -默认关闭 166 -))) 167 -|(% colspan="1" rowspan="1" %)((( 168 -启用导出 169 -)))|(% colspan="1" rowspan="1" %)((( 170 -开关 171 -)))|(% colspan="1" rowspan="1" %)((( 172 -默认打开 173 -))) 174 -|(% colspan="1" rowspan="1" %)((( 175 -导出格式 176 -)))|(% colspan="1" rowspan="1" %)((( 177 -多选 178 -)))|(% colspan="1" rowspan="1" %)((( 179 -同柱状图 180 -))) 181 -|(% colspan="1" rowspan="1" %)((( 182 -展示点 183 -)))|(% colspan="1" rowspan="1" %)((( 184 -开关 185 -)))|(% colspan="1" rowspan="1" %)((( 186 -默认打开,关闭后画布上不显示折线的每个描点 91 +Display thumbnail axis 92 +)))|(% colspan="1" rowspan="1" %)Set a thumbnail axis for the horizontal axis, that is, to view the data of a certain interval on the horizontal axis;[[image:1740732178186-806.png]] 93 +|(% colspan="1" rowspan="1" %)Display point|(% colspan="1" rowspan="1" %)((( 94 +By default, when turned off, each trace point of the line will not be displayed on the chart 187 187 188 -[[image: https://quickegret.feishu.cn/space/api/box/stream/download/asynccode/?code=OGU1N2I2NzVkMTYxNTI4YjE2NGU4NTUyMGQzOTZjNzNfajFIMVF3VEh4QkN5b1NuSUkxZ2FUWWo0aGJtOVNjWE9fVG9rZW46TjJndmJmQTBzb3dMdjd4R1lPb2NXU1p2blpSXzE3Mjk2NTU0MDk6MTcyOTY1OTAwOV9WNA]]96 +[[image:1740732311368-570.png]] 189 189 190 190 191 191 ))) 192 192 |(% colspan="1" rowspan="1" %)((( 193 - 点大小101 +Point size 194 194 )))|(% colspan="1" rowspan="1" %)((( 195 -下拉 196 -)))|(% colspan="1" rowspan="1" %)((( 197 -默认4,单位px(原型中隐藏了单位),选项:2,4,6,8,10 198 -))) 199 -|(% colspan="1" rowspan="1" %)((( 200 -展示线 201 -)))|(% colspan="1" rowspan="1" %)((( 202 -开关 203 -)))|(% colspan="1" rowspan="1" %)((( 204 -默认打开,关闭后,折线消失,只显示点(看上去像散点图) 103 +Control the size of the midpoint in the line chart 205 205 206 -[[image:https://quickegret.feishu.cn/space/api/box/stream/download/asynccode/?code=ZGQ4MmQzNWM4YmVjNmRiMGEzMGJlZWY2NDQxZmZhMmVfaUppWHBzcGp4UUpvZTJBQUJqV3Vnc2J5dXgzVzVSZWZfVG9rZW46UUpsaGJia0Nab0hWWER4dWlwYWN4VUNnbmJoXzE3Mjk2NTU0MDk6MTcyOTY1OTAwOV9WNA]] 207 - 208 208 209 209 ))) 107 +|(% colspan="1" %) |(% colspan="1" %) 210 210 |(% colspan="1" rowspan="1" %)((( 211 - 线粗细109 +Display Line 212 212 213 213 214 214 )))|(% colspan="1" rowspan="1" %)((( 215 - 下拉216 - )))|(% colspan="1" rowspan="1" %)(((217 - 默认2,单位px(原型中隐藏了单位)选项:1,2,3,4,5,6113 +By default, when turned off, the line segments of the line chart disappear and only points are displayed (similar to a scatter plot) 114 + 115 +[[image:1740732470025-322.png]] 218 218 ))) 219 219 |(% colspan="1" rowspan="1" %)((( 220 - 填充118 +Line thickness 221 221 222 222 223 -)))|(% colspan="1" rowspan="1" %)((( 224 -开关 225 -)))|(% colspan="1" rowspan="1" %)((( 226 -默认关闭, 打开后每个点向下填充半透明的颜色到X轴,效果如下: 121 +)))|(% colspan="1" rowspan="1" %)Support users to control the thickness of line segments in polylines 122 +|(% colspan="1" rowspan="4" %)((( 123 +Horizontal axis 227 227 228 -[[image:https://quickegret.feishu.cn/space/api/box/stream/download/asynccode/?code=ZmM4OTY5NzY1MmNmZDcxOTQ1ZGUyOTM3ZmFkYjZmZjZfVGtCSnF0M0MycTd1dUVUOFdPcmNQT3BPcU1oZ0NTcHFfVG9rZW46TXRueGJsV0NZb2hIYzF4cHZLZWNQS1RtblBnXzE3Mjk2NTU0MDk6MTcyOTY1OTAwOV9WNA]] 229 - 230 230 231 -))) 232 -|(% colspan="1" rowspan="7" %)((( 233 -坐标轴-X轴 234 - 235 - 236 236 )))|(% colspan="1" rowspan="1" %)((( 237 -显示轴标题 238 - 239 - 127 +Display axis title 240 240 )))|(% colspan="1" rowspan="1" %)((( 241 - 开关242 - )))|(% colspan="1" rowspan="1" %)(((243 - 默认开启129 +After activation, the title of the horizontal data source will be displayed below the horizontal axis in the chart 130 + 131 +[[image:1740732719678-598.png]] 244 244 ))) 245 245 |(% colspan="1" rowspan="1" %)((( 246 -标题内容 134 +Axis Title Name 135 +)))|(% colspan="1" rowspan="1" %)Support users to customize the desired axis title name and text 136 +|(% colspan="1" rowspan="1" %)Color font size|(% colspan="1" rowspan="1" %)Support user-defined color and font size for axis titles 137 +|(% colspan="1" rowspan="1" %)Axis label|(% colspan="1" rowspan="1" %)((( 138 +Control whether to display axis labels in the chart, as shown in the following figure: 247 247 248 - 249 -)))|(% colspan="1" rowspan="1" %)((( 250 -输入框 251 -)))|(% colspan="1" rowspan="1" %)((( 252 -显示轴标题开启后显示,这里没写标题文字的情况下,默认显示横/纵轴上第一个字段的名称 140 +[[image:1740732916511-206.png]] 253 253 ))) 254 -|(% colspan="1" rowspan="1" %)((( 255 -颜色字号 256 -)))|(% colspan="1" rowspan="1" %)((( 257 -拾色器+下拉 258 -)))|(% colspan="1" rowspan="1" %)((( 259 -默认:黑色,12号字 260 -))) 261 -|(% colspan="1" rowspan="1" %)((( 262 -轴标签 263 -)))|(% colspan="1" rowspan="1" %)((( 264 -开关 265 -)))|(% colspan="1" rowspan="1" %)((( 266 -默认开启 267 -))) 268 -|(% colspan="1" rowspan="1" %)((( 269 -颜色字号 270 -)))|(% colspan="1" rowspan="1" %)((( 271 -颜色字号 272 -)))|(% colspan="1" rowspan="1" %)((( 273 -默认:黑色,12号字 274 -))) 275 -|(% colspan="1" rowspan="1" %)((( 276 -(轴标签)自动旋转 277 -)))|(% colspan="1" rowspan="1" %)((( 278 -勾选框 279 -)))|(% colspan="1" rowspan="1" %)((( 280 -默认勾选 281 -))) 282 -|(% colspan="1" rowspan="1" %)((( 142 +|(% colspan="1" rowspan="4" %)((( 143 +Longitudinal axis 144 + 283 283 284 284 )))|(% colspan="1" rowspan="1" %)((( 285 - 147 +Display axis title 286 286 )))|(% colspan="1" rowspan="1" %)((( 287 - 288 -))) 289 -|(% colspan="1" rowspan="8" %)((( 290 -坐标轴-Y轴 149 +After activation, to the left of the vertical axis in the chart, the title of the user configured vertical axis (the first data source) will be displayed 291 291 292 - 293 -)))|(% colspan="1" rowspan="1" %)((( 294 -显示轴标题 151 +[[image:1740733102756-962.png]] 295 295 296 296 297 -)))|(% colspan="1" rowspan="1" %)((( 298 -开关 299 -)))|(% colspan="1" rowspan="1" %)((( 300 -默认开启 301 - 302 - 303 303 ))) 155 +|(% colspan="1" rowspan="1" %)Axis title name|(% colspan="1" rowspan="1" %)Custom vertical axis title name copy 304 304 |(% colspan="1" rowspan="1" %)((( 305 - 标题内容157 +Show axis lables 306 306 )))|(% colspan="1" rowspan="1" %)((( 307 -输入框 308 -)))|(% colspan="1" rowspan="1" %)((( 309 -显示轴标题开启后显示,这里没写标题文字的情况下,默认显示横/纵轴上第一个字段的名称 310 -))) 311 -|(% colspan="1" rowspan="1" %)((( 312 -颜色字号 313 -)))|(% colspan="1" rowspan="1" %)((( 314 -拾色器+下拉 315 -)))|(% colspan="1" rowspan="1" %)((( 316 -默认:黑色,12号字 317 -))) 318 -|(% colspan="1" rowspan="1" %)((( 319 -轴标签 320 -)))|(% colspan="1" rowspan="1" %)((( 321 -开关 322 -)))|(% colspan="1" rowspan="1" %)((( 323 -默认开启 324 -))) 325 -|(% colspan="1" rowspan="1" %)((( 326 -(轴标签)自动旋转 327 -)))|(% colspan="1" rowspan="1" %)((( 328 -勾选框 329 -)))|(% colspan="1" rowspan="1" %)((( 330 -默认勾选 331 -))) 332 -|(% colspan="1" rowspan="1" %)((( 333 -颜色字号 334 -)))|(% colspan="1" rowspan="1" %)((( 335 -颜色字号 336 -)))|(% colspan="1" rowspan="1" %)((( 337 -默认:黑色,12号字 338 -))) 339 -|(% colspan="1" rowspan="1" %)((( 340 -刻度数 341 -)))|(% colspan="1" rowspan="1" %)((( 342 -输入框 343 -)))|(% colspan="1" rowspan="1" %)((( 344 -默认值:6, 即:标识Y轴默认有6个刻度 345 -))) 346 -|(% colspan="1" rowspan="1" %)((( 347 - 348 -)))|(% colspan="1" rowspan="1" %)((( 349 - 350 -)))|(% colspan="1" rowspan="1" %)((( 351 - 352 -))) 353 -|(% colspan="1" rowspan="1" %)((( 354 - 355 -)))|(% colspan="1" rowspan="3" %)((( 356 -图例 159 +Control whether the Y-axis label is displayed 357 357 358 - 359 -)))|(% colspan="1" rowspan="1" %)((( 360 -显示图例 361 -)))|(% colspan="1" rowspan="1" %)((( 362 -开关 363 -)))|(% colspan="1" rowspan="1" %)((( 364 -默认开启 161 +[[image:1740733325618-128.png]] 365 365 ))) 366 -|(% colspan="1" rowspan="1" %)((( 367 - 163 +|(% colspan="1" rowspan="1" %)Scale count|(% colspan="1" rowspan="1" %)Customize the scale number of the Y-axis (note: the scale number here is an estimated value, and the report engine may change the final rendering scale number according to the actual situation during rendering) 164 +|(% colspan="1" rowspan="3" %)((( 165 +Legend 368 368 )))|(% colspan="1" rowspan="1" %)((( 369 - 图例位置167 +Show legend 370 370 )))|(% colspan="1" rowspan="1" %)((( 371 -八宫格 372 -)))|(% colspan="1" rowspan="1" %)((( 373 -默认选中:左上角 374 -))) 375 -|(% colspan="1" rowspan="1" %)((( 376 - 377 -)))|(% colspan="1" rowspan="1" %)((( 378 -颜色字号 379 -)))|(% colspan="1" rowspan="1" %)((( 380 -拾色器+下拉 381 -)))|(% colspan="1" rowspan="1" %)((( 382 -默认:黑色,12号字 169 +By default, it is turned on, and when turned off, the legend will not be displayed 383 383 384 - (注意:这里指的是图例中文字Label的颜色和字号)171 +[[image:1740737403837-995.png]] 385 385 ))) 386 - 387 - 173 +|(% colspan="1" rowspan="1" %)((( 174 + Legend position 175 +)))|(% colspan="1" rowspan="1" %)The legend defaults to the top left corner of the chart and supports displaying the legend in other positions of the chart, such as the top center, bottom left corner, top right corner, bottom center, or bottom right corner 176 +|(% colspan="1" rowspan="1" %)Color font size|(% colspan="1" rowspan="1" %)Adjust the text color and font size of the legend
- 1729663818603-553.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +93.8 KB - 内容
- 1729663922832-959.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +93.5 KB - 内容
- 1729663961688-819.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +82.2 KB - 内容
- 1729664204675-778.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +51.6 KB - 内容
- 1729664436892-701.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +12.9 KB - 内容
- 1729664469432-978.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +67.2 KB - 内容
- 1729664570038-223.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +43.1 KB - 内容
- 1729664677195-525.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +58.1 KB - 内容
- 1729664725301-778.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +56.5 KB - 内容
- 1729664811246-731.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +43.1 KB - 内容
- 1729736532720-382.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +32.2 KB - 内容
- 1729737237381-651.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +70.8 KB - 内容
- 1729737350555-287.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +41.0 KB - 内容
- 1729737429518-371.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +26.8 KB - 内容
- 1729737694678-922.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +17.0 KB - 内容
- 1729737826799-987.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +17.3 KB - 内容
- 1729737941885-204.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +40.9 KB - 内容
- 1737528997085-860.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +89.4 KB - 内容
- 1737529012159-610.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +41.6 KB - 内容
- 1737529051357-629.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.YufeiLi - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +86.2 KB - 内容
- 1740626962720-557.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +53.1 KB - 内容
- 1740640778297-295.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +112.5 KB - 内容
- 1740640945562-266.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +112.2 KB - 内容
- 1740641005459-993.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +120.0 KB - 内容
- 1740641136822-176.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +105.8 KB - 内容
- 1740645772547-595.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +98.7 KB - 内容
- 1740645921975-640.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +106.3 KB - 内容
- 1740732178186-806.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +74.3 KB - 内容
- 1740732311368-570.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +102.5 KB - 内容
- 1740732470025-322.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +81.1 KB - 内容
- 1740732719678-598.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +107.7 KB - 内容
- 1740732916511-206.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +109.9 KB - 内容
- 1740733102756-962.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +100.9 KB - 内容
- 1740733325618-128.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +61.4 KB - 内容
- 1740737403837-995.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.maym - 大小
-
... ... @@ -1,0 +1,1 @@ 1 +55.0 KB - 内容