mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 12:08:46 +00:00
优化Line的默认配置效果
This commit is contained in:
@@ -31,6 +31,7 @@ namespace XCharts.Runtime
|
||||
{
|
||||
var serie = chart.AddSerie<Line>(serieName);
|
||||
serie.symbol.show = true;
|
||||
serie.animation.interaction.radius.value = 1.5f;
|
||||
for (int i = 0; i < 5; i++)
|
||||
{
|
||||
chart.AddData(serie.index, UnityEngine.Random.Range(10, 90));
|
||||
|
||||
Reference in New Issue
Block a user