mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-14 20:00:09 +00:00
更新文档
This commit is contained in:
@@ -381,7 +381,7 @@ Log details:
|
|||||||
|
|
||||||
Highlights:
|
Highlights:
|
||||||
|
|
||||||
* Updated documentation structure, added [Official XCharts Homepage](https://xcharts-team.github.io)
|
* Updated documentation structure, added [Official XCharts Homepage](https://xcharts-team.github.io/en)
|
||||||
* Added support for the DataZoom box selected.
|
* Added support for the DataZoom box selected.
|
||||||
* Added support for maximum width Settings for bars.
|
* Added support for maximum width Settings for bars.
|
||||||
* Other optimizations.
|
* Other optimizations.
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ In the `Inspector` view, find the `LineChart` panel, and click the `Add Serie` b
|
|||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
Series are added through the `Add Serie` button. Different types of Series can be added. [What kinds of Series does XCharts have?](https://xcharts-team.github.io/docs/configuration#serie-系列)
|
Series are added through the `Add Serie` button. Different types of Series can be added. [What kinds of Series does XCharts have?](https://xcharts-team.github.io/en/docs/configuration#serie-系列)
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
@@ -107,7 +107,7 @@ By default, the chart does not have a `Legend`. If you need a `Legend` component
|
|||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
Main components are added through the `Add Component` button. [What main components does XCharts have?](https://xcharts-team.github.io/docs/configuration/#maincomponent-主组件)
|
Main components are added through the `Add Component` button. [What main components does XCharts have?](https://xcharts-team.github.io/en/docs/configuration/#maincomponent-主组件)
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ Serie only comes with a few common components, and other components need to be a
|
|||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
Serie components are added through the button on the right side of Serie. [What components can be added to Serie in XCharts?](https://xcharts-team.github.io/docs/configuration/#iseriecomponent-可添加到serie的组件)
|
Serie components are added through the button on the right side of Serie. [What components can be added to Serie in XCharts?](https://xcharts-team.github.io/en/docs/configuration/#iseriecomponent-可添加到serie的组件)
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
@@ -133,7 +133,7 @@ If you need to customize the configuration of each data item individually, you c
|
|||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
SerieData components are added through the button on the right side of SerieData after expanding. [What components can be added to SerieData in XCharts?](https://xcharts-team.github.io/docs/configuration/#iseriedatacomponent-可添加到seriedata的组件)
|
SerieData components are added through the button on the right side of SerieData after expanding. [What components can be added to SerieData in XCharts?](https://xcharts-team.github.io/en/docs/configuration/#iseriedatacomponent-可添加到seriedata的组件)
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|||||||
@@ -77,6 +77,9 @@ slug: /changelog
|
|||||||
|
|
||||||
## master
|
## master
|
||||||
|
|
||||||
|
* (2024.11.05) 修复`Title`设置隐藏后运行还显示的问题
|
||||||
|
* (2024.11.01) 完善`website`中英文文档
|
||||||
|
|
||||||
## v3.12.0
|
## v3.12.0
|
||||||
|
|
||||||
版本要点:
|
版本要点:
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ A powerful and easy-to-use data visualization library for Unity. It supports mo
|
|||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
- [XCharts3.0 Homepage](https://xcharts-team.github.io)
|
- [XCharts3.0 Homepage](https://xcharts-team.github.io/en)
|
||||||
- [XCharts3.0 Tutorial](Documentation~/en/tutorial01.md)
|
- [XCharts3.0 Tutorial](Documentation~/en/tutorial01.md)
|
||||||
- [XCharts3.0 API](Documentation~/en/api.md)
|
- [XCharts3.0 API](Documentation~/en/api.md)
|
||||||
- [XCharts3.0 FAQ](Documentation~/en/faq.md)
|
- [XCharts3.0 FAQ](Documentation~/en/faq.md)
|
||||||
@@ -78,7 +78,7 @@ A powerful and easy-to-use data visualization library for Unity. It supports mo
|
|||||||
- `XCharts3.0` is not fully compatible with `XCharts2.0`. Upgrading to 3.0 may require code adjustments and reconfiguration of some charts.
|
- `XCharts3.0` is not fully compatible with `XCharts2.0`. Upgrading to 3.0 may require code adjustments and reconfiguration of some charts.
|
||||||
- `XCharts2.0` is in the maintenance phase with only critical bug fixes applied.
|
- `XCharts2.0` is in the maintenance phase with only critical bug fixes applied.
|
||||||
- While XCharts supports Unity 5.6 and above, compatibility issues may arise due to limited testing.
|
- While XCharts supports Unity 5.6 and above, compatibility issues may arise due to limited testing.
|
||||||
- This repository contains only the `XCharts` source code. For demos, visit the [XCharts-Demo](https://github.com/XCharts-Team/XCharts-Demo) repo or the [Online Demo](https://xcharts-team.github.io/examples/).
|
- This repository contains only the `XCharts` source code. For demos, visit the [XCharts-Demo](https://github.com/XCharts-Team/XCharts-Demo) repo or the [Online Demo](https://xcharts-team.github.io/en/examples/).
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user