修复Check warning不生效的问题

This commit is contained in:
monitor1394
2020-06-11 09:24:33 +08:00
parent 49ba31cc8b
commit 1d3bfd8bd6
4 changed files with 36 additions and 11 deletions

View File

@@ -201,7 +201,6 @@ namespace XCharts
{
isScatter = true;
var itemFormatter = GetItemFormatter(tooltip, serie, null);
var numericFormatter = GetItemNumericFormatter(tooltip, serie, null);
if (string.IsNullOrEmpty(itemFormatter))
{
if (!first) sb.Append(FormatterHelper.PH_NN);