由 liuqing01 于 2025/06/30 11:35 最后修改
摘要
-
页面属性 (1 修改, 0 新增, 0 删除)
细节
- 页面属性
-
- 内容
-
... ... @@ -25,24 +25,26 @@ 25 25 26 26 The composition of a line chart includes: 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. 28 +1. ((( 29 +**Horizontal axis (X-axis):**线图中的横轴是水平方向上的轴线,通常用于展示数据的分类或者时间等连续性变量。 30 +))) 31 +1. ((( 32 +折 **纵轴 (Y 轴):** 折线图中的纵轴是垂直方向上的轴线,通常用于展示数据的数值或者数量。 32 32 33 -((( 34 - 35 35 35 +**点:** 每个点代表了横轴和纵轴上特定位置的数据值,在折线图中,连接所有点的折线可以展现数据的趋势和变化。 36 36 37 - 37 +**线:** 折线图中的线是由连接数据点而成的直线,代表了数据的变化趋势,通过线的走势可以直观地展现数据的增长、减少或者波动情况。 38 38 ))) 39 39 40 -==== 【 Basic Attributes】 ====40 +====== 【基本要求】 ====== 41 41 42 +要实现折线图的效果,基本要求如下 。 42 42 43 -|Horizontal axis|(% style="width:214px" %)Longitudinal axis|(% style="width:527px" %)搜索字段|(% style="width:281px" %)参考线|(% style="width:330px" %)过滤条件 44 -|可多选字段,最多30个字段|(% style="width:214px" %)最多1个字段|(% style="width:527px" %)配置后客户端可以根据搜索字段值的不同搜索满足条件的数据绘制折线图|(% style="width:281px" %)可选多个字段,最多30个字段|(% style="width:330px" %)配置对数据源进行过滤的条件值 45 45 45 +|横轴|纵轴|分组|参考线 46 +|最多1个字段|可选多个字段,最多30个字段|最多1个字段|可选多个字段,最多30个字段 47 + 46 46 ====== ====== 47 47 48 48 ==== **【配置步骤】** ====