文档更改5.8.2.2 Line Chart

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

从版本 16.9
maym编辑
在2025/02/27 03:59上
修改评论: 该版本没有评论
到版本
maym编辑
在2025/02/27 07:00上
修改评论: 该版本没有评论

摘要

细节

页面属性
内容
... ... @@ -25,25 +25,23 @@
25 25  
26 26  The composition of a line chart includes:
27 27  
28 -1. (((
29 -**Horizontal axis (X-axis):**线图中的横轴是水平方向上的轴线,通常用于展示数据的分类或者时间等连续性变量。
30 -)))
31 -1. (((
32 -折 **纵轴 (Y 轴):** 折线图中的纵轴是垂直方向上的轴线,通常用于展示数据的数值或者数量。
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.
33 33  
33 +(((
34 +
34 34  
35 -**点:** 每个点代表了横轴和纵轴上特定位置的数据值,在折线图中,连接所有点的折线可以展现数据的趋势和变化。
36 36  
37 -**线:** 折线图中的线是由连接数据点而成的直线,代表了数据的变化趋势,通过线的走势可以直观地展现数据的增长、减少或者波动情况。
37 +
38 38  )))
39 39  
40 -======基本要求】 ======
40 +==== 【Basic Attributes】 ====
41 41  
42 -要实现折线图的效果,基本要求如下 。
43 43  
44 -
45 45  |横轴|纵轴|分组|参考线
46 -|最多1个字段|可字段,最多30个字段|最多1个字段|可选多个字段,最多30个字段
44 +|最多1个字段|可多字段,最多30个字段|最多1个字段|可选多个字段,最多30个字段
47 47  
48 48  ====== ======
49 49