fixed emphasis label

This commit is contained in:
monitor1394
2021-12-21 07:01:54 +08:00
parent 21b4876948
commit f7040af0b0
5 changed files with 12 additions and 3 deletions

View File

@@ -262,7 +262,6 @@ namespace XCharts
{
public CoordinateChart chart;
private GameObject m_MarkLineLabelRoot;
private bool m_RefreshLabel = false;
public MarkLineHandler(CoordinateChart chart)
{
@@ -515,7 +514,6 @@ namespace XCharts
data.runtimeCurrentEndPosition = ep;
if (sp != Vector3.zero || ep != Vector3.zero)
{
m_RefreshLabel = true;
chart.ClampInChart(ref sp);
chart.ClampInChart(ref ep);
var theme = chart.theme.axis;