From 0027968e994338fd440798c3e3d959f998dda170 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Thu, 12 Nov 2020 09:38:26 +0800 Subject: [PATCH] update doc --- Assets/XCharts/CHANGELOG-EN.md | 2 +- Assets/XCharts/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/XCharts/CHANGELOG-EN.md b/Assets/XCharts/CHANGELOG-EN.md index 41d9866c..67501025 100644 --- a/Assets/XCharts/CHANGELOG-EN.md +++ b/Assets/XCharts/CHANGELOG-EN.md @@ -1,7 +1,7 @@ # 更新日志 -* (2020.11.12) Fixed `LineChart` reporting errors when the type was `Smooth` when the data was too secure #101 +* (2020.11.12) Fixed `LineChart` reporting errors when the type was `Smooth` when the data was too secure #100 * (2020.10.22) Improve the support of `VisualMap` for `Piecewise` in `HeatmapChart` * (2020.09.22) Fixed `PieChart` inconsistent border size * (2020.09.18) Added `Remove All Chart Object` to Remove All child nodes under the Chart (automatically reinitialized) diff --git a/Assets/XCharts/CHANGELOG.md b/Assets/XCharts/CHANGELOG.md index 24d5b859..88bc8d47 100644 --- a/Assets/XCharts/CHANGELOG.md +++ b/Assets/XCharts/CHANGELOG.md @@ -1,7 +1,7 @@ # 更新日志 -* (2020.11.12) 修复`LineChart`当类型为`Smooth`时数据过密情况下报错的问题 #101 +* (2020.11.12) 修复`LineChart`当类型为`Smooth`时数据过密情况下报错的问题 #100 * (2020.10.22) 完善`HeatmapChart`中`VisualMap`对`Piecewise`的支持 * (2020.09.22) 修复`PieChart`边框大小不一致的问题 * (2020.09.19) 发布`v1.6.1`版本