CandlestickChart加入菜单栏 #146

This commit is contained in:
monitor1394
2021-05-18 00:06:56 +08:00
parent 5a6b2936b3
commit f93b30d239
2 changed files with 7 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ using UnityEngine;
namespace XCharts
{
[AddComponentMenu("XCharts/CandlestickChart", 21)]
[AddComponentMenu("XCharts/CandlestickChart", 23)]
[ExecuteInEditMode]
[RequireComponent(typeof(RectTransform))]
[DisallowMultipleComponent]