增加numericFormatter参数可配置数值格式化显示,去掉forceENotation参数

This commit is contained in:
monitor1394
2020-05-04 13:29:56 +08:00
parent 9bfc1fc9a6
commit f6c614e8c4
19 changed files with 211 additions and 149 deletions

View File

@@ -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;