文档更改5.8.2.2 Line Chart

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

从版本 16.4
maym编辑
在2025/02/26 08:20上
修改评论: 该版本没有评论
到版本
yufei li编辑
在2025/02/14 02:14上
修改评论: Update document after refactoring.

摘要

细节

页面属性
标题
... ... @@ -1,1 +1,1 @@
1 -5.8.2.2 Line Chart
1 +5.8.2.2 折线图
文档作者
... ... @@ -1,1 +1,1 @@
1 -XWiki.maym
1 +XWiki.YufeiLi
内容
... ... @@ -1,9 +1,9 @@
1 -==== **[Usage Scenario]** ====
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 + 折线图是一种常用于显示随时间变化的图表类型,它通过折线连接数据点来展示变量的变化趋势,适用于以下一些场景:
4 4  
5 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.
6 +**时间趋势分析** 折线图特别适合展示时间序列数据,比如每日、每月或每季度的销售额、用户访问量或库存变化等,帮助用户识别长期的变化趋势。
7 7  )))
8 8  * (((
9 9  **季节性变化**: 通过观察折线的波动,可以分析数据的周期性变化。例如,销售额的季节性波动、用户活跃度在不同时段的变化等。