[feature][polar] support heatmap in polar

This commit is contained in:
monitor1394
2022-09-20 13:16:22 +08:00
parent 4e05759c3c
commit ae35a4d7e6
9 changed files with 256 additions and 9 deletions

View File

@@ -225,6 +225,10 @@ namespace XCharts.Runtime
break;
}
}
else
{
iconType = Legend.Type.Rect;
}
}
else
{