mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 06:50:18 +00:00
3.0
This commit is contained in:
@@ -92,7 +92,7 @@ namespace XCharts.Runtime
|
||||
if (!serie.show || !markLine.show) return;
|
||||
if (markLine.data.Count == 0) return;
|
||||
var yAxis = chart.GetChartComponent<YAxis>(serie.yAxisIndex);
|
||||
var xAxis = chart.GetChartComponent<XAxis>(serie.yAxisIndex);
|
||||
var xAxis = chart.GetChartComponent<XAxis>(serie.xAxisIndex);
|
||||
var grid = chart.GetChartComponent<GridCoord>(xAxis.gridIndex);
|
||||
var dataZoom = chart.GetDataZoomOfAxis(xAxis);
|
||||
var animation = markLine.animation;
|
||||
|
||||
Reference in New Issue
Block a user