From d0d25b0221db6c3d4d7d4ad83250790b496d6e27 Mon Sep 17 00:00:00 2001
From: monitor1394
Date: Thu, 31 Oct 2024 23:28:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Documentation~/en/changelog.md | 8 ++++++--
Documentation~/en/faq.md | 5 +++++
Documentation~/zh/faq.md | 7 +++----
README-en.md | 10 +++++-----
README.md | 5 +++--
5 files changed, 22 insertions(+), 13 deletions(-)
diff --git a/Documentation~/en/changelog.md b/Documentation~/en/changelog.md
index fea77f27..4011a0e0 100644
--- a/Documentation~/en/changelog.md
+++ b/Documentation~/en/changelog.md
@@ -1,3 +1,7 @@
+---
+sidebar_position: 61
+slug: /changelog
+---
# Changelog
@@ -171,7 +175,7 @@ Highlights:
* Added chart border Settings to support rounded corner charts
* Fixed several issues
-Extended features:
+Extension features:
* Added `SankeyChart` Sankey chart
* Added `border` Settings for `UITable`
@@ -212,7 +216,7 @@ Highlights:
* Perfect code comments and documentation
* Fixed several issues
-Extended features:
+Extension features:
* `UITable` adds the carousel function
* `UITable` adds data api and callback functions
diff --git a/Documentation~/en/faq.md b/Documentation~/en/faq.md
index b2fe30ef..7fc1e938 100644
--- a/Documentation~/en/faq.md
+++ b/Documentation~/en/faq.md
@@ -1,3 +1,8 @@
+---
+sidebar_position: 41
+slug: /faq
+---
+
# FAQ
## FAQ 1: How to adjust the margin between the axis and the background?
diff --git a/Documentation~/zh/faq.md b/Documentation~/zh/faq.md
index 473d55d1..de36f976 100644
--- a/Documentation~/zh/faq.md
+++ b/Documentation~/zh/faq.md
@@ -123,7 +123,7 @@ slug: /faq
## FAQ 30:导入或更新XCharts时TMP报错如何处理?
-XCharts默认时不开启TMP,所以asmdef上没有TMP的引用。当本地开启TMP后再更新XCharts可能会出现这个问题。可通过以下两种方式解决:
+XCharts默认时不开启TMP,所以asmdef上没有TMP的引用。当本地开启TMP后再更新XCharts可能会出现这个问题。可通过以下两种方式的任意一种解决:
1. 找到`XCharts.Runtime.asmdef`和`XCharts.Editor.asmdef`,手动加上 `TextMeshPro`的引用
2. 移除`PlayerSetting`中`Scripting Define Symbols`的`dUI_TextMeshPro`宏
@@ -136,8 +136,7 @@ XCharts默认时不开启TMP,所以asmdef上没有TMP的引用。当本地开
## FAQ 32:2.x版本升级3.x版本时常见的问题有哪些?
-1. 'XCharts.Runtime.XChartsMgr' is missing the class attribute 'ExtensionOfNativeClass'!
-3.x版本时不需要挂载XChartsMgr,直接删掉场景上的`_xcharts_`节点即可。
+1. 出现:`'XCharts.Runtime.XChartsMgr' is missing the class attribute 'ExtensionOfNativeClass'!`的问题时,是因为3.x版本时不需要挂载XChartsMgr,直接删掉场景上的`_xcharts_`节点即可。
## FAQ 33:折线图如何两边不留空白而从0坐标开始显示?
@@ -145,7 +144,7 @@ XCharts默认时不开启TMP,所以asmdef上没有TMP的引用。当本地开
## FAQ 34:如何设置部分Serie不显示Tooltip?
-`serie`的`itemStyle`的`itemFormatter`设置为`-`可以忽略`tooltip`。
+`serie`的`itemStyle`的`itemFormatter`设置为`-`可以忽略该`serie`的`tooltip`。
## FAQ 35:区域折线图在用半透明颜色时有时候会一条叠加的线
diff --git a/README-en.md b/README-en.md
index d19e3bcd..d72ef048 100644
--- a/README-en.md
+++ b/README-en.md
@@ -1,8 +1,8 @@
XCharts
- A powerful, easy-to-use, configurable charting and data visualization library for Unity.
-
Unity数据可视化图表插件。
- 中文文档
+ A powerful, easy-to-use, configurable charting and data visualization library for Unity.
+ Unity数据可视化图表插件。
+
@@ -40,14 +40,14 @@
## Overview
-A powerful and easy-to-use data visualization library for Unity. It supports more than ten built-in charts, including line, bar, pie, radar, scatter, heatmap, ring, candlestick, polar, parallel coordinates, as well as extended charts such as 3d pie, 3d bar, 3d pyramid, funnel, gauge, liquid, pictorialbar, gantt, treemap, sankey, line3d and graph chart.
+A powerful and easy-to-use data visualization library for Unity. It supports more than ten built-in charts, including line, bar, pie, radar, scatter, heatmap, ring, candlestick, polar, parallel coordinates, as well as extension charts such as 3d pie, 3d bar, 3d pyramid, funnel, gauge, liquid, pictorialbar, gantt, treemap, sankey, line3d and graph chart.
## Key Features
- __Pure Code Rendering__: Charts are rendered with pure code, eliminating the need for extra texture or shader resources.
- __Visual Configuration__: Configure parameters visually with real-time preview and support for dynamic configuration and data adjustments at runtime.
- __High Customizability__: Themes and configuration parameters can be adjusted as needed, with support for custom drawing and callbacks.
-- __Built-in and Extended Charts__: Supports a variety of chart types, including 3D charts and special chart types like gauges and treemaps.
+- __Built-in and Extension Charts__: Supports a variety of chart types, including 3D charts and special chart types like gauges and treemaps.
- __Multiple Chart Combinations__: Combine multiple charts of the same or different types within a single instance.
- __Various Coordinate Systems__: Supports different coordinate systems such as Cartesian, polar, and single axes.
- __Rich Components__: Includes titles, legends, tooltips, and more.
diff --git a/README.md b/README.md
index 9080dd4c..1963eb98 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,9 @@
XCharts
- A powerful, easy-to-use, configurable charting and data visualization library for Unity.
Unity数据可视化图表插件。
- English README
+
A powerful, easy-to-use, configurable charting and data visualization library for Unity.
+ Unity数据可视化图表插件。
+