mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 06:50:18 +00:00
增加Chart的更多快捷创建图表菜单
This commit is contained in:
@@ -2,6 +2,10 @@ using UnityEngine;
|
||||
|
||||
namespace XCharts.Runtime
|
||||
{
|
||||
/// <summary>
|
||||
/// A simplified candlestick chart is a simplified mode of a bar chart that provides better performance by simplifying components and configurations.
|
||||
/// || 简化K线图是K线图的简化模式,通过简化组件和配置,拥有更好的性能。
|
||||
/// </summary>
|
||||
[AddComponentMenu("XCharts/SimplifiedCandlestickChart", 28)]
|
||||
[ExecuteInEditMode]
|
||||
[RequireComponent(typeof(RectTransform))]
|
||||
|
||||
Reference in New Issue
Block a user