This commit is contained in:
monitor1394
2024-02-01 13:23:04 +08:00
parent d91ebeee3a
commit 4f8390b515
4 changed files with 62 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
# 更新日志
[master](#master)
[v3.10.0](#v3100)
[v3.9.0](#v390)
[v3.8.1](#v381)
[v3.8.0](#v380)
@@ -65,6 +66,46 @@
## master
## v3.10.0
Highlights:
* Added bi-category axis support
* Added more segmentation shortcut menu to create charts, which can create dozens of charts with one click
* Added chart border Settings to support rounded corner charts
* Fixed several issues
Extended features:
* Added `SankeyChart` Sankey chart
* Added `border` Settings for `UITable`
Log details:
* (2024.02.01) Release `v3.10.0`
* (2024.01.31) Fix to Tooltip not displaying after itemFormatter is set to -
* (2024.01.27) Fix to TextLimit not working after TextMeshPro is enabled (#301)
* (2024.01.24) Added `Bar` to support both X and Y axes as` Category `axes
* (2024.01.23) Added `{y}` wildcard to get the class name of the Y-axis
* (2024.01.23) Added `Line` to support both X and Y axes as` Category `axes
* (2024.01.18) Fixed dynamic modification of `Animation`s `type` code
* (2024.01.13) Added more quick Chart creation menus for Chart
* (2024.01.09) added `borderStyle` to `Background` to give the chart rounded corners by default
* (2024.01.07) Fix to invalid first ContentLabelStyle setting color for Tooltop
* (2024.01.01) Added `BorderStyle` border style
* (2023.12.26) Added support for Heatmap's maxCache parameter
* (2023.12.25) Optimizes the number of vertices drawn when `Line`` opens clip
* (2023.12.22) Fixed an issue where some border data of `Scatter` map was not displayed
* (2023.12.21) Fix to `TriggerTooltip()` interface may not fire when 0 or maximum index is specified
* (2023.12.19) Fixed an issue where `Legend`'s `LabelStyle` does not take effect after setting its formatter
* (2023.12.12) Added TextLimit for Legend to limit the length of the text displayed in the legend
* (2023.12.11) Fix to coordinate drawing failure when `Serie` was added with `double-maxvalue`
* (2023.12.10) Add `Serie` to `minShowLabel` to hide `labels` that are less than the specified value
* (2023.12.09) Add depth to `LevelStyle` to specify the level to which it belongs
* (2023.12.09) Added `LevelStyle` `LineStyle` to set line styles
* (2023.12.09) Adding `Serie` to `Link` can be used to add node-edge relationships to Sankey diagrams
* (2023.12.05) added `ResetChartStatus()` to actively reset chart status
## v3.9.0
Highlights:

View File

@@ -6,6 +6,7 @@ slug: /changelog
# 更新日志
[master](#master)
[v3.10.0](#v3100)
[v3.9.0](#v390)
[v3.8.1](#v381)
[v3.8.0](#v380)
@@ -70,6 +71,23 @@ slug: /changelog
## master
## v3.10.0
版本要点:
* 增加双类目轴支持
* 增加更多细分快捷菜单创建图表,可一键创建几十种图表
* 增加图表边框设置,支持圆角图表
* 修复若干问题
扩展功能:
* 增加`SankeyChart`桑基图
* 增加`UITable`的边框设置
日志详情:
* (2024.02.01) 发布`v3.10.0`版本
* (2024.01.31) 修复`Tooltip`在设置`itemFormatter``-`后整个不显示的问题
* (2024.01.27) 修复`TextLimit`在开启`TextMeshPro`后无效的问题 (#301)
* (2024.01.24) 增加`Bar`支持X轴和Y轴都为`Category`类目轴

View File

@@ -22,7 +22,7 @@ namespace XCharts.Runtime
public static class XChartsMgr
{
public static readonly string version = "3.10.0";
public static readonly int versionDate = 20240125;
public static readonly int versionDate = 20240201;
public static string fullVersion { get { return version + "-" + versionDate; } }
internal static List<BaseChart> chartList = new List<BaseChart>();

View File

@@ -4,8 +4,8 @@
"author": "monitor1394",
"license": "MIT",
"version": "3.10.0",
"date": "20240125",
"checkdate": "20240125",
"date": "20240201",
"checkdate": "20240201",
"unity": "2018.3",
"description": "A charting and data visualization library for Unity. Support line chart, bar chart, pie chart, radar chart, scatter chart, heatmap chart, ring chart, candlestick chart, polar chart and parallel coordinates.",
"keywords": [