mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-29 12:48:47 +00:00
3.0 - unitypackage
This commit is contained in:
20
Runtime/Coord/Calendar/CalendarCoord.cs
Normal file
20
Runtime/Coord/Calendar/CalendarCoord.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace XCharts
|
||||
{
|
||||
[Serializable]
|
||||
[ComponentHandler(typeof(CalendarCoordHandler), true)]
|
||||
public class CalendarCoord : CoordSystem, IUpdateRuntimeData, ISerieContainer
|
||||
{
|
||||
public bool IsPointerEnter()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
public void UpdateRuntimeData(float chartX, float chartY, float chartWidth, float chartHeight)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user