mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 17:30:10 +00:00
[feature][heatmap] support symbol
This commit is contained in:
@@ -966,6 +966,11 @@ namespace XCharts.Runtime
|
||||
serie.symbol.show = true;
|
||||
serie.symbol.type = SymbolType.EmptyCircle;
|
||||
}
|
||||
else if (type == typeof(Heatmap))
|
||||
{
|
||||
serie.symbol.show = true;
|
||||
serie.symbol.type = SymbolType.Rect;
|
||||
}
|
||||
else
|
||||
{
|
||||
serie.symbol.show = false;
|
||||
|
||||
Reference in New Issue
Block a user