mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 18:00:26 +00:00
Fixed serie ignore display error #173
This commit is contained in:
@@ -41,6 +41,8 @@
|
|||||||
|
|
||||||
## branch-2.0
|
## branch-2.0
|
||||||
|
|
||||||
|
* (2021.11.30) Fixed serie ignore display error #173
|
||||||
|
|
||||||
## v2.5.0
|
## v2.5.0
|
||||||
|
|
||||||
* (2021.11.27) Release `v2.5.0` version
|
* (2021.11.27) Release `v2.5.0` version
|
||||||
|
|||||||
@@ -41,6 +41,8 @@
|
|||||||
|
|
||||||
## branch-2.0
|
## branch-2.0
|
||||||
|
|
||||||
|
* (2021.11.30) 修复`Serie`的`ignore`某些情况下绘制异常的问题 #173
|
||||||
|
|
||||||
## v2.5.0
|
## v2.5.0
|
||||||
|
|
||||||
* (2021.11.27) 发布`v2.5.0`版本
|
* (2021.11.27) 发布`v2.5.0`版本
|
||||||
|
|||||||
@@ -832,7 +832,8 @@ namespace XCharts
|
|||||||
(!lastIsDown && IsInRightOrUp(isYAxis, lastDnPos, tp1)))
|
(!lastIsDown && IsInRightOrUp(isYAxis, lastDnPos, tp1)))
|
||||||
{
|
{
|
||||||
isStart = true;
|
isStart = true;
|
||||||
Internal_CheckClipAndDrawPolygon(vh, stPos1, tp1, tp2, stPos2, lineColor, serie.clip, grid);
|
if (stPos1 != Vector3.zero && stPos2 != Vector3.zero)
|
||||||
|
Internal_CheckClipAndDrawPolygon(vh, stPos1, tp1, tp2, stPos2, lineColor, serie.clip, grid);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user