mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 02:10:16 +00:00
增加numericFormatter参数可配置数值格式化显示,去掉forceENotation参数
This commit is contained in:
@@ -70,7 +70,6 @@ namespace XCharts
|
||||
base.CheckTootipArea(local);
|
||||
m_Tooltip.ClearSerieDataIndex();
|
||||
bool selected = false;
|
||||
var localv3 = new Vector3(local.x, local.y);
|
||||
foreach (var serie in m_Series.list)
|
||||
{
|
||||
if (!serie.show) continue;
|
||||
|
||||
Reference in New Issue
Block a user