diff --git a/docs/assets/demo/en/data-analysis/pivot-analysis-sort-dimension.md b/docs/assets/demo/en/data-analysis/pivot-analysis-sort-dimension.md index 62ac6aca5..652047a15 100644 --- a/docs/assets/demo/en/data-analysis/pivot-analysis-sort-dimension.md +++ b/docs/assets/demo/en/data-analysis/pivot-analysis-sort-dimension.md @@ -9,7 +9,7 @@ option: PivotTable#dataConfig.sortRules # Sort dimension values of pivot analysis table -The pivot table is sorted according to the dimension value of a certain dimension. SortRules can be configured in dataConfig. Multiple sorting rules can be configured. The one configured first has a higher priority. In this example, the rows dimension 'Sub-Category' is configured with sort: true, which will display a sort icon in the header cell next to the dimension name. Click to sort by dimension value. +The pivot table is sorted according to the dimension value of a certain dimension. SortRules can be configured in dataConfig. Multiple sorting rules can be configured. The one configured first has a higher priority. In this example, the rows dimension 'Sub-Category' is configured with sort: true, which will display a sort icon in the header cell that displays the dimension name. Click the icon to sort by dimension value. ## Key Configurations diff --git a/docs/assets/demo/en/data-analysis/pivot-analysis-sort-indicator.md b/docs/assets/demo/en/data-analysis/pivot-analysis-sort-indicator.md index 893dd9eea..d2fcffd52 100644 --- a/docs/assets/demo/en/data-analysis/pivot-analysis-sort-indicator.md +++ b/docs/assets/demo/en/data-analysis/pivot-analysis-sort-indicator.md @@ -9,7 +9,7 @@ option: PivotTable#dataConfig.sortRules # Pivot analysis table is sorted by indicator value -The pivot table is sorted according to the dimension value of a certain dimension. SortRules can be configured in dataConfig. Multiple sorting rules can be configured. The one configured first has a higher priority. In this example, the indicators indicator is configured with sort:true, which will display a sort icon in the header cell of the indicator name. Click to sort by indicator value. +The pivot table is sorted according to the dimension value of a certain dimension. SortRules can be configured in dataConfig. Multiple sorting rules can be configured. The one configured first has a higher priority. In this example, the indicators indicator is configured with sort:true, which will display a sort icon in the header cell that displays the indicator name. Click the icon to sort by indicator value. ## Key Configurations diff --git a/docs/assets/demo/zh/data-analysis/pivot-analysis-sort-dimension.md b/docs/assets/demo/zh/data-analysis/pivot-analysis-sort-dimension.md index f3f659925..b6e45f970 100644 --- a/docs/assets/demo/zh/data-analysis/pivot-analysis-sort-dimension.md +++ b/docs/assets/demo/zh/data-analysis/pivot-analysis-sort-dimension.md @@ -9,7 +9,7 @@ option: PivotTable#dataConfig.sortRules # 透视分析表维度值排序 -透视表按某个维度的维度值进行排序,在 dataConfig 中配置 sortRules,可配置多个排序规则,先配的优先级较高。在这个示例中 rows 行维度'Sub-Category'配置了 sort:true,会在现实维度名称的角头单元格中显示排序图标,点击按维度值进行排序。 +透视表按某个维度的维度值进行排序,在 dataConfig 中配置 sortRules,可配置多个排序规则,先配的优先级较高。在这个示例中 rows 行维度'Sub-Category'配置了 sort:true,会在显示维度名称的角头单元格中显示排序图标,点击图标按维度值进行排序。 ## 关键配置 diff --git a/docs/assets/demo/zh/data-analysis/pivot-analysis-sort-indicator.md b/docs/assets/demo/zh/data-analysis/pivot-analysis-sort-indicator.md index efb276254..a487e9640 100644 --- a/docs/assets/demo/zh/data-analysis/pivot-analysis-sort-indicator.md +++ b/docs/assets/demo/zh/data-analysis/pivot-analysis-sort-indicator.md @@ -9,7 +9,7 @@ option: PivotTable#dataConfig.sortRules # 透视分析表按指标值排序 -透视表按某个维度的维度值进行排序,在 dataConfig 中配置 sortRules,可配置多个排序规则,先配的优先级较高。在这个示例中 indicators 指标配置了 sort:true,会在现实指标名称的表头单元格显示排序图标,点击按指标值进行排序。 +透视表按某个维度的维度值进行排序,在 dataConfig 中配置 sortRules,可配置多个排序规则,先配的优先级较高。在这个示例中 indicators 指标配置了 sort:true,会在显示指标名称的表头单元格显示排序图标,点击图标按指标值进行排序。 ## 关键配置