Skip to content

Commit

Permalink
3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Dec 1, 2023
1 parent bece2eb commit c841ac4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
9 changes: 8 additions & 1 deletion Documentation~/en/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,21 @@

Highlights:

* Added `Animation` in `Axis` to improve the animation effect of data changes
* Added `minorTick` for `Log` type of `Axis`
* Increase whether MarkLine's `onTop` setting is displayed at the top level
* Added MarkLine's `onTop` setting to displayed at the top level
* Added `UITable` to the wheel casting function, refactoring `UITable`
* Perfect code comments and documentation
* Fixed several issues

Log details:

* (2023.12.01) Fixed inaccurate display of Tooltip's `titleFormatter` set to `{b}`
* (2023.11.30) Added support for `SerieData` to add `Label` separately
* (2023.11.28) Fix to `Tooltip` incorrectly indicating the number line
* (2023.11.24) fixed inaccurate return values in Chart's `UpdateData()` interface
* (2023.11.24) Fix to `Axis` not working smoothly when updating data
* (2023.11.23) Added Animation support for Axis
* (2023.11.16) Cancel `Legend`'s `formatter` and replace it with `LabelStyle`
* (2023.11.14) Improved annotation and documentation for LabelStyle's formatter (#291)
* (2023.11.11) Fix to comments Documentation for some comments in `Documentation` (#290)
Expand Down
2 changes: 1 addition & 1 deletion Documentation~/zh/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ slug: /support
| 扩展UI组件 | | |||||
| 首页赞助展示 | | | | | ||
| 付费方式 | | | 二维码 | 二维码 | __公对公转账__* | __公对公转账__* |
| 支持开发票 | | | 普票 | 普票 | __专票__ | __专票__ |
| 支持开发票 | | | 普票 | 普票 | __可开专票__ | __可开专票__ |
| 扩展图表购买 | | | 按需购买 | __全部免费__* | __全部免费__* | __全部免费__* |
| 扩展图表源码 | | | 永久持有 | 永久持有 | 永久持有 | 永久持有 |
| 扩展图表更新 | | | 1年更新支持 | 1年更新支持 | 1年更新支持 | 1年更新支持 |
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
- __纯代码绘制__:图表完全纯代码绘制,无需额外的贴图和Shader资源。
- __可视化配置__:参数可视化配置,效果实时预览,也支持运行时代码动态修改配置和数据。
- __高自由定制__:支持从主题和配置参数上任意调整;支持代码自定义绘制,自定义回调以及自定义实现图表。
- __多内置图表__:支持线图、状图、饼图、雷达图、散点图、热力图、环形图、K线图、极坐标、平行坐标等多种内置图表。
- __多内置图表__:支持线图、柱状图、饼图、雷达图、散点图、热力图、环形图、K线图、极坐标、平行坐标等多种内置图表。
- __多扩展图表__:支持3D柱图、3D饼图、漏斗图、金字塔、仪表盘、水位图、象形柱图、甘特图、矩形树图等多种扩展图表。
- __多扩展功能__:支持表格、统计数值等扩展UI组件。
- __多扩展组件__:支持表格、统计数值等扩展UI组件。
- __多图表组合__:支持内置图表的任意组合,同一图中可同时显示多个相同或不同类型的图表。
- __多种坐标系__:支持直角坐标系、极坐标系、单轴等多种坐标系。
- __丰富的组件__:支持标题、图例、提示框、标线、标域、数据区域缩放、视觉映射等常用组件。
Expand All @@ -76,7 +76,7 @@
- __大数据绘制__:支持万级大数据量绘制;支持采样绘制;特殊的简化图表支持更优的性能。
- __自定义主题__:支持主题定制、导入和导出,内置明暗两种默认主题。
- __动画和交互__:支持渐入动画、渐出动画、变更动画、新增动画、交互动画等多种动画;支持多平台的数据筛选、视图缩放、细节展示等交互操作。
- __第三方扩展__支持接入`TexMeshPro``New Input System`
- __第三方扩展__支持无缝接入`TexMeshPro``New Input System`
- __版本和兼容__:支持所有`5.6`以上的`Unity`版本;支持全平台运行。

## 截图
Expand Down Expand Up @@ -121,8 +121,9 @@

## 使用

- 导入`XCharts``unitypackage`或者源码到项目。
- 导入`XCharts``unitypackage`或者源码到项目。建议也导入`XCharts`守护程序[XCharts-Daemon](https://github.com/XCharts-Team/XCharts-Daemon)
-`Hierarchy`视图下右键选择`XCharts->LineChart`,即可创建一个默认的折线图。
-`Inspector`视图下的`Add Serie``Add Main Component`按钮可以添加`Serie``组件`
-`Inspector`视图可以调整各个组件的参数,`Game`视图可看到实时效果。
- 更多细节,请看[【XCharts教程:5分钟上手教程】](Documentation~/zh/tutorial01.md)
- 首次使用,建议先认真看一遍教程。
Expand Down

0 comments on commit c841ac4

Please sign in to comment.