From 9c96fbb60404662a1dcbc509e0d829e106cf19e5 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Thu, 1 Apr 2021 08:14:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Runtime/Component/Theme/ChartTheme.cs | 11 +- Assets/XCharts/Runtime/Internal/BaseChart.cs | 4 + Assets/XChartsDemo/xcharts_demo.unity | 61978 +++++++--------- 3 files changed, 28591 insertions(+), 33402 deletions(-) diff --git a/Assets/XCharts/Runtime/Component/Theme/ChartTheme.cs b/Assets/XCharts/Runtime/Component/Theme/ChartTheme.cs index 9e98d2c4..33d42225 100644 --- a/Assets/XCharts/Runtime/Component/Theme/ChartTheme.cs +++ b/Assets/XCharts/Runtime/Component/Theme/ChartTheme.cs @@ -296,10 +296,15 @@ namespace XCharts case Theme.Light: CopyTheme(Light); break; case Theme.Dark: CopyTheme(Dark); break; case Theme.Custom: - var sour = XThemeMgr.GetTheme(themeName); - if (sour != null) + var sourTheme = XThemeMgr.GetTheme(themeName); + if (sourTheme != null) { - CopyTheme(sour); + CopyTheme(sourTheme); + } + else + { + Debug.LogWarning("ResetTheme:can't find theme:" + themeName + ", reset to Default theme"); + CopyTheme(Default); } break; } diff --git a/Assets/XCharts/Runtime/Internal/BaseChart.cs b/Assets/XCharts/Runtime/Internal/BaseChart.cs index 4fdf765e..f951bfa1 100644 --- a/Assets/XCharts/Runtime/Internal/BaseChart.cs +++ b/Assets/XCharts/Runtime/Internal/BaseChart.cs @@ -117,6 +117,10 @@ namespace XCharts { m_Theme.font = XChartsSettings.font; } + if (m_Theme.colorPalette.Count == 0) + { + m_Theme.ResetTheme(); + } } base.Awake(); m_Series.AnimationReset(); diff --git a/Assets/XChartsDemo/xcharts_demo.unity b/Assets/XChartsDemo/xcharts_demo.unity index 9d016a87..9ae1f301 100644 --- a/Assets/XChartsDemo/xcharts_demo.unity +++ b/Assets/XChartsDemo/xcharts_demo.unity @@ -2133,84 +2133,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 10519126} m_CullTransparentMesh: 0 ---- !u!1 &10536416 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 10536417} - - component: {fileID: 10536419} - - component: {fileID: 10536418} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &10536417 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 10536416} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1181852915} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &10536418 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 10536416} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: Homepage ---- !u!222 &10536419 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 10536416} - m_CullTransparentMesh: 0 --- !u!1 &10792911 GameObject: m_ObjectHideFlags: 0 @@ -3264,7 +3186,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: -21.600006} + m_AnchoredPosition: {x: 0, y: -21.475006} m_SizeDelta: {x: 50, y: 12} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &16716144 @@ -3831,7 +3753,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &18513384 MonoBehaviour: @@ -4201,7 +4123,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 580728233} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -6889,7 +7059,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &20517329 MonoBehaviour: @@ -9160,7 +9330,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 642714922} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -18814,7 +19232,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &44521088 MonoBehaviour: @@ -19375,7 +19793,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &49770882 MonoBehaviour: @@ -19953,7 +20371,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &52144147 MonoBehaviour: @@ -20165,7 +20583,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 200, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &52504118 @@ -20345,7 +20763,7 @@ MonoBehaviour: m_FontSize: 22 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 10 + m_MinSize: 0 m_MaxSize: 40 m_Alignment: 1 m_AlignByGeometry: 0 @@ -22314,84 +22732,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 66125736} m_CullTransparentMesh: 0 ---- !u!1 &66150553 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 66150554} - - component: {fileID: 66150556} - - component: {fileID: 66150555} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &66150554 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 66150553} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1851611990} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &66150555 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 66150553} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u6298\u7EBF\u56FE" ---- !u!222 &66150556 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 66150553} - m_CullTransparentMesh: 0 --- !u!1 &67328231 GameObject: m_ObjectHideFlags: 0 @@ -24091,7 +24431,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 628989031} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -28146,6 +28734,144 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} +--- !u!1 &78716389 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 78716390} + - component: {fileID: 78716394} + - component: {fileID: 78716393} + - component: {fileID: 78716392} + - component: {fileID: 78716391} + m_Layer: 5 + m_Name: btn_GanttChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &78716390 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 78716389} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2119922696} + - {fileID: 962505273} + m_Father: {fileID: 1984073382} + m_RootOrder: 12 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &78716391 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 78716389} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &78716392 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 78716389} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 78716393} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &78716393 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 78716389} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &78716394 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 78716389} + m_CullTransparentMesh: 0 --- !u!1 &79969553 GameObject: m_ObjectHideFlags: 0 @@ -28400,7 +29126,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 30} + m_AnchoredPosition: {x: 837, y: 30} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &81148350 @@ -29794,7 +30520,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 76, y: 24} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &86325531 MonoBehaviour: @@ -29828,7 +30554,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: "\u76F4\u63A5\u8BBF\u95EE" + m_Text: Text --- !u!222 &86325532 CanvasRenderer: m_ObjectHideFlags: 0 @@ -29990,7 +30716,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 356669401} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -33173,144 +34147,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 90149339} m_CullTransparentMesh: 0 ---- !u!1 &90176738 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 90176739} - - component: {fileID: 90176743} - - component: {fileID: 90176742} - - component: {fileID: 90176741} - - component: {fileID: 90176740} - m_Layer: 5 - m_Name: btn_ScatterChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &90176739 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 90176738} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1725825413} - - {fileID: 2046588959} - m_Father: {fileID: 1984073382} - m_RootOrder: 5 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &90176740 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 90176738} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &90176741 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 90176738} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 90176742} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &90176742 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 90176738} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &90176743 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 90176738} - m_CullTransparentMesh: 0 --- !u!1 &90460212 GameObject: m_ObjectHideFlags: 1 @@ -34014,7 +34850,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1682635153} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -36839,7 +37923,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &101214408 MonoBehaviour: @@ -37115,6 +38199,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 103693057} m_CullTransparentMesh: 0 +--- !u!1 &103787057 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 103787058} + - component: {fileID: 103787060} + - component: {fileID: 103787059} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &103787058 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 103787057} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1455464072} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &103787059 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 103787057} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u67F1\u72B6\u56FE" +--- !u!222 &103787060 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 103787057} + m_CullTransparentMesh: 0 --- !u!1 &103799604 GameObject: m_ObjectHideFlags: 0 @@ -38643,7 +39805,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 315640269} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -63561,8 +64971,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 990.8, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 984.8, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &113431115 MonoBehaviour: @@ -63928,7 +65338,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1430657990} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -196421,7 +198079,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 665665539} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -205487,7 +207393,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 170.79999} + m_AnchoredPosition: {x: 42, y: 169.79999} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &124877425 @@ -206192,324 +208098,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 127818710} m_CullTransparentMesh: 0 ---- !u!114 &127853821 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &128963911 GameObject: m_ObjectHideFlags: 0 @@ -207149,7 +208737,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 30} + m_AnchoredPosition: {x: 837, y: 30} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &131829954 @@ -207193,324 +208781,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 131829952} m_CullTransparentMesh: 0 ---- !u!114 &131946693 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &132308998 GameObject: m_ObjectHideFlags: 0 @@ -207837,8 +209107,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 363.6, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 361.6, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &133942131 MonoBehaviour: @@ -208033,144 +209303,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 134912035} m_CullTransparentMesh: 0 ---- !u!1 &134958723 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 134958724} - - component: {fileID: 134958728} - - component: {fileID: 134958727} - - component: {fileID: 134958726} - - component: {fileID: 134958725} - m_Layer: 5 - m_Name: btn_PolarChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &134958724 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 134958723} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2016590597} - - {fileID: 775202241} - m_Father: {fileID: 1984073382} - m_RootOrder: 9 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &134958725 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 134958723} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &134958726 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 134958723} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 134958727} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &134958727 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 134958723} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &134958728 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 134958723} - m_CullTransparentMesh: 0 --- !u!1 &135823759 GameObject: m_ObjectHideFlags: 0 @@ -208535,7 +209667,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1849556440} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -212738,84 +214118,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 140441679} m_CullTransparentMesh: 0 ---- !u!1 &140531474 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 140531475} - - component: {fileID: 140531477} - - component: {fileID: 140531476} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &140531475 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 140531474} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1488432089} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &140531476 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 140531474} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u73AF\u5F62\u56FE" ---- !u!222 &140531477 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 140531474} - m_CullTransparentMesh: 0 --- !u!1 &140582122 GameObject: m_ObjectHideFlags: 0 @@ -213781,7 +215083,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 311.6} + m_AnchoredPosition: {x: 42, y: 309.6} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &145399890 @@ -213981,84 +215283,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 145840327} m_CullTransparentMesh: 0 ---- !u!1 &145895800 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 145895801} - - component: {fileID: 145895803} - - component: {fileID: 145895802} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &145895801 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 145895800} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1089770549} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &145895802 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 145895800} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u70ED\u529B\u56FE" ---- !u!222 &145895803 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 145895800} - m_CullTransparentMesh: 0 --- !u!1 &146003356 GameObject: m_ObjectHideFlags: 0 @@ -214075,7 +215299,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!224 &146003357 RectTransform: m_ObjectHideFlags: 0 @@ -214402,7 +215626,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1250512481} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -218907,8 +220379,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 677.2, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 673.2, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &159398034 MonoBehaviour: @@ -219890,144 +221362,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 162928814} m_CullTransparentMesh: 0 ---- !u!1 &162950552 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 162950553} - - component: {fileID: 162950557} - - component: {fileID: 162950556} - - component: {fileID: 162950555} - - component: {fileID: 162950554} - m_Layer: 5 - m_Name: btn_GaugeChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &162950553 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 162950552} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 2044140431} - - {fileID: 1672689576} - m_Father: {fileID: 1984073382} - m_RootOrder: 7 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &162950554 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 162950552} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &162950555 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 162950552} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 162950556} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &162950556 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 162950552} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &162950557 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 162950552} - m_CullTransparentMesh: 0 --- !u!1 &163474635 GameObject: m_ObjectHideFlags: 0 @@ -220568,7 +221902,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 0.5, y: 1} --- !u!114 &165640186 @@ -221863,7 +223197,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &172052220 MonoBehaviour: @@ -222069,7 +223403,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &175013707 MonoBehaviour: @@ -222211,7 +223545,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &175963296 MonoBehaviour: @@ -222273,7 +223607,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &176277060 GameObject: @@ -229610,7 +230944,309 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1397447363} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Common: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_Title: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 24 + m_SubTitle: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 22 + m_Legend: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} + m_Axis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_RadiusAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_AngleAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Polar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Gauge: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 15 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 15 + m_SplitLineColor: + serializedVersion: 2 + rgba: 4294967295 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4294967295 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 4291348680 + m_StageColor: + - m_Percent: 0.2 + m_Color: + serializedVersion: 2 + rgba: 4289644433 + - m_Percent: 0.8 + m_Color: + serializedVersion: 2 + rgba: 4288579171 + - m_Percent: 1 + m_Color: + serializedVersion: 2 + rgba: 4281415106 + m_Radar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 1, g: 1, b: 1, a: 1} + m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} + m_FontSize: 20 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineColor: + serializedVersion: 2 + rgba: 1680419113 + m_AreaColor: + serializedVersion: 2 + rgba: 542200145 + m_LabelTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 4280887593 + m_DataZoom: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_BorderWidth: 0.5 + m_DataLineWidth: 0.5 + m_FillerColor: + serializedVersion: 2 + rgba: 1858910119 + m_BorderColor: + serializedVersion: 2 + rgba: 4292730333 + m_DataLineColor: + serializedVersion: 2 + rgba: 4283712815 + m_DataAreaColor: + serializedVersion: 2 + rgba: 1431586095 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 4291611852 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 20 + m_Serie: + m_LineWidth: 1.4 + m_LineSymbolSize: 4 + m_LineSymbolSelectedSize: 8 + m_ScatterSymbolSize: 20 + m_ScatterSymbolSelectedSize: 30 + m_PieTooltipExtraRadius: 8 + m_PieSelectedOffset: 8 + m_CandlestickColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 4283844145 + m_CandlestickBorderWidth: 1 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 4283844145 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -231689,10 +233325,10 @@ RectTransform: m_Father: {fileID: 146003357} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 865, y: -435.5} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &214165489 GameObject: @@ -232724,7 +234360,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &219240302 GameObject: @@ -235326,7 +236962,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &233330356 MonoBehaviour: @@ -236011,84 +237647,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 235540395} m_CullTransparentMesh: 0 ---- !u!1 &235875091 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 235875092} - - component: {fileID: 235875094} - - component: {fileID: 235875093} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &235875092 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 235875091} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1488432089} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &235875093 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 235875091} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: RingChart ---- !u!222 &235875094 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 235875091} - m_CullTransparentMesh: 0 --- !u!1 &235925566 GameObject: m_ObjectHideFlags: 0 @@ -238340,7 +239898,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1265730354} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -241108,7 +242914,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 1, y: 0.5} --- !u!114 &246205863 @@ -242857,7 +244663,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 100.399994} + m_AnchoredPosition: {x: 837, y: 99.899994} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &255124642 @@ -243133,7 +244939,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &257155736 GameObject: @@ -243169,7 +244975,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 200, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &257155738 @@ -243723,7 +245529,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 0} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -247169,7 +249223,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &262603095 MonoBehaviour: @@ -248412,7 +250466,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 0, y: 0.5} --- !u!114 &267527851 @@ -248745,324 +250799,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 269528987} m_CullTransparentMesh: 0 ---- !u!114 &269652523 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &269956482 GameObject: m_ObjectHideFlags: 1 @@ -249269,6 +251005,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 270293626} m_CullTransparentMesh: 0 +--- !u!1 &270792790 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 270792791} + - component: {fileID: 270792793} + - component: {fileID: 270792792} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &270792791 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 270792790} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 714246080} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &270792792 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 270792790} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Combinations +--- !u!222 &270792793 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 270792790} + m_CullTransparentMesh: 0 --- !u!1 &272493371 GameObject: m_ObjectHideFlags: 1 @@ -249425,84 +251239,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!1 &275544901 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 275544902} - - component: {fileID: 275544904} - - component: {fileID: 275544903} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &275544902 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 275544901} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1911908480} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &275544903 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 275544901} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: CandlestickChart ---- !u!222 &275544904 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 275544901} - m_CullTransparentMesh: 0 --- !u!1 &276358814 GameObject: m_ObjectHideFlags: 0 @@ -249616,7 +251352,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &276429358 MonoBehaviour: @@ -253773,7 +255509,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 833824972} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -256275,7 +258259,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &300837767 MonoBehaviour: @@ -256514,7 +258498,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &302005628 MonoBehaviour: @@ -258168,324 +260152,6 @@ RectTransform: m_AnchoredPosition: {x: -287.33334, y: 143.66667} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &315640269 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &315899443 GameObject: m_ObjectHideFlags: 1 @@ -260248,7 +261914,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &324821596 GameObject: @@ -261354,7 +263020,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &330920710 GameObject: @@ -261512,6 +263178,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 331156804} m_CullTransparentMesh: 0 +--- !u!1 &331455445 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 331455446} + - component: {fileID: 331455450} + - component: {fileID: 331455449} + - component: {fileID: 331455448} + - component: {fileID: 331455447} + m_Layer: 5 + m_Name: btn_RadarChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &331455446 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 331455445} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2145632836} + - {fileID: 680744129} + m_Father: {fileID: 1984073382} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &331455447 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 331455445} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &331455448 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 331455445} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 331455449} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &331455449 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 331455445} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &331455450 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 331455445} + m_CullTransparentMesh: 0 --- !u!1 &332108106 GameObject: m_ObjectHideFlags: 0 @@ -261590,84 +263394,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 332108106} m_CullTransparentMesh: 0 ---- !u!1 &332632652 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 332632653} - - component: {fileID: 332632655} - - component: {fileID: 332632654} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &332632653 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 332632652} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1589236986} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &332632654 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 332632652} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: PieChart ---- !u!222 &332632655 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 332632652} - m_CullTransparentMesh: 0 --- !u!1 &333218577 GameObject: m_ObjectHideFlags: 0 @@ -263228,324 +264954,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 338268054} m_CullTransparentMesh: 0 ---- !u!114 &338696840 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &339181270 GameObject: m_ObjectHideFlags: 0 @@ -263694,7 +265102,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 241.20001} + m_AnchoredPosition: {x: 837, y: 239.70001} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &340637998 @@ -264015,7 +265423,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 150.4502, y: -136.62625} + m_AnchoredPosition: {x: 150.4502, y: -136.37625} m_SizeDelta: {x: 76, y: 24} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &342777103 @@ -264088,7 +265496,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 200, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &343069732 @@ -264729,324 +266137,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 346021422} m_CullTransparentMesh: 0 ---- !u!114 &346350634 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &346440112 GameObject: m_ObjectHideFlags: 0 @@ -266109,7 +267199,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &350733260 MonoBehaviour: @@ -267078,324 +268168,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 356061612} m_CullTransparentMesh: 0 ---- !u!114 &356669401 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &356854301 GameObject: m_ObjectHideFlags: 1 @@ -268072,7 +268844,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 745829401} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -274792,7 +275812,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1165181571} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -276230,144 +277498,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!1 &365385656 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 365385657} - - component: {fileID: 365385661} - - component: {fileID: 365385660} - - component: {fileID: 365385659} - - component: {fileID: 365385658} - m_Layer: 5 - m_Name: btn_LiquidChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &365385657 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 365385656} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1234176477} - - {fileID: 366305003} - m_Father: {fileID: 1984073382} - m_RootOrder: 10 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &365385658 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 365385656} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &365385659 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 365385656} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 365385660} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &365385660 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 365385656} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &365385661 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 365385656} - m_CullTransparentMesh: 0 --- !u!1 &365498696 GameObject: m_ObjectHideFlags: 0 @@ -276446,84 +277576,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 365498696} m_CullTransparentMesh: 0 ---- !u!1 &366305002 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 366305003} - - component: {fileID: 366305005} - - component: {fileID: 366305004} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &366305003 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 366305002} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 365385657} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &366305004 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 366305002} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u6C34\u4F4D\u56FE" ---- !u!222 &366305005 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 366305002} - m_CullTransparentMesh: 0 --- !u!1 &366893274 GameObject: m_ObjectHideFlags: 0 @@ -276637,7 +277689,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &367340283 MonoBehaviour: @@ -277868,7 +278920,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &372617318 GameObject: @@ -279617,7 +280669,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 30} + m_AnchoredPosition: {x: 837, y: 30} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &381024275 @@ -279916,7 +280968,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 1, y: 0.5} --- !u!114 &383098851 @@ -280592,324 +281644,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 385860465} m_CullTransparentMesh: 0 ---- !u!114 &385998308 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &386200102 GameObject: m_ObjectHideFlags: 0 @@ -281667,7 +282401,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &391493808 GameObject: @@ -282513,7 +283247,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &394169551 GameObject: @@ -282848,7 +283582,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 0.5, y: 1} --- !u!114 &395025047 @@ -284169,6 +284903,162 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 402030460} m_CullTransparentMesh: 0 +--- !u!1 &402659205 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 402659206} + - component: {fileID: 402659208} + - component: {fileID: 402659207} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &402659206 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 402659205} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 676273890} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &402659207 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 402659205} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: RingChart +--- !u!222 &402659208 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 402659205} + m_CullTransparentMesh: 0 +--- !u!1 &403215973 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 403215974} + - component: {fileID: 403215976} + - component: {fileID: 403215975} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &403215974 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 403215973} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 607710936} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &403215975 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 403215973} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: GaugeChart +--- !u!222 &403215976 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 403215973} + m_CullTransparentMesh: 0 --- !u!1 &403811750 GameObject: m_ObjectHideFlags: 1 @@ -284453,6 +285343,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 405858250} m_CullTransparentMesh: 0 +--- !u!1 &405877700 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 405877701} + - component: {fileID: 405877705} + - component: {fileID: 405877704} + - component: {fileID: 405877703} + - component: {fileID: 405877702} + m_Layer: 5 + m_Name: btn_PieChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &405877701 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 405877700} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 2022550183} + - {fileID: 1907263436} + m_Father: {fileID: 1984073382} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &405877702 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 405877700} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &405877703 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 405877700} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 405877704} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &405877704 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 405877700} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &405877705 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 405877700} + m_CullTransparentMesh: 0 --- !u!1 &405984201 GameObject: m_ObjectHideFlags: 1 @@ -285386,7 +286414,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 811601351} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -290147,324 +291423,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 864, y: 432} m_Pivot: {x: 0, y: 1} ---- !u!114 &412632136 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &412701266 GameObject: m_ObjectHideFlags: 1 @@ -290721,84 +291679,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 413824149} m_CullTransparentMesh: 0 ---- !u!1 &414038999 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 414039000} - - component: {fileID: 414039002} - - component: {fileID: 414039001} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &414039000 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 414038999} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1851611990} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &414039001 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 414038999} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: LineChart ---- !u!222 &414039002 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 414038999} - m_CullTransparentMesh: 0 --- !u!1 &414277709 GameObject: m_ObjectHideFlags: 1 @@ -293302,7 +294182,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 2092666699} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -296254,84 +297382,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 432189867} m_CullTransparentMesh: 0 ---- !u!1 &432193605 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 432193606} - - component: {fileID: 432193608} - - component: {fileID: 432193607} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &432193606 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 432193605} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1661017794} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &432193607 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 432193605} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: BarChart ---- !u!222 &432193608 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 432193605} - m_CullTransparentMesh: 0 --- !u!1 &432444556 GameObject: m_ObjectHideFlags: 1 @@ -297298,7 +298348,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -5} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0.5, y: 1} --- !u!1 &436134328 GameObject: @@ -297335,7 +298385,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &436134330 MonoBehaviour: @@ -299942,7 +300992,7 @@ MonoBehaviour: m_FontSize: 22 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 10 + m_MinSize: 0 m_MaxSize: 40 m_Alignment: 1 m_AlignByGeometry: 0 @@ -300161,7 +301211,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1252303523} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -319878,84 +321176,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 457115552} m_CullTransparentMesh: 0 ---- !u!1 &457232056 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 457232057} - - component: {fileID: 457232059} - - component: {fileID: 457232058} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &457232057 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 457232056} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1911908480} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &457232058 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 457232056} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "K\u7EBF\u56FE" ---- !u!222 &457232059 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 457232056} - m_CullTransparentMesh: 0 --- !u!1 &457419889 GameObject: m_ObjectHideFlags: 0 @@ -321033,324 +322253,6 @@ RectTransform: m_AnchoredPosition: {x: -287.33334, y: 143.66667} m_SizeDelta: {x: 139, y: 48} m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &464004334 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 0 - m_PieSelectedOffset: 0 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &464145093 GameObject: m_ObjectHideFlags: 1 @@ -321487,7 +322389,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 16} + m_SizeDelta: {x: 859, y: 16} m_Pivot: {x: 0.5, y: 1} --- !u!114 &466030617 MonoBehaviour: @@ -322289,7 +323191,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &469461848 MonoBehaviour: @@ -322794,10 +323696,10 @@ RectTransform: m_Father: {fileID: 945062866} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 872, y: -4} - m_SizeDelta: {x: 864, y: 432} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 1} --- !u!114 &472702067 MonoBehaviour: @@ -322840,7 +323742,309 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 501754689} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Common: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_Title: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 24 + m_SubTitle: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 22 + m_Legend: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} + m_Axis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_RadiusAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_AngleAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Polar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Gauge: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 15 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 15 + m_SplitLineColor: + serializedVersion: 2 + rgba: 4294967295 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4294967295 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 4291348680 + m_StageColor: + - m_Percent: 0.2 + m_Color: + serializedVersion: 2 + rgba: 4289644433 + - m_Percent: 0.8 + m_Color: + serializedVersion: 2 + rgba: 4288579171 + - m_Percent: 1 + m_Color: + serializedVersion: 2 + rgba: 4281415106 + m_Radar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 1, g: 1, b: 1, a: 1} + m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} + m_FontSize: 20 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineColor: + serializedVersion: 2 + rgba: 1680419113 + m_AreaColor: + serializedVersion: 2 + rgba: 542200145 + m_LabelTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 4280887593 + m_DataZoom: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_BorderWidth: 0.5 + m_DataLineWidth: 0.5 + m_FillerColor: + serializedVersion: 2 + rgba: 1858910119 + m_BorderColor: + serializedVersion: 2 + rgba: 4292730333 + m_DataLineColor: + serializedVersion: 2 + rgba: 4283712815 + m_DataAreaColor: + serializedVersion: 2 + rgba: 1431586095 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 4291611852 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 20 + m_Serie: + m_LineWidth: 1.4 + m_LineSymbolSize: 4 + m_LineSymbolSelectedSize: 8 + m_ScatterSymbolSize: 20 + m_ScatterSymbolSelectedSize: 30 + m_PieTooltipExtraRadius: 8 + m_PieSelectedOffset: 8 + m_CandlestickColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 4283844145 + m_CandlestickBorderWidth: 1 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 4283844145 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -323835,8 +325039,8 @@ MonoBehaviour: m_DataChangeEnable: 1 m_DataChangeDuration: 500 m_ActualDuration: 0 - m_CurrDetailProgress: 128.4 - m_DestDetailProgress: 755.6 + m_CurrDetailProgress: 127.9 + m_DestDetailProgress: 751.10004 m_LineArrow: m_Show: 0 m_Position: 0 @@ -325849,84 +327053,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 479576964} m_CullTransparentMesh: 0 ---- !u!1 &479730187 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 479730188} - - component: {fileID: 479730190} - - component: {fileID: 479730189} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &479730188 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 479730187} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1589236986} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &479730189 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 479730187} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u997C\u56FE" ---- !u!222 &479730190 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 479730187} - m_CullTransparentMesh: 0 --- !u!1 &479942058 GameObject: m_ObjectHideFlags: 0 @@ -327428,324 +328554,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 488407436} m_CullTransparentMesh: 0 ---- !u!114 &488429051 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 28 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 0 - m_PieSelectedOffset: 0 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &488477734 GameObject: m_ObjectHideFlags: 1 @@ -329090,7 +329898,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -5} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0.5, y: 1} --- !u!1 &494712291 GameObject: @@ -329285,324 +330093,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 496684490} m_CullTransparentMesh: 0 ---- !u!114 &496719186 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &497369925 GameObject: m_ObjectHideFlags: 0 @@ -330500,8 +330990,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 206.8, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 205.8, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &501486025 MonoBehaviour: @@ -330805,324 +331295,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 501719892} m_CullTransparentMesh: 0 ---- !u!114 &501754689 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 0 - m_PieSelectedOffset: 0 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &503000983 GameObject: m_ObjectHideFlags: 0 @@ -331381,7 +331553,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &504391943 GameObject: @@ -332353,144 +332525,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 506957668} m_CullTransparentMesh: 0 ---- !u!1 &507244483 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 507244484} - - component: {fileID: 507244488} - - component: {fileID: 507244487} - - component: {fileID: 507244486} - - component: {fileID: 507244485} - m_Layer: 5 - m_Name: btn_GanttChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &507244484 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 507244483} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 850714565} - - {fileID: 1727211086} - m_Father: {fileID: 1984073382} - m_RootOrder: 12 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &507244485 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 507244483} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &507244486 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 507244483} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 507244487} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &507244487 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 507244483} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &507244488 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 507244483} - m_CullTransparentMesh: 0 --- !u!1 &507389605 GameObject: m_ObjectHideFlags: 0 @@ -333674,7 +333708,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 76, y: 24} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &513502902 MonoBehaviour: @@ -333708,7 +333742,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: "\u8054\u76DF\u5E7F\u544A" + m_Text: Text --- !u!222 &513502903 CanvasRenderer: m_ObjectHideFlags: 0 @@ -334458,7 +334492,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 2055278504} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -336904,7 +337186,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 100.399994} + m_AnchoredPosition: {x: 42, y: 99.899994} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &517134145 @@ -337707,8 +337989,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 520.4, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 517.4, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &520372123 MonoBehaviour: @@ -338401,324 +338683,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 521487702} m_CullTransparentMesh: 0 ---- !u!114 &521690035 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &521957720 GameObject: m_ObjectHideFlags: 0 @@ -341627,324 +341591,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!114 &537874774 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &537904996 GameObject: m_ObjectHideFlags: 0 @@ -342132,7 +341778,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &539166450 MonoBehaviour: @@ -342878,7 +342524,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 912864999} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -348689,324 +348583,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 558394066} m_CullTransparentMesh: 0 ---- !u!114 &558528882 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &559392143 GameObject: m_ObjectHideFlags: 0 @@ -349120,7 +348696,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &559794965 MonoBehaviour: @@ -349427,7 +349003,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &561674778 GameObject: @@ -351913,7 +351489,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1788423076} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -354325,324 +354149,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 575086070} m_CullTransparentMesh: 0 ---- !u!114 &575266801 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 4283844145 - m_CandlestickBorderWidth: 1 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 4283844145 --- !u!1 &575393202 GameObject: m_ObjectHideFlags: 1 @@ -354806,7 +354312,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1217402417} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -404047,324 +403801,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 580601306} m_CullTransparentMesh: 0 ---- !u!114 &580728233 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &580910045 GameObject: m_ObjectHideFlags: 0 @@ -405382,7 +404818,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 537874774} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -415862,7 +415546,7 @@ MonoBehaviour: m_FontSize: 24 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 10 + m_MinSize: 0 m_MaxSize: 40 m_Alignment: 1 m_AlignByGeometry: 0 @@ -415913,8 +415597,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -50.333908, y: -121.391464} - m_SizeDelta: {x: 76, y: 24} + m_AnchoredPosition: {x: -287.33334, y: 143.66667} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &598987329 GameObject: @@ -416181,7 +415865,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -5} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0.5, y: 1} --- !u!1 &600646359 GameObject: @@ -417164,6 +416848,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 607605202} m_CullTransparentMesh: 0 +--- !u!1 &607710935 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 607710936} + - component: {fileID: 607710940} + - component: {fileID: 607710939} + - component: {fileID: 607710938} + - component: {fileID: 607710937} + m_Layer: 5 + m_Name: btn_GaugeChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &607710936 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 607710935} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 403215974} + - {fileID: 763587030} + m_Father: {fileID: 1984073382} + m_RootOrder: 7 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &607710937 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 607710935} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &607710938 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 607710935} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 607710939} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &607710939 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 607710935} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &607710940 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 607710935} + m_CullTransparentMesh: 0 --- !u!1 &607839954 GameObject: m_ObjectHideFlags: 0 @@ -417396,324 +417218,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!114 &609506893 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &610439084 GameObject: m_ObjectHideFlags: 1 @@ -417890,7 +417394,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &611203639 MonoBehaviour: @@ -418157,7 +417661,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &612129111 GameObject: @@ -419375,7 +418879,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -24} - m_SizeDelta: {x: 864, y: 14} + m_SizeDelta: {x: 859, y: 14} m_Pivot: {x: 0.5, y: 1} --- !u!114 &615612527 MonoBehaviour: @@ -419390,7 +418894,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} m_RaycastTarget: 0 m_Maskable: 1 m_OnCullStateChanged: @@ -419673,7 +419177,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &616003609 MonoBehaviour: @@ -419942,7 +419446,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 178.7024, y: 6.033264} + m_AnchoredPosition: {x: 178.7024, y: 6.283264} m_SizeDelta: {x: 76, y: 24} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &616979372 @@ -422012,7 +421516,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1111189864} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -423554,7 +423306,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1064115879} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -427919,324 +427919,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 628917020} m_CullTransparentMesh: 0 ---- !u!114 &628989031 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 0 - m_PieSelectedOffset: 0 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &629145174 GameObject: m_ObjectHideFlags: 0 @@ -429233,7 +428915,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 100.399994} + m_AnchoredPosition: {x: 837, y: 99.899994} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &633749806 @@ -430278,7 +429960,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1948263962} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -434360,6 +434290,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 638124026} m_CullTransparentMesh: 0 +--- !u!1 &638721164 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 638721165} + - component: {fileID: 638721167} + - component: {fileID: 638721166} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &638721165 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 638721164} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1575460471} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &638721166 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 638721164} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Homepage +--- !u!222 &638721167 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 638721164} + m_CullTransparentMesh: 0 --- !u!1 &639050896 GameObject: m_ObjectHideFlags: 0 @@ -435543,324 +435551,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 642688234} m_CullTransparentMesh: 0 ---- !u!114 &642714922 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &642809347 GameObject: m_ObjectHideFlags: 0 @@ -437751,7 +437441,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &651580313 GameObject: @@ -437838,7 +437528,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 868909959} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -621506,7 +621444,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1800599401} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -625976,6 +626162,84 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} +--- !u!1 &656009446 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 656009447} + - component: {fileID: 656009449} + - component: {fileID: 656009448} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &656009447 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 656009446} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1575460471} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &656009448 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 656009446} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u9996\u9875" +--- !u!222 &656009449 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 656009446} + m_CullTransparentMesh: 0 --- !u!1 &656812359 GameObject: m_ObjectHideFlags: 0 @@ -627385,7 +627649,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 181.87317, y: -83.408325} + m_AnchoredPosition: {x: 181.87317, y: -83.158325} m_SizeDelta: {x: 76, y: 24} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &665512901 @@ -627457,324 +627721,6 @@ MonoBehaviour: m_Spacing: {x: 4, y: 4} m_Constraint: 0 m_ConstraintCount: 2 ---- !u!114 &665665539 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &666738228 GameObject: m_ObjectHideFlags: 1 @@ -629414,6 +629360,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 676046853} m_CullTransparentMesh: 0 +--- !u!1 &676273889 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 676273890} + - component: {fileID: 676273894} + - component: {fileID: 676273893} + - component: {fileID: 676273892} + - component: {fileID: 676273891} + m_Layer: 5 + m_Name: btn_RingChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &676273890 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 676273889} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 402659206} + - {fileID: 2068385120} + m_Father: {fileID: 1984073382} + m_RootOrder: 8 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &676273891 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 676273889} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &676273892 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 676273889} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 676273893} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &676273893 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 676273889} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &676273894 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 676273889} + m_CullTransparentMesh: 0 --- !u!1 &676646523 GameObject: m_ObjectHideFlags: 0 @@ -630598,324 +630682,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 680399114} m_CullTransparentMesh: 0 ---- !u!114 &681920367 +--- !u!1 &680744128 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 680744129} + - component: {fileID: 680744131} + - component: {fileID: 680744130} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &680744129 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 680744128} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 331455446} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &680744130 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} + m_GameObject: {fileID: 680744128} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} m_Name: m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u96F7\u8FBE\u56FE" +--- !u!222 &680744131 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 680744128} + m_CullTransparentMesh: 0 --- !u!1 &682177880 GameObject: m_ObjectHideFlags: 0 @@ -631761,7 +631605,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 200, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &687506897 @@ -632284,7 +632128,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1807344857} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -634184,324 +634276,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 691169977} m_CullTransparentMesh: 0 ---- !u!114 &691620384 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &692014449 GameObject: m_ObjectHideFlags: 0 @@ -634902,8 +634676,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 206.8, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 205.8, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &693756606 MonoBehaviour: @@ -634980,7 +634754,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 106.73151, y: 80.64636} + m_AnchoredPosition: {x: 106.73151, y: 80.89636} m_SizeDelta: {x: 76, y: 24} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &694348411 @@ -635121,6 +634895,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 694634912} m_CullTransparentMesh: 0 +--- !u!1 &695210257 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 695210258} + - component: {fileID: 695210260} + - component: {fileID: 695210259} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &695210258 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 695210257} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1455464072} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &695210259 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 695210257} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: BarChart +--- !u!222 &695210260 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 695210257} + m_CullTransparentMesh: 0 --- !u!1 &695651993 GameObject: m_ObjectHideFlags: 1 @@ -635284,7 +635136,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &696330576 MonoBehaviour: @@ -638606,6 +638458,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 714037053} m_CullTransparentMesh: 0 +--- !u!1 &714246079 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 714246080} + - component: {fileID: 714246084} + - component: {fileID: 714246083} + - component: {fileID: 714246082} + - component: {fileID: 714246081} + m_Layer: 5 + m_Name: btn_Combinations + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &714246080 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 714246079} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 270792791} + - {fileID: 1515832062} + m_Father: {fileID: 1984073382} + m_RootOrder: 13 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &714246081 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 714246079} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &714246082 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 714246079} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 714246083} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &714246083 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 714246079} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &714246084 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 714246079} + m_CullTransparentMesh: 0 --- !u!1 &715448589 GameObject: m_ObjectHideFlags: 0 @@ -638684,6 +638674,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 715448589} m_CullTransparentMesh: 0 +--- !u!1 &715640088 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 715640089} + - component: {fileID: 715640091} + - component: {fileID: 715640090} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &715640089 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 715640088} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1865153006} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &715640090 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 715640088} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u5176\u4ED6" +--- !u!222 &715640091 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 715640088} + m_CullTransparentMesh: 0 --- !u!1 &715687118 GameObject: m_ObjectHideFlags: 0 @@ -639194,6 +639262,84 @@ RectTransform: m_AnchoredPosition: {x: -292, y: -150} m_SizeDelta: {x: 50, y: 16} m_Pivot: {x: 0.5, y: 0.5} +--- !u!1 &718168067 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 718168068} + - component: {fileID: 718168070} + - component: {fileID: 718168069} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &718168068 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 718168067} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1623257010} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &718168069 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 718168067} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: LiquidChart +--- !u!222 &718168070 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 718168067} + m_CullTransparentMesh: 0 --- !u!1 &718357251 GameObject: m_ObjectHideFlags: 1 @@ -639569,324 +639715,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 720680711} m_CullTransparentMesh: 0 ---- !u!114 &721252679 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &722153197 GameObject: m_ObjectHideFlags: 0 @@ -640121,324 +639949,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 722318524} m_CullTransparentMesh: 0 ---- !u!114 &723185774 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 4283844145 - m_CandlestickBorderWidth: 1 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 4283844145 --- !u!1 &723259437 GameObject: m_ObjectHideFlags: 0 @@ -640881,6 +640391,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 724704271} m_CullTransparentMesh: 0 +--- !u!1 &724714497 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 724714498} + - component: {fileID: 724714500} + - component: {fileID: 724714499} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &724714498 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 724714497} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1245538080} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &724714499 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 724714497} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u6781\u5750\u6807" +--- !u!222 &724714500 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 724714497} + m_CullTransparentMesh: 0 --- !u!1 &724776349 GameObject: m_ObjectHideFlags: 1 @@ -641770,7 +641358,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1528861157} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -645191,8 +645027,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 834, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 829, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &731861921 MonoBehaviour: @@ -645488,7 +645324,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &733899062 GameObject: @@ -648202,84 +648038,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 742473337} m_CullTransparentMesh: 0 ---- !u!1 &742920929 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 742920930} - - component: {fileID: 742920932} - - component: {fileID: 742920931} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &742920930 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 742920929} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1921665266} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &742920931 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 742920929} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: Other ---- !u!222 &742920932 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 742920929} - m_CullTransparentMesh: 0 --- !u!1 &742949642 GameObject: m_ObjectHideFlags: 0 @@ -648864,324 +648622,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 745823373} m_CullTransparentMesh: 0 ---- !u!114 &745829401 +--- !u!1 &746167991 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 746167992} + - component: {fileID: 746167994} + - component: {fileID: 746167993} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &746167992 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 746167991} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1623257010} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &746167993 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} + m_GameObject: {fileID: 746167991} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} m_Name: m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u6C34\u4F4D\u56FE" +--- !u!222 &746167994 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 746167991} + m_CullTransparentMesh: 0 --- !u!1 &746328102 GameObject: m_ObjectHideFlags: 0 @@ -649993,7 +649511,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 311.6} + m_AnchoredPosition: {x: 42, y: 309.6} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &749793707 @@ -650606,8 +650124,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 520.4, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 517.4, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &754951259 MonoBehaviour: @@ -650806,324 +650324,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 755028728} m_CullTransparentMesh: 0 ---- !u!114 &755057359 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 0 - m_PieSelectedOffset: 0 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &755719977 GameObject: m_ObjectHideFlags: 1 @@ -651433,7 +650633,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &757119634 GameObject: @@ -653371,6 +652571,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 763546663} m_CullTransparentMesh: 0 +--- !u!1 &763587029 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 763587030} + - component: {fileID: 763587032} + - component: {fileID: 763587031} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &763587030 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 763587029} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 607710936} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &763587031 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 763587029} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u4EEA\u8868\u76D8" +--- !u!222 &763587032 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 763587029} + m_CullTransparentMesh: 0 --- !u!1 &763728800 GameObject: m_ObjectHideFlags: 0 @@ -654677,324 +653955,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 770714102} m_CullTransparentMesh: 0 ---- !u!114 &770848424 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &771332528 GameObject: m_ObjectHideFlags: 0 @@ -655406,7 +654366,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &772589705 GameObject: @@ -655509,6 +654469,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 772711291} m_CullTransparentMesh: 0 +--- !u!1 &772766403 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 772766404} + - component: {fileID: 772766406} + - component: {fileID: 772766405} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &772766404 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 772766403} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1245538080} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &772766405 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 772766403} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: PolarChart +--- !u!222 &772766406 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 772766403} + m_CullTransparentMesh: 0 --- !u!1 &773218128 GameObject: m_ObjectHideFlags: 0 @@ -655762,324 +654800,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 773536454} m_CullTransparentMesh: 0 ---- !u!114 &773901141 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &774444410 GameObject: m_ObjectHideFlags: 0 @@ -656192,8 +654912,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 363.6, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 361.6, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &775072360 MonoBehaviour: @@ -656277,84 +654997,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!1 &775202240 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 775202241} - - component: {fileID: 775202243} - - component: {fileID: 775202242} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &775202241 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 775202240} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 134958724} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &775202242 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 775202240} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u6781\u5750\u6807" ---- !u!222 &775202243 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 775202240} - m_CullTransparentMesh: 0 --- !u!1 &775405691 GameObject: m_ObjectHideFlags: 0 @@ -656598,7 +655240,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1382557181} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -722065,144 +720955,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 776132729} m_CullTransparentMesh: 0 ---- !u!1 &776158298 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 776158299} - - component: {fileID: 776158303} - - component: {fileID: 776158302} - - component: {fileID: 776158301} - - component: {fileID: 776158300} - m_Layer: 5 - m_Name: btn_Combinations - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &776158299 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 776158298} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1553090070} - - {fileID: 1408745439} - m_Father: {fileID: 1984073382} - m_RootOrder: 13 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &776158300 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 776158298} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &776158301 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 776158298} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 776158302} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &776158302 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 776158298} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &776158303 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 776158298} - m_CullTransparentMesh: 0 --- !u!1 &777280910 GameObject: m_ObjectHideFlags: 0 @@ -723356,7 +722108,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 721252679} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -726473,324 +725473,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 785852188} m_CullTransparentMesh: 0 ---- !u!114 &786015563 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 0 - m_PieSelectedOffset: 0 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &786101834 GameObject: m_ObjectHideFlags: 0 @@ -728743,7 +727425,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 311.6} + m_AnchoredPosition: {x: 837, y: 309.6} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &795113960 @@ -729052,7 +727734,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &796185975 MonoBehaviour: @@ -729794,324 +728476,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!114 &799885906 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &800037208 GameObject: m_ObjectHideFlags: 0 @@ -730326,7 +728690,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &800399560 MonoBehaviour: @@ -731233,6 +729597,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 805378346} m_CullTransparentMesh: 0 +--- !u!1 &805548079 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 805548080} + - component: {fileID: 805548082} + - component: {fileID: 805548081} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &805548080 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 805548079} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1920238729} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &805548081 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 805548079} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u6563\u70B9\u56FE" +--- !u!222 &805548082 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 805548079} + m_CullTransparentMesh: 0 --- !u!1 &805595445 GameObject: m_ObjectHideFlags: 1 @@ -731779,324 +730221,6 @@ RectTransform: m_AnchoredPosition: {x: -287.33334, y: 143.66667} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &809877759 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 4283844145 - m_CandlestickBorderWidth: 1 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 4283844145 --- !u!1 &810583008 GameObject: m_ObjectHideFlags: 0 @@ -732172,324 +730296,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 810583008} m_CullTransparentMesh: 0 ---- !u!114 &811601351 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &811690975 GameObject: m_ObjectHideFlags: 1 @@ -732758,7 +730564,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 442, y: -33} + m_AnchoredPosition: {x: 439.5, y: -33} m_SizeDelta: {x: 0, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &812743568 @@ -734287,7 +732093,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &818673492 MonoBehaviour: @@ -734682,7 +732488,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &820240301 MonoBehaviour: @@ -735664,7 +733470,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 76, y: 24} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &826376038 MonoBehaviour: @@ -735698,7 +733504,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: "\u89C6\u9891\u5E7F\u544A" + m_Text: Text --- !u!222 &826376039 CanvasRenderer: m_ObjectHideFlags: 0 @@ -736245,7 +734051,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 311.6} + m_AnchoredPosition: {x: 42, y: 309.6} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &829046377 @@ -737360,324 +735166,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 833801279} m_CullTransparentMesh: 0 ---- !u!114 &833824972 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &833932497 GameObject: m_ObjectHideFlags: 1 @@ -737753,8 +735241,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 990.8, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 984.8, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &834076849 MonoBehaviour: @@ -738634,6 +736122,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 838336424} m_CullTransparentMesh: 0 +--- !u!1 &838520679 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 838520680} + - component: {fileID: 838520682} + - component: {fileID: 838520681} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &838520680 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 838520679} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 995972537} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &838520681 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 838520679} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u70ED\u529B\u56FE" +--- !u!222 &838520682 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 838520679} + m_CullTransparentMesh: 0 --- !u!1 &838558156 GameObject: m_ObjectHideFlags: 0 @@ -739030,324 +736596,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 841259162} m_CullTransparentMesh: 0 ---- !u!114 &842765387 +--- !u!1 &843332792 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 843332793} + - component: {fileID: 843332795} + - component: {fileID: 843332794} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &843332793 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 843332792} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1102681888} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &843332794 MonoBehaviour: m_ObjectHideFlags: 0 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} + m_GameObject: {fileID: 843332792} m_Enabled: 1 m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} m_Name: m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u6298\u7EBF\u56FE" +--- !u!222 &843332795 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 843332792} + m_CullTransparentMesh: 0 --- !u!1 &843567743 GameObject: m_ObjectHideFlags: 0 @@ -740758,84 +738084,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 864, y: 432} m_Pivot: {x: 0, y: 1} ---- !u!1 &850714564 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 850714565} - - component: {fileID: 850714567} - - component: {fileID: 850714566} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &850714565 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 850714564} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 507244484} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &850714566 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 850714564} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: GanttChart ---- !u!222 &850714567 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 850714564} - m_CullTransparentMesh: 0 --- !u!1 &850963186 GameObject: m_ObjectHideFlags: 0 @@ -741497,6 +738745,144 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} +--- !u!1 &855995638 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 855995639} + - component: {fileID: 855995643} + - component: {fileID: 855995642} + - component: {fileID: 855995641} + - component: {fileID: 855995640} + m_Layer: 5 + m_Name: btn_CandlestickChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &855995639 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 855995638} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1671491136} + - {fileID: 886495372} + m_Father: {fileID: 1984073382} + m_RootOrder: 11 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &855995640 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 855995638} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &855995641 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 855995638} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 855995642} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &855995642 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 855995638} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &855995643 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 855995638} + m_CullTransparentMesh: 0 --- !u!1 &856402540 GameObject: m_ObjectHideFlags: 0 @@ -743164,960 +740550,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 867979965} m_CullTransparentMesh: 0 ---- !u!114 &868438617 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 ---- !u!114 &868597630 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 ---- !u!114 &868909959 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 4283844145 - m_CandlestickBorderWidth: 1 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 4283844145 --- !u!1 &869264050 GameObject: m_ObjectHideFlags: 1 @@ -746089,7 +742521,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 170.79999} + m_AnchoredPosition: {x: 837, y: 169.79999} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &879348455 @@ -747038,7 +743470,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 770848424} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -749193,6 +745873,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 886292295} m_CullTransparentMesh: 0 +--- !u!1 &886495371 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 886495372} + - component: {fileID: 886495374} + - component: {fileID: 886495373} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &886495372 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 886495371} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 855995639} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &886495373 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 886495371} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "K\u7EBF\u56FE" +--- !u!222 &886495374 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 886495371} + m_CullTransparentMesh: 0 --- !u!1 &886888883 GameObject: m_ObjectHideFlags: 1 @@ -749970,7 +746728,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 1, y: 0.5} --- !u!114 &891479019 @@ -750857,8 +747615,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 677.2, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 673.2, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &895326229 MonoBehaviour: @@ -751396,7 +748154,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1953251036} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -753788,7 +750794,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -24} - m_SizeDelta: {x: 864, y: 22} + m_SizeDelta: {x: 859, y: 22} m_Pivot: {x: 0.5, y: 1} --- !u!114 &905249083 MonoBehaviour: @@ -754891,324 +751897,6 @@ RectTransform: m_AnchoredPosition: {x: -287.33334, y: 143.66667} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &912864999 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &913575239 GameObject: m_ObjectHideFlags: 0 @@ -755816,324 +752504,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!114 &916666367 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &917266325 GameObject: m_ObjectHideFlags: 0 @@ -757814,7 +754184,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1518216988} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -759668,7 +756286,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 127853821} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -767310,7 +764176,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 2090720506} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -771820,7 +768934,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 0, y: 0.5} --- !u!114 &940213161 @@ -771973,7 +769087,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &940947319 GameObject: @@ -772053,324 +769167,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 940947319} m_CullTransparentMesh: 0 ---- !u!114 &941484437 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 0 - m_PieSelectedOffset: 0 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &942095345 GameObject: m_ObjectHideFlags: 0 @@ -773319,7 +770115,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 0 + m_IsActive: 1 --- !u!224 &945062866 RectTransform: m_ObjectHideFlags: 0 @@ -773910,7 +770706,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 691620384} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -778723,324 +775767,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 950324710} m_CullTransparentMesh: 0 ---- !u!114 &950765073 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &950789695 GameObject: m_ObjectHideFlags: 0 @@ -782338,6 +779064,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 962359216} m_CullTransparentMesh: 0 +--- !u!1 &962505272 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 962505273} + - component: {fileID: 962505275} + - component: {fileID: 962505274} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &962505273 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 962505272} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 78716390} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &962505274 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 962505272} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u7518\u7279\u56FE" +--- !u!222 &962505275 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 962505272} + m_CullTransparentMesh: 0 --- !u!1 &962990735 GameObject: m_ObjectHideFlags: 0 @@ -782876,7 +779680,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1125143256} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -785961,324 +783013,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 973439859} m_CullTransparentMesh: 0 ---- !u!114 &973482436 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &973558298 GameObject: m_ObjectHideFlags: 0 @@ -789515,7 +786249,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 609506893} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -988943,7 +985925,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &988796101 GameObject: @@ -989403,7 +986385,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &990870592 MonoBehaviour: @@ -990031,7 +987013,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &995171200 GameObject: @@ -990258,6 +987240,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 995792447} m_CullTransparentMesh: 0 +--- !u!1 &995972536 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 995972537} + - component: {fileID: 995972541} + - component: {fileID: 995972540} + - component: {fileID: 995972539} + - component: {fileID: 995972538} + m_Layer: 5 + m_Name: btn_HeatmapChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &995972537 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995972536} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1604135421} + - {fileID: 838520680} + m_Father: {fileID: 1984073382} + m_RootOrder: 6 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &995972538 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995972536} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &995972539 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995972536} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 995972540} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &995972540 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995972536} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &995972541 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 995972536} + m_CullTransparentMesh: 0 --- !u!1 &996008707 GameObject: m_ObjectHideFlags: 0 @@ -990627,8 +987747,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 834, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 829, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &997957408 MonoBehaviour: @@ -991271,10 +988391,10 @@ RectTransform: m_Father: {fileID: 945062866} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 872, y: -440} - m_SizeDelta: {x: 864, y: 432} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 1} --- !u!114 &1000969946 MonoBehaviour: @@ -991305,7 +988425,309 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 755057359} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Common: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_Title: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 24 + m_SubTitle: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 22 + m_Legend: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} + m_Axis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_RadiusAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_AngleAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Polar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Gauge: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 15 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 15 + m_SplitLineColor: + serializedVersion: 2 + rgba: 4294967295 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4294967295 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 4291348680 + m_StageColor: + - m_Percent: 0.2 + m_Color: + serializedVersion: 2 + rgba: 4289644433 + - m_Percent: 0.8 + m_Color: + serializedVersion: 2 + rgba: 4288579171 + - m_Percent: 1 + m_Color: + serializedVersion: 2 + rgba: 4281415106 + m_Radar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 1, g: 1, b: 1, a: 1} + m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} + m_FontSize: 20 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineColor: + serializedVersion: 2 + rgba: 1680419113 + m_AreaColor: + serializedVersion: 2 + rgba: 542200145 + m_LabelTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 4280887593 + m_DataZoom: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_BorderWidth: 0.5 + m_DataLineWidth: 0.5 + m_FillerColor: + serializedVersion: 2 + rgba: 1858910119 + m_BorderColor: + serializedVersion: 2 + rgba: 4292730333 + m_DataLineColor: + serializedVersion: 2 + rgba: 4283712815 + m_DataAreaColor: + serializedVersion: 2 + rgba: 1431586095 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 4291611852 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 20 + m_Serie: + m_LineWidth: 1.4 + m_LineSymbolSize: 4 + m_LineSymbolSelectedSize: 8 + m_ScatterSymbolSize: 20 + m_ScatterSymbolSelectedSize: 30 + m_PieTooltipExtraRadius: 8 + m_PieSelectedOffset: 8 + m_CandlestickColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 4283844145 + m_CandlestickBorderWidth: 1 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 4283844145 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -992898,7 +990320,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -24} - m_SizeDelta: {x: 864, y: 14} + m_SizeDelta: {x: 859, y: 14} m_Pivot: {x: 0.5, y: 1} --- !u!114 &1001865351 MonoBehaviour: @@ -992913,7 +990335,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} m_RaycastTarget: 0 m_Maskable: 1 m_OnCullStateChanged: @@ -993095,7 +990517,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1003061124 GameObject: @@ -994748,7 +992170,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1218747194} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -996013,7 +993683,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1013221360 MonoBehaviour: @@ -997560,7 +995230,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1021942293 GameObject: @@ -998405,7 +996075,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 170.79999} + m_AnchoredPosition: {x: 42, y: 169.79999} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1024667074 @@ -1000399,7 +998069,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 575266801} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1003352,7 +1001270,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 786015563} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1005687,7 +1003853,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 488429051} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1008652,7 +1007066,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 0, y: -43.200012} + m_AnchoredPosition: {x: 0, y: -42.950012} m_SizeDelta: {x: 50, y: 12} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1050709622 @@ -1009388,324 +1007802,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1056652543} m_CullTransparentMesh: 0 ---- !u!114 &1056939518 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 4283844145 - m_CandlestickBorderWidth: 1 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 4283844145 --- !u!1 &1057760717 GameObject: m_ObjectHideFlags: 1 @@ -1010228,7 +1008324,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1060912022 GameObject: @@ -1010857,324 +1008953,6 @@ RectTransform: m_AnchoredPosition: {x: -287.33334, y: 143.66667} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1064115879 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1064504265 GameObject: m_ObjectHideFlags: 0 @@ -1012471,7 +1010249,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 575266801} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1016215,7 +1014241,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 868438617} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1019328,324 +1017602,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1086694723} m_CullTransparentMesh: 0 ---- !u!114 &1087026273 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1087058923 GameObject: m_ObjectHideFlags: 0 @@ -1020035,144 +1017991,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1089746310} m_CullTransparentMesh: 0 ---- !u!1 &1089770548 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1089770549} - - component: {fileID: 1089770553} - - component: {fileID: 1089770552} - - component: {fileID: 1089770551} - - component: {fileID: 1089770550} - m_Layer: 5 - m_Name: btn_HeatmapChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1089770549 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1089770548} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1390557346} - - {fileID: 145895801} - m_Father: {fileID: 1984073382} - m_RootOrder: 6 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1089770550 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1089770548} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1089770551 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1089770548} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1089770552} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1089770552 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1089770548} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1089770553 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1089770548} - m_CullTransparentMesh: 0 --- !u!1 &1089897649 GameObject: m_ObjectHideFlags: 0 @@ -1020749,8 +1018567,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 363.6, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 361.6, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1095028110 MonoBehaviour: @@ -1021982,7 +1019800,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 241.20001} + m_AnchoredPosition: {x: 42, y: 239.70001} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1101112787 @@ -1022182,6 +1020000,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1102424182} m_CullTransparentMesh: 0 +--- !u!1 &1102681887 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1102681888} + - component: {fileID: 1102681892} + - component: {fileID: 1102681891} + - component: {fileID: 1102681890} + - component: {fileID: 1102681889} + m_Layer: 5 + m_Name: btn_LineChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1102681888 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1102681887} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1667069310} + - {fileID: 843332793} + m_Father: {fileID: 1984073382} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1102681889 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1102681887} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1102681890 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1102681887} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1102681891} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1102681891 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1102681887} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1102681892 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1102681887} + m_CullTransparentMesh: 0 --- !u!1 &1102990064 GameObject: m_ObjectHideFlags: 1 @@ -1023152,7 +1021108,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 412632136} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1026085,324 +1024289,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1111172417} m_CullTransparentMesh: 0 ---- !u!114 &1111189864 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1111984375 GameObject: m_ObjectHideFlags: 0 @@ -1028152,7 +1026038,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 311.6} + m_AnchoredPosition: {x: 837, y: 309.6} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1123255538 @@ -1028196,324 +1026082,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1123255536} m_CullTransparentMesh: 0 ---- !u!114 &1123424728 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1124140265 GameObject: m_ObjectHideFlags: 1 @@ -1028734,324 +1026302,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1124242765} m_CullTransparentMesh: 0 ---- !u!114 &1125143256 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1125523701 GameObject: m_ObjectHideFlags: 0 @@ -1029652,7 +1026902,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1483592569} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1033076,7 +1030574,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1133186124 MonoBehaviour: @@ -1034335,7 +1031833,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1137600028 MonoBehaviour: @@ -1036383,324 +1033881,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1144444791} m_CullTransparentMesh: 0 ---- !u!114 &1144480007 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1144540469 GameObject: m_ObjectHideFlags: 0 @@ -1036836,7 +1034016,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 200, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1144763504 @@ -1037660,7 +1034840,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 338696840} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1041769,324 +1039197,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1150232841} m_CullTransparentMesh: 0 ---- !u!114 &1150489038 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1150917830 GameObject: m_ObjectHideFlags: 0 @@ -1042626,7 +1039736,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1153438661 MonoBehaviour: @@ -1043836,7 +1040946,309 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 809877759} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Common: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_Title: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 24 + m_SubTitle: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 22 + m_Legend: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} + m_Axis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_RadiusAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_AngleAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Polar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Gauge: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 15 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 15 + m_SplitLineColor: + serializedVersion: 2 + rgba: 4294967295 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4294967295 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 4291348680 + m_StageColor: + - m_Percent: 0.2 + m_Color: + serializedVersion: 2 + rgba: 4289644433 + - m_Percent: 0.8 + m_Color: + serializedVersion: 2 + rgba: 4288579171 + - m_Percent: 1 + m_Color: + serializedVersion: 2 + rgba: 4281415106 + m_Radar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 1, g: 1, b: 1, a: 1} + m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} + m_FontSize: 20 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineColor: + serializedVersion: 2 + rgba: 1680419113 + m_AreaColor: + serializedVersion: 2 + rgba: 542200145 + m_LabelTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 4280887593 + m_DataZoom: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_BorderWidth: 0.5 + m_DataLineWidth: 0.5 + m_FillerColor: + serializedVersion: 2 + rgba: 1858910119 + m_BorderColor: + serializedVersion: 2 + rgba: 4292730333 + m_DataLineColor: + serializedVersion: 2 + rgba: 4283712815 + m_DataAreaColor: + serializedVersion: 2 + rgba: 1431586095 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 4291611852 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 20 + m_Serie: + m_LineWidth: 1.4 + m_LineSymbolSize: 4 + m_LineSymbolSelectedSize: 8 + m_ScatterSymbolSize: 20 + m_ScatterSymbolSelectedSize: 30 + m_PieTooltipExtraRadius: 8 + m_PieSelectedOffset: 8 + m_CandlestickColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 4283844145 + m_CandlestickBorderWidth: 1 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 4283844145 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1045925,10 +1043337,10 @@ RectTransform: m_Father: {fileID: 146003357} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 865, y: -2} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1157708623 GameObject: @@ -1046020,7 +1043432,7 @@ MonoBehaviour: m_Script: {fileID: 11500000, guid: 1aa08ab6e0800fa44ae55d278d1423e3, type: 3} m_Name: m_EditorClassIdentifier: - m_Content: {fileID: 146003357} + m_Content: {fileID: 945062866} m_Horizontal: 0 m_Vertical: 1 m_MovementType: 1 @@ -1046383,324 +1043795,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1159561669} m_CullTransparentMesh: 0 ---- !u!114 &1159589347 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1159898556 GameObject: m_ObjectHideFlags: 0 @@ -1046865,7 +1043959,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1172320803} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1051589,84 +1048931,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1160605775} m_CullTransparentMesh: 0 ---- !u!1 &1161410876 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1161410877} - - component: {fileID: 1161410879} - - component: {fileID: 1161410878} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1161410877 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1161410876} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1949106361} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1161410878 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1161410876} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: RadarChart ---- !u!222 &1161410879 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1161410876} - m_CullTransparentMesh: 0 --- !u!1 &1161950973 GameObject: m_ObjectHideFlags: 0 @@ -1051929,7 +1049193,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 0.5, y: 1} --- !u!114 &1163643995 @@ -1052388,324 +1049652,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1164664155} m_CullTransparentMesh: 0 ---- !u!114 &1165181571 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1165248526 GameObject: m_ObjectHideFlags: 0 @@ -1053604,8 +1050550,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 834, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 829, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1168458292 MonoBehaviour: @@ -1054908,324 +1051854,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1171772867} m_CullTransparentMesh: 0 ---- !u!114 &1172320803 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1172437959 GameObject: m_ObjectHideFlags: 0 @@ -1055660,7 +1052288,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1789452250} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1058261,7 +1055137,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1455937364} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1059926,7 +1057050,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1179743785 MonoBehaviour: @@ -1060413,144 +1057537,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1181660761} m_CullTransparentMesh: 0 ---- !u!1 &1181852914 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1181852915} - - component: {fileID: 1181852919} - - component: {fileID: 1181852918} - - component: {fileID: 1181852917} - - component: {fileID: 1181852916} - m_Layer: 5 - m_Name: btn_Homepage - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1181852915 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1181852914} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 10536417} - - {fileID: 1647362607} - m_Father: {fileID: 1984073382} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1181852916 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1181852914} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1181852917 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1181852914} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1181852918} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1181852918 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1181852914} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1181852919 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1181852914} - m_CullTransparentMesh: 0 --- !u!1 &1182361348 GameObject: m_ObjectHideFlags: 0 @@ -1063953,7 +1060939,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1200123209 MonoBehaviour: @@ -1065307,7 +1062293,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1209660160 MonoBehaviour: @@ -1066237,7 +1063223,7 @@ MonoBehaviour: m_HorizontalOverflow: 0 m_VerticalOverflow: 0 m_LineSpacing: 1 - m_Text: "GanttChart \u7518\u7279\u56FE" + m_Text: "Homepage \u9996\u9875" --- !u!222 &1214602855 CanvasRenderer: m_ObjectHideFlags: 0 @@ -1066728,324 +1063714,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1217329988} m_CullTransparentMesh: 0 ---- !u!114 &1217402417 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1217422629 GameObject: m_ObjectHideFlags: 1 @@ -1067599,324 +1064267,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1218672566} m_CullTransparentMesh: 0 ---- !u!114 &1218747194 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1219079316 GameObject: m_ObjectHideFlags: 0 @@ -1068400,7 +1064750,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1222081533 MonoBehaviour: @@ -1070695,84 +1067045,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 584, y: 300} m_Pivot: {x: 0, y: 0} ---- !u!1 &1234176476 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1234176477} - - component: {fileID: 1234176479} - - component: {fileID: 1234176478} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1234176477 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1234176476} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 365385657} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1234176478 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1234176476} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: LiquidChart ---- !u!222 &1234176479 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1234176476} - m_CullTransparentMesh: 0 --- !u!1 &1234305122 GameObject: m_ObjectHideFlags: 0 @@ -1070929,324 +1067201,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1234322604} m_CullTransparentMesh: 0 ---- !u!114 &1234736948 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1235005289 GameObject: m_ObjectHideFlags: 0 @@ -1071652,7 +1067606,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 24} + m_SizeDelta: {x: 859, y: 24} m_Pivot: {x: 0.5, y: 1} --- !u!114 &1237760009 MonoBehaviour: @@ -1072765,7 +1068719,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 170.79999} + m_AnchoredPosition: {x: 837, y: 169.79999} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1243395377 @@ -1073426,6 +1069380,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1245448173} m_CullTransparentMesh: 0 +--- !u!1 &1245538079 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1245538080} + - component: {fileID: 1245538084} + - component: {fileID: 1245538083} + - component: {fileID: 1245538082} + - component: {fileID: 1245538081} + m_Layer: 5 + m_Name: btn_PolarChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1245538080 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1245538079} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 772766404} + - {fileID: 724714498} + m_Father: {fileID: 1984073382} + m_RootOrder: 9 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1245538081 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1245538079} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1245538082 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1245538079} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1245538083} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1245538083 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1245538079} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1245538084 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1245538079} + m_CullTransparentMesh: 0 --- !u!1 &1246090514 GameObject: m_ObjectHideFlags: 0 @@ -1074649,324 +1070741,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1249983175} m_CullTransparentMesh: 0 ---- !u!114 &1250512481 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1250960063 GameObject: m_ObjectHideFlags: 0 @@ -1075156,324 +1070930,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1252086074} m_CullTransparentMesh: 0 ---- !u!114 &1252303523 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4278190080 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1252516692 GameObject: m_ObjectHideFlags: 0 @@ -1075586,324 +1071042,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1252733002} m_CullTransparentMesh: 0 ---- !u!114 &1252824454 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1253825927 GameObject: m_ObjectHideFlags: 0 @@ -1076486,324 +1071624,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1255126038} m_CullTransparentMesh: 0 ---- !u!114 &1255339667 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1255449651 GameObject: m_ObjectHideFlags: 0 @@ -1077711,7 +1072531,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1260061623 MonoBehaviour: @@ -1078822,324 +1073642,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1265708175} m_CullTransparentMesh: 0 ---- !u!114 &1265730354 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1265911443 GameObject: m_ObjectHideFlags: 1 @@ -1079209,7 +1073711,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 382} + m_AnchoredPosition: {x: 42, y: 379.5} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1266372458 @@ -1079287,7 +1073789,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 241.20001} + m_AnchoredPosition: {x: 42, y: 239.70001} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1267387141 @@ -1084269,7 +1078771,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 170.79999} + m_AnchoredPosition: {x: 42, y: 169.79999} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1294823625 @@ -1084639,7 +1079141,7 @@ MonoBehaviour: m_EditorClassIdentifier: m_Material: {fileID: 0} m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 0 + m_RaycastTarget: 1 m_Maskable: 1 m_OnCullStateChanged: m_PersistentCalls: @@ -1084654,7 +1079156,309 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 269652523} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Common: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_Title: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 24 + m_SubTitle: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 22 + m_Legend: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} + m_Axis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_RadiusAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_AngleAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Polar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Gauge: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 15 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 15 + m_SplitLineColor: + serializedVersion: 2 + rgba: 4294967295 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4294967295 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 4291348680 + m_StageColor: + - m_Percent: 0.2 + m_Color: + serializedVersion: 2 + rgba: 4289644433 + - m_Percent: 0.8 + m_Color: + serializedVersion: 2 + rgba: 4288579171 + - m_Percent: 1 + m_Color: + serializedVersion: 2 + rgba: 4281415106 + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 1, g: 1, b: 1, a: 1} + m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} + m_FontSize: 20 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineColor: + serializedVersion: 2 + rgba: 1680419113 + m_AreaColor: + serializedVersion: 2 + rgba: 542200145 + m_LabelTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 4280887593 + m_DataZoom: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_BorderWidth: 0.5 + m_DataLineWidth: 0.5 + m_FillerColor: + serializedVersion: 2 + rgba: 1858910119 + m_BorderColor: + serializedVersion: 2 + rgba: 4292730333 + m_DataLineColor: + serializedVersion: 2 + rgba: 4283712815 + m_DataAreaColor: + serializedVersion: 2 + rgba: 1431586095 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 4291611852 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 20 + m_Serie: + m_LineWidth: 1.4 + m_LineSymbolSize: 4 + m_LineSymbolSelectedSize: 8 + m_ScatterSymbolSize: 20 + m_ScatterSymbolSelectedSize: 30 + m_PieTooltipExtraRadius: 8 + m_PieSelectedOffset: 8 + m_CandlestickColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 4283844145 + m_CandlestickBorderWidth: 1 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 4283844145 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1085144,7 +1079948,7 @@ MonoBehaviour: m_DataChangeDuration: 500 m_ActualDuration: 0 m_CurrDetailProgress: 0 - m_DestDetailProgress: 360 + m_DestDetailProgress: 1 m_LineArrow: m_Show: 0 m_Position: 0 @@ -1087020,324 +1081824,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1299840058} m_CullTransparentMesh: 0 ---- !u!114 &1299874893 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1299906534 GameObject: m_ObjectHideFlags: 1 @@ -1088164,7 +1082650,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 950765073} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1090265,7 +1084999,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1309654758 MonoBehaviour: @@ -1090948,7 +1085682,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -181.11456, y: -85.76361} + m_AnchoredPosition: {x: -181.11456, y: -85.51361} m_SizeDelta: {x: 76, y: 24} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1315021267 @@ -1095587,7 +1090321,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1651889273} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1097289,7 +1092271,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1343015551 GameObject: @@ -1099501,7 +1094483,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 241.20001} + m_AnchoredPosition: {x: 837, y: 239.70001} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1353158790 @@ -1100100,8 +1095082,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 363.6, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 361.6, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1357398993 MonoBehaviour: @@ -1100757,8 +1095739,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 834, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 829, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1360004108 MonoBehaviour: @@ -1101298,324 +1096280,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1362672492} m_CullTransparentMesh: 0 ---- !u!114 &1362761536 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1363182014 GameObject: m_ObjectHideFlags: 0 @@ -1102202,7 +1096866,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1943064085} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1104304,7 +1099216,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1123424728} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1301833,324 +1296993,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1381786038} m_CullTransparentMesh: 0 ---- !u!114 &1382557181 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1382703866 GameObject: m_ObjectHideFlags: 0 @@ -1302759,7 +1297601,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 200, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1385937109 @@ -1303095,7 +1297937,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1386647307 MonoBehaviour: @@ -1303609,84 +1298451,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!1 &1390557345 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1390557346} - - component: {fileID: 1390557348} - - component: {fileID: 1390557347} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1390557346 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1390557345} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1089770549} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1390557347 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1390557345} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: HeatmapChart ---- !u!222 &1390557348 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1390557345} - m_CullTransparentMesh: 0 --- !u!1 &1390693891 GameObject: m_ObjectHideFlags: 0 @@ -1304788,7 +1299552,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1150489038} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1305782,324 +1300794,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1397348844} m_CullTransparentMesh: 0 ---- !u!114 &1397447363 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 4283844145 - m_CandlestickBorderWidth: 1 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 4281415106 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 4283844145 --- !u!1 &1397669902 GameObject: m_ObjectHideFlags: 1 @@ -1306208,8 +1300902,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 115.250336, y: 69.055244} - m_SizeDelta: {x: 76, y: 24} + m_AnchoredPosition: {x: -287.33334, y: 143.66667} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1398352818 GameObject: @@ -1306770,7 +1301464,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1400901363 MonoBehaviour: @@ -1308191,84 +1302885,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1408428367} m_CullTransparentMesh: 0 ---- !u!1 &1408745438 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1408745439} - - component: {fileID: 1408745441} - - component: {fileID: 1408745440} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1408745439 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1408745438} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 776158299} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1408745440 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1408745438} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u7EC4\u5408\u56FE" ---- !u!222 &1408745441 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1408745438} - m_CullTransparentMesh: 0 --- !u!1 &1409446472 GameObject: m_ObjectHideFlags: 1 @@ -1309695,7 +1304311,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1415211941 GameObject: @@ -1311193,7 +1305809,7 @@ MonoBehaviour: m_FontSize: 24 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 10 + m_MinSize: 0 m_MaxSize: 40 m_Alignment: 1 m_AlignByGeometry: 0 @@ -1311674,8 +1306290,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -125.602554, y: 59.546715} - m_SizeDelta: {x: 76, y: 24} + m_AnchoredPosition: {x: -287.33334, y: 143.66667} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1426967348 GameObject: @@ -1312135,324 +1306751,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} ---- !u!114 &1430657990 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1430981909 GameObject: m_ObjectHideFlags: 0 @@ -1315526,8 +1309824,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 677.2, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 673.2, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1446098933 MonoBehaviour: @@ -1316902,6 +1311200,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1454989627} m_CullTransparentMesh: 0 +--- !u!1 &1455464071 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1455464072} + - component: {fileID: 1455464076} + - component: {fileID: 1455464075} + - component: {fileID: 1455464074} + - component: {fileID: 1455464073} + m_Layer: 5 + m_Name: btn_BarChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1455464072 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1455464071} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 695210258} + - {fileID: 103787058} + m_Father: {fileID: 1984073382} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1455464073 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1455464071} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1455464074 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1455464071} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1455464075} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1455464075 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1455464071} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1455464076 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1455464071} + m_CullTransparentMesh: 0 --- !u!1 &1455861284 GameObject: m_ObjectHideFlags: 0 @@ -1316980,324 +1311416,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1455861284} m_CullTransparentMesh: 0 ---- !u!114 &1455937364 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1456444897 GameObject: m_ObjectHideFlags: 0 @@ -1319447,7 +1313565,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 916666367} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1351081,7 +1345447,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1467694977 GameObject: @@ -1351354,324 +1345720,6 @@ RectTransform: m_AnchoredPosition: {x: 232.6, y: -19.56668} m_SizeDelta: {x: 24, y: 24} m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1470693004 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1470742751 GameObject: m_ObjectHideFlags: 0 @@ -1352478,7 +1346526,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1470693004} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1354770,7 +1349066,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 0.5, y: 1} --- !u!114 &1475780458 @@ -1356547,7 +1350843,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1362761536} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1363524,324 +1358068,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: -5} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0.5, y: 1} ---- !u!114 &1483592569 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1484116045 GameObject: m_ObjectHideFlags: 1 @@ -1364832,144 +1359058,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1488163977} m_CullTransparentMesh: 0 ---- !u!1 &1488432088 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1488432089} - - component: {fileID: 1488432093} - - component: {fileID: 1488432092} - - component: {fileID: 1488432091} - - component: {fileID: 1488432090} - m_Layer: 5 - m_Name: btn_RingChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1488432089 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1488432088} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 235875092} - - {fileID: 140531475} - m_Father: {fileID: 1984073382} - m_RootOrder: 8 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1488432090 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1488432088} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1488432091 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1488432088} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1488432092} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1488432092 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1488432088} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1488432093 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1488432088} - m_CullTransparentMesh: 0 --- !u!1 &1488657897 GameObject: m_ObjectHideFlags: 1 @@ -1366175,7 +1360263,7 @@ MonoBehaviour: m_FontSize: 22 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 10 + m_MinSize: 0 m_MaxSize: 40 m_Alignment: 1 m_AlignByGeometry: 0 @@ -1366226,8 +1360314,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 990.8, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 984.8, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1495937308 MonoBehaviour: @@ -1366956,7 +1361044,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 0} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1369444,7 +1363780,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1299874893} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1378988,7 +1373572,7 @@ MonoBehaviour: m_FontSize: 24 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 10 + m_MinSize: 0 m_MaxSize: 40 m_Alignment: 1 m_AlignByGeometry: 0 @@ -1379944,6 +1374528,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1515650631} m_CullTransparentMesh: 0 +--- !u!1 &1515832061 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1515832062} + - component: {fileID: 1515832064} + - component: {fileID: 1515832063} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1515832062 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1515832061} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 714246080} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1515832063 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1515832061} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u7EC4\u5408\u56FE" +--- !u!222 &1515832064 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1515832061} + m_CullTransparentMesh: 0 --- !u!1 &1516017303 GameObject: m_ObjectHideFlags: 1 @@ -1380224,324 +1374886,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1517821294} m_CullTransparentMesh: 0 ---- !u!114 &1518216988 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1518783319 GameObject: m_ObjectHideFlags: 0 @@ -1381404,7 +1375748,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 558528882} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1391644,324 +1386236,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1528418059} m_CullTransparentMesh: 0 ---- !u!114 &1528861157 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1529208163 GameObject: m_ObjectHideFlags: 0 @@ -1393927,10 +1388201,12 @@ MonoBehaviour: m_NowVersion: 2.0.1-20210226 m_NewVersion: m_ChartList: - - {fileID: 214072566} - - {fileID: 1562799713} - - {fileID: 1157561668} - - {fileID: 1659004593} + - {fileID: 1693045526} + - {fileID: 1867673944} + m_ThemeNames: + - Default + - Light + - Dark --- !u!4 &1544781712 Transform: m_ObjectHideFlags: 0 @@ -1395315,84 +1389591,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1552522119} m_CullTransparentMesh: 0 ---- !u!1 &1553090069 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1553090070} - - component: {fileID: 1553090072} - - component: {fileID: 1553090071} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1553090070 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1553090069} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 776158299} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1553090071 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1553090069} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: Combinations ---- !u!222 &1553090072 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1553090069} - m_CullTransparentMesh: 0 --- !u!1 &1553184744 GameObject: m_ObjectHideFlags: 0 @@ -1396241,8 +1390439,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 206.8, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 205.8, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1557272262 MonoBehaviour: @@ -1396695,7 +1390893,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1560532872 GameObject: @@ -1397199,10 +1391397,10 @@ RectTransform: m_Father: {fileID: 146003357} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 2, y: -435.5} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!222 &1562799712 CanvasRenderer: @@ -1397241,7 +1391439,309 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 723185774} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Common: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_Title: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 24 + m_SubTitle: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 22 + m_Legend: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} + m_Axis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_RadiusAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_AngleAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Polar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Gauge: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 15 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 15 + m_SplitLineColor: + serializedVersion: 2 + rgba: 4294967295 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4294967295 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 4291348680 + m_StageColor: + - m_Percent: 0.2 + m_Color: + serializedVersion: 2 + rgba: 4289644433 + - m_Percent: 0.8 + m_Color: + serializedVersion: 2 + rgba: 4288579171 + - m_Percent: 1 + m_Color: + serializedVersion: 2 + rgba: 4281415106 + m_Radar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 1, g: 1, b: 1, a: 1} + m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} + m_FontSize: 20 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineColor: + serializedVersion: 2 + rgba: 1680419113 + m_AreaColor: + serializedVersion: 2 + rgba: 542200145 + m_LabelTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 4280887593 + m_DataZoom: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_BorderWidth: 0.5 + m_DataLineWidth: 0.5 + m_FillerColor: + serializedVersion: 2 + rgba: 1858910119 + m_BorderColor: + serializedVersion: 2 + rgba: 4292730333 + m_DataLineColor: + serializedVersion: 2 + rgba: 4283712815 + m_DataAreaColor: + serializedVersion: 2 + rgba: 1431586095 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 4291611852 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 20 + m_Serie: + m_LineWidth: 1.4 + m_LineSymbolSize: 4 + m_LineSymbolSelectedSize: 8 + m_ScatterSymbolSize: 20 + m_ScatterSymbolSelectedSize: 30 + m_PieTooltipExtraRadius: 8 + m_PieSelectedOffset: 8 + m_CandlestickColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 4283844145 + m_CandlestickBorderWidth: 1 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 4283844145 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1402785,8 +1397285,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 990.8, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 984.8, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1567503319 MonoBehaviour: @@ -1402863,7 +1397363,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 100.399994} + m_AnchoredPosition: {x: 42, y: 99.899994} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1567644125 @@ -1403337,7 +1397837,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1569724237 MonoBehaviour: @@ -1404228,8 +1398728,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 520.4, y: -33} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 517.4, y: -33} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1573566719 MonoBehaviour: @@ -1404539,6 +1399039,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1575063084} m_CullTransparentMesh: 0 +--- !u!1 &1575460470 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1575460471} + - component: {fileID: 1575460475} + - component: {fileID: 1575460474} + - component: {fileID: 1575460473} + - component: {fileID: 1575460472} + m_Layer: 5 + m_Name: btn_Homepage + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1575460471 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1575460470} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 638721165} + - {fileID: 656009447} + m_Father: {fileID: 1984073382} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1575460472 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1575460470} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1575460473 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1575460470} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_HighlightedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1575460474} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1575460474 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1575460470} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1575460475 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1575460470} + m_CullTransparentMesh: 0 --- !u!1 &1575838924 GameObject: m_ObjectHideFlags: 1 @@ -1405407,7 +1400045,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1252824454} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1407806,7 +1402692,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 382} + m_AnchoredPosition: {x: 837, y: 379.5} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1587118500 @@ -1408081,144 +1402967,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1588691467} m_CullTransparentMesh: 0 ---- !u!1 &1589236985 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1589236986} - - component: {fileID: 1589236990} - - component: {fileID: 1589236989} - - component: {fileID: 1589236988} - - component: {fileID: 1589236987} - m_Layer: 5 - m_Name: btn_PieChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1589236986 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1589236985} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 332632653} - - {fileID: 479730188} - m_Father: {fileID: 1984073382} - m_RootOrder: 3 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1589236987 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1589236985} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1589236988 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1589236985} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1589236989} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1589236989 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1589236985} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1589236990 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1589236985} - m_CullTransparentMesh: 0 --- !u!1 &1589439200 GameObject: m_ObjectHideFlags: 0 @@ -1411011,6 +1405759,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1603741524} m_CullTransparentMesh: 0 +--- !u!1 &1604135420 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1604135421} + - component: {fileID: 1604135423} + - component: {fileID: 1604135422} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1604135421 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1604135420} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 995972537} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1604135422 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1604135420} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: HeatmapChart +--- !u!222 &1604135423 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1604135420} + m_CullTransparentMesh: 0 --- !u!1 &1604198796 GameObject: m_ObjectHideFlags: 0 @@ -1411198,7 +1406024,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 16} + m_SizeDelta: {x: 859, y: 16} m_Pivot: {x: 0.5, y: 1} --- !u!114 &1605016435 MonoBehaviour: @@ -1412522,7 +1407348,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1610042050 MonoBehaviour: @@ -1415426,6 +1410252,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1623025109} m_CullTransparentMesh: 0 +--- !u!1 &1623257009 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1623257010} + - component: {fileID: 1623257014} + - component: {fileID: 1623257013} + - component: {fileID: 1623257012} + - component: {fileID: 1623257011} + m_Layer: 5 + m_Name: btn_LiquidChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1623257010 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1623257009} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 718168068} + - {fileID: 746167992} + m_Father: {fileID: 1984073382} + m_RootOrder: 10 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1623257011 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1623257009} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1623257012 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1623257009} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1623257013} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1623257013 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1623257009} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1623257014 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1623257009} + m_CullTransparentMesh: 0 --- !u!1 &1623381763 GameObject: m_ObjectHideFlags: 0 @@ -1415680,7 +1410644,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 382} + m_AnchoredPosition: {x: 837, y: 379.5} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1625997874 @@ -1417094,7 +1412058,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 346350634} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1419912,7 +1415124,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 382} + m_AnchoredPosition: {x: 42, y: 379.5} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1636436478 @@ -1421028,7 +1416240,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 131946693} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1423646,84 +1419106,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1647142358} m_CullTransparentMesh: 0 ---- !u!1 &1647362606 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1647362607} - - component: {fileID: 1647362609} - - component: {fileID: 1647362608} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1647362607 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1647362606} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1181852915} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1647362608 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1647362606} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u9996\u9875" ---- !u!222 &1647362609 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1647362606} - m_CullTransparentMesh: 0 --- !u!1 &1647846600 GameObject: m_ObjectHideFlags: 0 @@ -1424676,324 +1420058,6 @@ RectTransform: m_AnchoredPosition: {x: -73.28601, y: -33.468597} m_SizeDelta: {x: 24, y: 24} m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1651889273 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1652238608 GameObject: m_ObjectHideFlags: 1 @@ -1426651,7 +1421715,309 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1056939518} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Common: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_Title: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 24 + m_SubTitle: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 22 + m_Legend: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} + m_Axis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_RadiusAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_AngleAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Polar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Gauge: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 15 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 15 + m_SplitLineColor: + serializedVersion: 2 + rgba: 4294967295 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4294967295 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 4291348680 + m_StageColor: + - m_Percent: 0.2 + m_Color: + serializedVersion: 2 + rgba: 4289644433 + - m_Percent: 0.8 + m_Color: + serializedVersion: 2 + rgba: 4288579171 + - m_Percent: 1 + m_Color: + serializedVersion: 2 + rgba: 4281415106 + m_Radar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 1, g: 1, b: 1, a: 1} + m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} + m_FontSize: 20 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineColor: + serializedVersion: 2 + rgba: 1680419113 + m_AreaColor: + serializedVersion: 2 + rgba: 542200145 + m_LabelTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 4280887593 + m_DataZoom: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_BorderWidth: 0.5 + m_DataLineWidth: 0.5 + m_FillerColor: + serializedVersion: 2 + rgba: 1858910119 + m_BorderColor: + serializedVersion: 2 + rgba: 4292730333 + m_DataLineColor: + serializedVersion: 2 + rgba: 4283712815 + m_DataAreaColor: + serializedVersion: 2 + rgba: 1431586095 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 4291611852 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 20 + m_Serie: + m_LineWidth: 1.4 + m_LineSymbolSize: 4 + m_LineSymbolSelectedSize: 8 + m_ScatterSymbolSize: 20 + m_ScatterSymbolSelectedSize: 30 + m_PieTooltipExtraRadius: 8 + m_PieSelectedOffset: 8 + m_CandlestickColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 4283844145 + m_CandlestickBorderWidth: 1 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 4283844145 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1428730,10 +1424096,10 @@ RectTransform: m_Father: {fileID: 146003357} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 2, y: -2} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1659254785 GameObject: @@ -1428769,7 +1424135,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1659317573 GameObject: @@ -1429086,144 +1424452,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1660459072} m_CullTransparentMesh: 0 ---- !u!1 &1661017793 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1661017794} - - component: {fileID: 1661017798} - - component: {fileID: 1661017797} - - component: {fileID: 1661017796} - - component: {fileID: 1661017795} - m_Layer: 5 - m_Name: btn_BarChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1661017794 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1661017793} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 432193606} - - {fileID: 1702519606} - m_Father: {fileID: 1984073382} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1661017795 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1661017793} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1661017796 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1661017793} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1661017797} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1661017797 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1661017793} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1661017798 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1661017793} - m_CullTransparentMesh: 0 --- !u!1 &1661323521 GameObject: m_ObjectHideFlags: 0 @@ -1430064,6 +1425292,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1666419365} m_CullTransparentMesh: 0 +--- !u!1 &1667069309 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1667069310} + - component: {fileID: 1667069312} + - component: {fileID: 1667069311} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1667069310 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1667069309} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1102681888} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1667069311 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1667069309} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: LineChart +--- !u!222 &1667069312 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1667069309} + m_CullTransparentMesh: 0 --- !u!1 &1667271183 GameObject: m_ObjectHideFlags: 1 @@ -1430847,6 +1426153,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1671435982} m_CullTransparentMesh: 0 +--- !u!1 &1671491135 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1671491136} + - component: {fileID: 1671491138} + - component: {fileID: 1671491137} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1671491136 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1671491135} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 855995639} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1671491137 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1671491135} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: CandlestickChart +--- !u!222 &1671491138 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1671491135} + m_CullTransparentMesh: 0 --- !u!1 &1671703933 GameObject: m_ObjectHideFlags: 1 @@ -1430884,84 +1426268,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: -5} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0.5, y: 1} ---- !u!1 &1672689575 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1672689576} - - component: {fileID: 1672689578} - - component: {fileID: 1672689577} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1672689576 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1672689575} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 162950553} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1672689577 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1672689575} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u4EEA\u8868\u76D8" ---- !u!222 &1672689578 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1672689575} - m_CullTransparentMesh: 0 --- !u!1 &1673089821 GameObject: m_ObjectHideFlags: 0 @@ -1432701,324 +1428007,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!114 &1682635153 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1682762844 GameObject: m_ObjectHideFlags: 0 @@ -1435210,6 +1430198,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1691953969} m_CullTransparentMesh: 0 +--- !u!1 &1691970514 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1691970515} + - component: {fileID: 1691970517} + - component: {fileID: 1691970516} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1691970515 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1691970514} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1920238729} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1691970516 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1691970514} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: ScatterChart +--- !u!222 &1691970517 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1691970514} + m_CullTransparentMesh: 0 --- !u!1 &1692357831 GameObject: m_ObjectHideFlags: 1 @@ -1435615,10 +1430681,10 @@ RectTransform: m_Father: {fileID: 945062866} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 4, y: -440} - m_SizeDelta: {x: 864, y: 432} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 1} --- !u!114 &1693045526 MonoBehaviour: @@ -1435649,7 +1430715,309 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1234736948} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Common: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_Title: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 24 + m_SubTitle: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 22 + m_Legend: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} + m_Axis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_RadiusAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_AngleAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Polar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Gauge: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 15 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 15 + m_SplitLineColor: + serializedVersion: 2 + rgba: 4294967295 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4294967295 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 4291348680 + m_StageColor: + - m_Percent: 0.2 + m_Color: + serializedVersion: 2 + rgba: 4289644433 + - m_Percent: 0.8 + m_Color: + serializedVersion: 2 + rgba: 4288579171 + - m_Percent: 1 + m_Color: + serializedVersion: 2 + rgba: 4281415106 + m_Radar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 1, g: 1, b: 1, a: 1} + m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} + m_FontSize: 20 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineColor: + serializedVersion: 2 + rgba: 1680419113 + m_AreaColor: + serializedVersion: 2 + rgba: 542200145 + m_LabelTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 4280887593 + m_DataZoom: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_BorderWidth: 0.5 + m_DataLineWidth: 0.5 + m_FillerColor: + serializedVersion: 2 + rgba: 1858910119 + m_BorderColor: + serializedVersion: 2 + rgba: 4292730333 + m_DataLineColor: + serializedVersion: 2 + rgba: 4283712815 + m_DataAreaColor: + serializedVersion: 2 + rgba: 1431586095 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 4291611852 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 20 + m_Serie: + m_LineWidth: 1.4 + m_LineSymbolSize: 4 + m_LineSymbolSelectedSize: 8 + m_ScatterSymbolSize: 20 + m_ScatterSymbolSelectedSize: 30 + m_PieTooltipExtraRadius: 8 + m_PieSelectedOffset: 8 + m_CandlestickColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 4283844145 + m_CandlestickBorderWidth: 1 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 4283844145 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1438664,7 +1434032,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 773901141} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1441554,8 +1437170,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 363.6, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 361.6, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1700177630 MonoBehaviour: @@ -1441709,84 +1437325,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 864, y: 432} m_Pivot: {x: 0, y: 1} ---- !u!1 &1702519605 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1702519606} - - component: {fileID: 1702519608} - - component: {fileID: 1702519607} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1702519606 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1702519605} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1661017794} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1702519607 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1702519605} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u67F1\u72B6\u56FE" ---- !u!222 &1702519608 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1702519605} - m_CullTransparentMesh: 0 --- !u!1 &1703473989 GameObject: m_ObjectHideFlags: 0 @@ -1445345,7 +1440883,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1721600440 GameObject: @@ -1446258,84 +1441796,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1725634165} m_CullTransparentMesh: 0 ---- !u!1 &1725825412 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1725825413} - - component: {fileID: 1725825415} - - component: {fileID: 1725825414} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1725825413 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1725825412} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 90176739} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1725825414 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1725825412} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: ScatterChart ---- !u!222 &1725825415 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1725825412} - m_CullTransparentMesh: 0 --- !u!1 &1726084225 GameObject: m_ObjectHideFlags: 0 @@ -1446548,84 +1442008,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1726675211} m_CullTransparentMesh: 0 ---- !u!1 &1727211085 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1727211086} - - component: {fileID: 1727211088} - - component: {fileID: 1727211087} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1727211086 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1727211085} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 507244484} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1727211087 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1727211085} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u7518\u7279\u56FE" ---- !u!222 &1727211088 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1727211085} - m_CullTransparentMesh: 0 --- !u!1 &1727302871 GameObject: m_ObjectHideFlags: 1 @@ -1447842,7 +1443224,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 628989031} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1452537,7 +1448167,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1144480007} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1456788,7 +1452666,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 100.399994} + m_AnchoredPosition: {x: 42, y: 99.899994} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1738499623 @@ -1458141,7 +1454019,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 100.399994} + m_AnchoredPosition: {x: 837, y: 99.899994} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1746387696 @@ -1458609,7 +1454487,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1751357310 MonoBehaviour: @@ -1458791,13 +1454669,13 @@ MonoBehaviour: m_ButtonNormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} m_ButtonSelectedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} m_ButtonHighlightColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - lastSelectedModuleIndex: 12 + lastSelectedModuleIndex: 0 m_ChartModule: - m_Name: Homepage m_SubName: "\u9996\u9875" m_Column: 2 m_Title: "Homepage \u9996\u9875" - m_Selected: 0 + m_Selected: 1 m_Panel: {fileID: 945062865} - m_Name: LineChart m_SubName: "\u6298\u7EBF\u56FE" @@ -1459336,7 +1455214,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 241.20001} + m_AnchoredPosition: {x: 42, y: 239.70001} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1754024668 @@ -1463053,7 +1458931,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 241.20001} + m_AnchoredPosition: {x: 837, y: 239.70001} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1768123781 @@ -1465534,7 +1461412,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -24} - m_SizeDelta: {x: 864, y: 14} + m_SizeDelta: {x: 859, y: 14} m_Pivot: {x: 0.5, y: 1} --- !u!114 &1781525530 MonoBehaviour: @@ -1465549,7 +1461427,7 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: m_Material: {fileID: 0} - m_Color: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_Color: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} m_RaycastTarget: 0 m_Maskable: 1 m_OnCullStateChanged: @@ -1466796,84 +1462674,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!1 &1787511172 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1787511173} - - component: {fileID: 1787511175} - - component: {fileID: 1787511174} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1787511173 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1787511172} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1949106361} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1787511174 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1787511172} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u96F7\u8FBE\u56FE" ---- !u!222 &1787511175 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1787511172} - m_CullTransparentMesh: 0 --- !u!1 &1787708584 GameObject: m_ObjectHideFlags: 1 @@ -1467002,324 +1462802,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1787857643} m_CullTransparentMesh: 0 ---- !u!114 &1788423076 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1788832515 GameObject: m_ObjectHideFlags: 0 @@ -1467554,324 +1463036,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1789195330} m_CullTransparentMesh: 0 ---- !u!114 &1789452250 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1789493803 GameObject: m_ObjectHideFlags: 1 @@ -1468554,7 +1463718,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 521690035} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1472468,7 +1467880,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1798025300 MonoBehaviour: @@ -1472853,7 +1468265,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1799569210 GameObject: @@ -1473011,324 +1468423,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1799897883} m_CullTransparentMesh: 0 ---- !u!114 &1800599401 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1801226429 GameObject: m_ObjectHideFlags: 1 @@ -1474878,324 +1469972,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1806924345} m_CullTransparentMesh: 0 ---- !u!114 &1807344857 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1807649939 GameObject: m_ObjectHideFlags: 1 @@ -1475606,7 +1470382,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 42, y: 382} + m_AnchoredPosition: {x: 42, y: 379.5} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1808562123 @@ -1477836,84 +1472612,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1820813307} m_CullTransparentMesh: 0 ---- !u!1 &1820823951 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1820823952} - - component: {fileID: 1820823954} - - component: {fileID: 1820823953} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1820823952 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1820823951} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 1921665266} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1820823953 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1820823951} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u5176\u4ED6" ---- !u!222 &1820823954 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1820823951} - m_CullTransparentMesh: 0 --- !u!1 &1822523488 GameObject: m_ObjectHideFlags: 1 @@ -1480392,7 +1475090,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 76, y: 24} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1832719456 MonoBehaviour: @@ -1480426,7 +1475124,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: "\u90AE\u4EF6\u8425\u9500" + m_Text: Text --- !u!222 &1832719457 CanvasRenderer: m_ObjectHideFlags: 0 @@ -1480548,7 +1475246,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1833753868 MonoBehaviour: @@ -1481117,7 +1475815,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 2034100238} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1487232,324 +1482178,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1849087109} m_CullTransparentMesh: 0 ---- !u!114 &1849556440 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1849786278 GameObject: m_ObjectHideFlags: 1 @@ -1487793,144 +1482421,6 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} ---- !u!1 &1851611989 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1851611990} - - component: {fileID: 1851611994} - - component: {fileID: 1851611993} - - component: {fileID: 1851611992} - - component: {fileID: 1851611991} - m_Layer: 5 - m_Name: btn_LineChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1851611990 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1851611989} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 414039000} - - {fileID: 66150554} - m_Father: {fileID: 1984073382} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1851611991 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1851611989} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1851611992 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1851611989} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1851611993} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1851611993 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1851611989} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1851611994 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1851611989} - m_CullTransparentMesh: 0 --- !u!1 &1851863573 GameObject: m_ObjectHideFlags: 0 @@ -1488290,8 +1482780,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 206.8, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 205.8, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1852512037 MonoBehaviour: @@ -1490511,6 +1485001,144 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} +--- !u!1 &1865153005 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1865153006} + - component: {fileID: 1865153010} + - component: {fileID: 1865153009} + - component: {fileID: 1865153008} + - component: {fileID: 1865153007} + m_Layer: 5 + m_Name: btn_Other + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1865153006 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1865153005} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1958218152} + - {fileID: 715640089} + m_Father: {fileID: 1984073382} + m_RootOrder: 14 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1865153007 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1865153005} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1865153008 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1865153005} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1865153009} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1865153009 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1865153005} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1865153010 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1865153005} + m_CullTransparentMesh: 0 --- !u!1 &1865370364 GameObject: m_ObjectHideFlags: 1 @@ -1490664,7 +1485292,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 681920367} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1497087,10 +1491963,10 @@ RectTransform: m_Father: {fileID: 945062866} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 1} - m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 4, y: -4} - m_SizeDelta: {x: 864, y: 432} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} m_Pivot: {x: 0, y: 1} --- !u!114 &1867673942 MonoBehaviour: @@ -1497141,7 +1492017,309 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 464004334} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 4283256145 + m_BackgroundColor: + serializedVersion: 2 + rgba: 4294967295 + m_ColorPalette: + - serializedVersion: 2 + rgba: 4281415106 + - serializedVersion: 2 + rgba: 4283712815 + - serializedVersion: 2 + rgba: 4289241185 + - serializedVersion: 2 + rgba: 4284842708 + - serializedVersion: 2 + rgba: 4289644433 + - serializedVersion: 2 + rgba: 4286816116 + - serializedVersion: 2 + rgba: 4280452810 + - serializedVersion: 2 + rgba: 4288324285 + - serializedVersion: 2 + rgba: 4285821038 + - serializedVersion: 2 + rgba: 4285556052 + - serializedVersion: 2 + rgba: 4292070596 + m_Common: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_Title: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 24 + m_SubTitle: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 22 + m_Legend: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} + m_Axis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_RadiusAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_AngleAxis: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Polar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 542200145 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_Gauge: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_LineType: 0 + m_LineWidth: 15 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 4283256145 + m_SplitLineType: 0 + m_SplitLineWidth: 0.8 + m_SplitLineLength: 15 + m_SplitLineColor: + serializedVersion: 2 + rgba: 4294967295 + m_TickWidth: 0.8 + m_TickLength: 5 + m_TickColor: + serializedVersion: 2 + rgba: 4294967295 + m_SplitAreaColors: + - serializedVersion: 2 + rgba: 1308293882 + - serializedVersion: 2 + rgba: 1305004232 + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 4291348680 + m_StageColor: + - m_Percent: 0.2 + m_Color: + serializedVersion: 2 + rgba: 4289644433 + - m_Percent: 0.8 + m_Color: + serializedVersion: 2 + rgba: 4288579171 + - m_Percent: 1 + m_Color: + serializedVersion: 2 + rgba: 4281415106 + m_Radar: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 1, g: 1, b: 1, a: 1} + m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} + m_FontSize: 20 + m_LineType: 0 + m_LineWidth: 0.8 + m_LineColor: + serializedVersion: 2 + rgba: 1680419113 + m_AreaColor: + serializedVersion: 2 + rgba: 542200145 + m_LabelTextColor: + serializedVersion: 2 + rgba: 4294967295 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 4280887593 + m_DataZoom: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 20 + m_BorderWidth: 0.5 + m_DataLineWidth: 0.5 + m_FillerColor: + serializedVersion: 2 + rgba: 1858910119 + m_BorderColor: + serializedVersion: 2 + rgba: 4292730333 + m_DataLineColor: + serializedVersion: 2 + rgba: 4283712815 + m_DataAreaColor: + serializedVersion: 2 + rgba: 1431586095 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 18 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 4291611852 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 20 + m_Serie: + m_LineWidth: 1.4 + m_LineSymbolSize: 4 + m_LineSymbolSelectedSize: 8 + m_ScatterSymbolSize: 20 + m_ScatterSymbolSelectedSize: 30 + m_PieTooltipExtraRadius: 8 + m_PieSelectedOffset: 8 + m_CandlestickColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 4283844145 + m_CandlestickBorderWidth: 1 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 4281415106 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 4283844145 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1498136,8 +1493314,8 @@ MonoBehaviour: m_DataChangeEnable: 1 m_DataChangeDuration: 500 m_ActualDuration: 0 - m_CurrDetailProgress: 128.4 - m_DestDetailProgress: 755.6 + m_CurrDetailProgress: 127.9 + m_DestDetailProgress: 751.10004 m_LineArrow: m_Show: 0 m_Position: 0 @@ -1500810,7 +1495988,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 941484437} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1506050,7 +1501476,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1870975202 MonoBehaviour: @@ -1506124,7 +1501550,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1872738070 MonoBehaviour: @@ -1507609,7 +1503035,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 385998308} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1574933,7 +1570607,7 @@ MonoBehaviour: m_FontSize: 24 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 10 + m_MinSize: 0 m_MaxSize: 40 m_Alignment: 1 m_AlignByGeometry: 0 @@ -1575716,7 +1571390,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &1891512996 MonoBehaviour: @@ -1577367,8 +1573041,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 677.2, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 673.2, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1901998822 MonoBehaviour: @@ -1577411,324 +1573085,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1901998820} m_CullTransparentMesh: 0 ---- !u!114 &1903282737 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1904377173 GameObject: m_ObjectHideFlags: 1 @@ -1577827,8 +1573183,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 146.32816, y: -57.074585} - m_SizeDelta: {x: 76, y: 24} + m_AnchoredPosition: {x: -287.33334, y: 143.66667} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1904868961 GameObject: @@ -1578511,6 +1573867,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1906880468} m_CullTransparentMesh: 0 +--- !u!1 &1907263435 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1907263436} + - component: {fileID: 1907263438} + - component: {fileID: 1907263437} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1907263436 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907263435} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 405877701} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1907263437 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907263435} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u997C\u56FE" +--- !u!222 &1907263438 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1907263435} + m_CullTransparentMesh: 0 --- !u!1 &1908134887 GameObject: m_ObjectHideFlags: 1 @@ -1579380,7 +1574814,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1087026273} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1580684,144 +1576366,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1911760259} m_CullTransparentMesh: 0 ---- !u!1 &1911908479 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1911908480} - - component: {fileID: 1911908484} - - component: {fileID: 1911908483} - - component: {fileID: 1911908482} - - component: {fileID: 1911908481} - m_Layer: 5 - m_Name: btn_CandlestickChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1911908480 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1911908479} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 275544902} - - {fileID: 457232057} - m_Father: {fileID: 1984073382} - m_RootOrder: 11 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1911908481 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1911908479} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1911908482 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1911908479} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1911908483} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1911908483 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1911908479} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1911908484 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1911908479} - m_CullTransparentMesh: 0 --- !u!1 &1912317341 GameObject: m_ObjectHideFlags: 0 @@ -1581527,6 +1577071,144 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1919813995} m_CullTransparentMesh: 0 +--- !u!1 &1920238728 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1920238729} + - component: {fileID: 1920238733} + - component: {fileID: 1920238732} + - component: {fileID: 1920238731} + - component: {fileID: 1920238730} + m_Layer: 5 + m_Name: btn_ScatterChart + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1920238729 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1920238728} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: + - {fileID: 1691970515} + - {fileID: 805548080} + m_Father: {fileID: 1984073382} + m_RootOrder: 5 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0} + m_AnchorMax: {x: 0, y: 0} + m_AnchoredPosition: {x: 0, y: 0} + m_SizeDelta: {x: 0, y: 0} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1920238730 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1920238728} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Delegates: + - eventID: 2 + callback: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1920238731 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1920238728} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Navigation: + m_Mode: 3 + m_SelectOnUp: {fileID: 0} + m_SelectOnDown: {fileID: 0} + m_SelectOnLeft: {fileID: 0} + m_SelectOnRight: {fileID: 0} + m_Transition: 1 + m_Colors: + m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} + m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} + m_SelectedColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} + m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} + m_ColorMultiplier: 1 + m_FadeDuration: 0.1 + m_SpriteState: + m_HighlightedSprite: {fileID: 0} + m_PressedSprite: {fileID: 0} + m_SelectedSprite: {fileID: 0} + m_DisabledSprite: {fileID: 0} + m_AnimationTriggers: + m_NormalTrigger: Normal + m_HighlightedTrigger: Highlighted + m_PressedTrigger: Pressed + m_SelectedTrigger: Highlighted + m_DisabledTrigger: Disabled + m_Interactable: 1 + m_TargetGraphic: {fileID: 1920238732} + m_OnClick: + m_PersistentCalls: + m_Calls: [] +--- !u!114 &1920238732 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1920238728} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_Sprite: {fileID: 0} + m_Type: 1 + m_PreserveAspect: 0 + m_FillCenter: 1 + m_FillMethod: 4 + m_FillAmount: 1 + m_FillClockwise: 1 + m_FillOrigin: 0 + m_UseSpriteMesh: 0 + m_PixelsPerUnitMultiplier: 1 +--- !u!222 &1920238733 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1920238728} + m_CullTransparentMesh: 0 --- !u!1 &1921501155 GameObject: m_ObjectHideFlags: 1 @@ -1581599,7 +1577281,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 16} + m_SizeDelta: {x: 859, y: 16} m_Pivot: {x: 0.5, y: 1} --- !u!114 &1921600916 MonoBehaviour: @@ -1581642,144 +1577324,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1921600914} m_CullTransparentMesh: 0 ---- !u!1 &1921665265 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1921665266} - - component: {fileID: 1921665270} - - component: {fileID: 1921665269} - - component: {fileID: 1921665268} - - component: {fileID: 1921665267} - m_Layer: 5 - m_Name: btn_Other - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1921665266 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1921665265} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 742920930} - - {fileID: 1820823952} - m_Father: {fileID: 1984073382} - m_RootOrder: 14 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1921665267 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1921665265} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1921665268 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1921665265} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1921665269} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1921665269 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1921665265} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1921665270 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1921665265} - m_CullTransparentMesh: 0 --- !u!1 &1921698333 GameObject: m_ObjectHideFlags: 0 @@ -1582329,7 +1577873,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1959698366} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1588462,8 +1584254,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 520.4, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 517.4, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1933323829 MonoBehaviour: @@ -1588693,7 +1584485,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 311.6} + m_AnchoredPosition: {x: 837, y: 309.6} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1934204300 @@ -1588829,7 +1584621,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 973482436} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1589745,324 +1585785,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1935388295} m_CullTransparentMesh: 0 ---- !u!114 &1936014135 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1936045313 GameObject: m_ObjectHideFlags: 0 @@ -1591631,324 +1587353,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1942750979} m_CullTransparentMesh: 0 ---- !u!114 &1943064085 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1943162444 GameObject: m_ObjectHideFlags: 0 @@ -1592307,7 +1587711,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1944663096 GameObject: @@ -1593182,324 +1588586,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1948171363} m_CullTransparentMesh: 0 ---- !u!114 &1948263962 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1948435447 GameObject: m_ObjectHideFlags: 0 @@ -1593706,144 +1588792,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1949050630} m_CullTransparentMesh: 0 ---- !u!1 &1949106360 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1949106361} - - component: {fileID: 1949106365} - - component: {fileID: 1949106364} - - component: {fileID: 1949106363} - - component: {fileID: 1949106362} - m_Layer: 5 - m_Name: btn_RadarChart - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &1949106361 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1949106360} - m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: - - {fileID: 1161410877} - - {fileID: 1787511173} - m_Father: {fileID: 1984073382} - m_RootOrder: 4 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &1949106362 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1949106360} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: d0b148fe25e99eb48b9724523833bab1, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Delegates: - - eventID: 2 - callback: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1949106363 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1949106360} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 4e29b1a8efbd4b44bb3f3716e73f07ff, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Navigation: - m_Mode: 3 - m_SelectOnUp: {fileID: 0} - m_SelectOnDown: {fileID: 0} - m_SelectOnLeft: {fileID: 0} - m_SelectOnRight: {fileID: 0} - m_Transition: 1 - m_Colors: - m_NormalColor: {r: 0.16078432, g: 0.23529412, b: 0.33333334, a: 1} - m_HighlightedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_PressedColor: {r: 0.89411765, g: 0.23529412, b: 0.34901962, a: 1} - m_SelectedColor: {r: 0.05490196, g: 0.08235294, b: 0.12156863, a: 1} - m_DisabledColor: {r: 0.78431374, g: 0.78431374, b: 0.78431374, a: 0.5019608} - m_ColorMultiplier: 1 - m_FadeDuration: 0.1 - m_SpriteState: - m_HighlightedSprite: {fileID: 0} - m_PressedSprite: {fileID: 0} - m_SelectedSprite: {fileID: 0} - m_DisabledSprite: {fileID: 0} - m_AnimationTriggers: - m_NormalTrigger: Normal - m_HighlightedTrigger: Highlighted - m_PressedTrigger: Pressed - m_SelectedTrigger: Highlighted - m_DisabledTrigger: Disabled - m_Interactable: 1 - m_TargetGraphic: {fileID: 1949106364} - m_OnClick: - m_PersistentCalls: - m_Calls: [] ---- !u!114 &1949106364 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1949106360} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_Sprite: {fileID: 0} - m_Type: 1 - m_PreserveAspect: 0 - m_FillCenter: 1 - m_FillMethod: 4 - m_FillAmount: 1 - m_FillClockwise: 1 - m_FillOrigin: 0 - m_UseSpriteMesh: 0 - m_PixelsPerUnitMultiplier: 1 ---- !u!222 &1949106365 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1949106360} - m_CullTransparentMesh: 0 --- !u!1 &1949594450 GameObject: m_ObjectHideFlags: 0 @@ -1594425,324 +1589373,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1953176290} m_CullTransparentMesh: 0 ---- !u!114 &1953251036 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1953870639 GameObject: m_ObjectHideFlags: 0 @@ -1595529,6 +1590159,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1957714848} m_CullTransparentMesh: 0 +--- !u!1 &1958218151 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1958218152} + - component: {fileID: 1958218154} + - component: {fileID: 1958218153} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &1958218152 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1958218151} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 1865153006} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &1958218153 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1958218151} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: Other +--- !u!222 &1958218154 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1958218151} + m_CullTransparentMesh: 0 --- !u!1 &1958437239 GameObject: m_ObjectHideFlags: 1 @@ -1595630,324 +1590338,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1959653992} m_CullTransparentMesh: 0 ---- !u!114 &1959698366 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &1960984486 GameObject: m_ObjectHideFlags: 0 @@ -1599389,7 +1593779,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 0.5, y: 1} --- !u!114 &1973735053 @@ -1599697,8 +1594087,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: -140.98314, y: -67.7025} - m_SizeDelta: {x: 76, y: 24} + m_AnchoredPosition: {x: -287.33334, y: 143.66667} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!1 &1974996989 GameObject: @@ -1600142,8 +1594532,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 206.8, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 205.8, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1977589878 MonoBehaviour: @@ -1601732,8 +1596122,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 990.8, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 984.8, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &1983089443 MonoBehaviour: @@ -1601806,21 +1596196,21 @@ RectTransform: m_LocalPosition: {x: 0, y: 0, z: 0} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: - - {fileID: 1181852915} - - {fileID: 1851611990} - - {fileID: 1661017794} - - {fileID: 1589236986} - - {fileID: 1949106361} - - {fileID: 90176739} - - {fileID: 1089770549} - - {fileID: 162950553} - - {fileID: 1488432089} - - {fileID: 134958724} - - {fileID: 365385657} - - {fileID: 1911908480} - - {fileID: 507244484} - - {fileID: 776158299} - - {fileID: 1921665266} + - {fileID: 1575460471} + - {fileID: 1102681888} + - {fileID: 1455464072} + - {fileID: 405877701} + - {fileID: 331455446} + - {fileID: 1920238729} + - {fileID: 995972537} + - {fileID: 607710936} + - {fileID: 676273890} + - {fileID: 1245538080} + - {fileID: 1623257010} + - {fileID: 855995639} + - {fileID: 78716390} + - {fileID: 714246080} + - {fileID: 1865153006} m_Father: {fileID: 834546373} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} @@ -1602052,7 +1596442,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 842765387} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1603232,7 +1597870,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1903282737} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1605680,7 +1600566,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 382} + m_AnchoredPosition: {x: 837, y: 379.5} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1989990194 @@ -1606329,7 +1601215,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 0, y: 0.5} --- !u!114 &1995126194 @@ -1606402,7 +1601288,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &1996864584 GameObject: @@ -1607218,7 +1602104,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &2000867976 MonoBehaviour: @@ -1609836,84 +1604722,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2016422537} m_CullTransparentMesh: 0 ---- !u!1 &2016590596 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2016590597} - - component: {fileID: 2016590599} - - component: {fileID: 2016590598} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2016590597 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2016590596} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 134958724} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2016590598 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2016590596} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: PolarChart ---- !u!222 &2016590599 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2016590596} - m_CullTransparentMesh: 0 --- !u!1 &2016736202 GameObject: m_ObjectHideFlags: 0 @@ -1610770,6 +1605578,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2022206677} m_CullTransparentMesh: 0 +--- !u!1 &2022550182 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2022550183} + - component: {fileID: 2022550185} + - component: {fileID: 2022550184} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2022550183 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2022550182} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 405877701} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2022550184 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2022550182} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: PieChart +--- !u!222 &2022550185 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2022550182} + m_CullTransparentMesh: 0 --- !u!1 &2022555339 GameObject: m_ObjectHideFlags: 0 @@ -1613263,8 +1608149,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 520.4, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 517.4, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &2033512306 MonoBehaviour: @@ -1613524,324 +1608410,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2033987242} m_CullTransparentMesh: 0 ---- !u!114 &2034100238 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &2034465803 GameObject: m_ObjectHideFlags: 0 @@ -1615250,7 +1609818,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 76, y: 24} + m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &2040738549 MonoBehaviour: @@ -1615284,7 +1609852,7 @@ MonoBehaviour: m_HorizontalOverflow: 1 m_VerticalOverflow: 1 m_LineSpacing: 1 - m_Text: "\u641C\u7D22\u5F15\u64CE" + m_Text: Text --- !u!222 &2040738550 CanvasRenderer: m_ObjectHideFlags: 0 @@ -1615852,84 +1610420,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2043402500} m_CullTransparentMesh: 0 ---- !u!1 &2044140430 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2044140431} - - component: {fileID: 2044140433} - - component: {fileID: 2044140432} - m_Layer: 5 - m_Name: Text - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2044140431 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2044140430} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 162950553} - m_RootOrder: 0 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: 10} - m_SizeDelta: {x: -4, y: 30} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2044140432 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2044140430} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 1, g: 1, b: 1, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 24 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: GaugeChart ---- !u!222 &2044140433 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2044140430} - m_CullTransparentMesh: 0 --- !u!1 &2044319058 GameObject: m_ObjectHideFlags: 0 @@ -1616508,84 +1610998,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2046515469} m_CullTransparentMesh: 0 ---- !u!1 &2046588958 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 2046588959} - - component: {fileID: 2046588961} - - component: {fileID: 2046588960} - m_Layer: 5 - m_Name: SubText - m_TagString: Untagged - m_Icon: {fileID: 0} - m_NavMeshLayer: 0 - m_StaticEditorFlags: 0 - m_IsActive: 1 ---- !u!224 &2046588959 -RectTransform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2046588958} - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} - m_Children: [] - m_Father: {fileID: 90176739} - m_RootOrder: 1 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0.5} - m_AnchorMax: {x: 1, y: 0.5} - m_AnchoredPosition: {x: 2, y: -14} - m_SizeDelta: {x: -4, y: 25} - m_Pivot: {x: 0.5, y: 0.5} ---- !u!114 &2046588960 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2046588958} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Material: {fileID: 0} - m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} - m_RaycastTarget: 1 - m_Maskable: 1 - m_OnCullStateChanged: - m_PersistentCalls: - m_Calls: [] - m_FontData: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_FontSize: 22 - m_FontStyle: 0 - m_BestFit: 0 - m_MinSize: 2 - m_MaxSize: 40 - m_Alignment: 3 - m_AlignByGeometry: 0 - m_RichText: 1 - m_HorizontalOverflow: 0 - m_VerticalOverflow: 0 - m_LineSpacing: 1 - m_Text: "\u6563\u70B9\u56FE" ---- !u!222 &2046588961 -CanvasRenderer: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 2046588958} - m_CullTransparentMesh: 0 --- !u!1 &2046705840 GameObject: m_ObjectHideFlags: 1 @@ -1616625,7 +1611037,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!1 &2046728671 GameObject: @@ -1618891,324 +1613303,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2055001843} m_CullTransparentMesh: 0 ---- !u!114 &2055278504 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &2055396544 GameObject: m_ObjectHideFlags: 1 @@ -1619656,7 +1613750,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 799885906} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1623016,7 +1617358,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 868597630} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1626936,8 +1621526,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 677.2, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 673.2, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &2062979001 MonoBehaviour: @@ -1628069,7 +1622659,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 496719186} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1631744,6 +1626582,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2068234097} m_CullTransparentMesh: 0 +--- !u!1 &2068385119 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2068385120} + - component: {fileID: 2068385122} + - component: {fileID: 2068385121} + m_Layer: 5 + m_Name: SubText + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2068385120 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2068385119} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 676273890} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: -14} + m_SizeDelta: {x: -4, y: 25} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2068385121 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2068385119} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 0.6886792, g: 0.6886792, b: 0.6886792, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 22 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: "\u73AF\u5F62\u56FE" +--- !u!222 &2068385122 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2068385119} + m_CullTransparentMesh: 0 --- !u!1 &2069446853 GameObject: m_ObjectHideFlags: 0 @@ -1631903,7 +1626819,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1159589347} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1633624,7 +1628788,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &2074119613 MonoBehaviour: @@ -1635528,7 +1630692,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 432} + m_AnchoredPosition: {x: 0, y: 429.5} m_SizeDelta: {x: 100, y: 50} m_Pivot: {x: 0.5, y: 1} --- !u!114 &2083946539 @@ -1636166,7 +1631330,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1255339667} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1638663,324 +1634075,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2090666433} m_CullTransparentMesh: 0 ---- !u!114 &2090720506 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &2090885617 GameObject: m_ObjectHideFlags: 0 @@ -1639446,324 +1634540,6 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2092346582} m_CullTransparentMesh: 0 ---- !u!114 &2092666699 -MonoBehaviour: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 0} - m_Enabled: 1 - m_EditorHideFlags: 0 - m_Script: {fileID: 11500000, guid: 6f28c6b3fb24d49afbe348cfadd0e1c7, type: 3} - m_Name: - m_EditorClassIdentifier: - m_Theme: 0 - m_ThemeName: Default - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_ContrastColor: - serializedVersion: 2 - rgba: 4283256145 - m_BackgroundColor: - serializedVersion: 2 - rgba: 4294967295 - m_ColorPalette: - - serializedVersion: 2 - rgba: 4281415106 - - serializedVersion: 2 - rgba: 4283712815 - - serializedVersion: 2 - rgba: 4289241185 - - serializedVersion: 2 - rgba: 4284842708 - - serializedVersion: 2 - rgba: 4289644433 - - serializedVersion: 2 - rgba: 4286816116 - - serializedVersion: 2 - rgba: 4280452810 - - serializedVersion: 2 - rgba: 4288324285 - - serializedVersion: 2 - rgba: 4285821038 - - serializedVersion: 2 - rgba: 4285556052 - - serializedVersion: 2 - rgba: 4292070596 - m_Common: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_Title: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 24 - m_SubTitle: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.5882353, g: 0.5882353, b: 0.5882353, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 22 - m_Legend: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_UnableColor: {r: 0.8, g: 0.8, b: 0.8, a: 1} - m_Axis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_RadiusAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_AngleAxis: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Polar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_Gauge: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 15 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 15 - m_SplitLineColor: - serializedVersion: 2 - rgba: 4294967295 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4294967295 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 1308293882 - - serializedVersion: 2 - rgba: 1305004232 - m_BarBackgroundColor: - serializedVersion: 2 - rgba: 4291348680 - m_StageColor: - - m_Percent: 0.2 - m_Color: - serializedVersion: 2 - rgba: 4289644433 - - m_Percent: 0.8 - m_Color: - serializedVersion: 2 - rgba: 4288579171 - - m_Percent: 1 - m_Color: - serializedVersion: 2 - rgba: 4281415106 - m_Radar: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.31764707, g: 0.3019608, b: 0.3019608, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineLength: 0 - m_LineColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitLineType: 0 - m_SplitLineWidth: 0.8 - m_SplitLineLength: 0 - m_SplitLineColor: - serializedVersion: 2 - rgba: 542200145 - m_TickWidth: 0.8 - m_TickLength: 5 - m_TickColor: - serializedVersion: 2 - rgba: 4283256145 - m_SplitAreaColors: - - serializedVersion: 2 - rgba: 4294375158 - - serializedVersion: 2 - rgba: 4293388263 - m_Tooltip: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 1, g: 1, b: 1, a: 1} - m_TextBackgroundColor: {r: 0.31764707, g: 0.31764707, b: 0.31764707, a: 0.78431374} - m_FontSize: 20 - m_LineType: 0 - m_LineWidth: 0.8 - m_LineColor: - serializedVersion: 2 - rgba: 1680419113 - m_AreaColor: - serializedVersion: 2 - rgba: 542200145 - m_LabelTextColor: - serializedVersion: 2 - rgba: 4294967295 - m_LabelBackgroundColor: - serializedVersion: 2 - rgba: 4280887593 - m_DataZoom: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 20 - m_BorderWidth: 0.5 - m_DataLineWidth: 0.5 - m_FillerColor: - serializedVersion: 2 - rgba: 1858910119 - m_BorderColor: - serializedVersion: 2 - rgba: 4292730333 - m_DataLineColor: - serializedVersion: 2 - rgba: 4283712815 - m_DataAreaColor: - serializedVersion: 2 - rgba: 1431586095 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_VisualMap: - m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} - m_TextColor: {r: 0.2, g: 0.2, b: 0.2, a: 1} - m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} - m_FontSize: 18 - m_BorderWidth: 0 - m_BorderColor: - serializedVersion: 2 - rgba: 4291611852 - m_BackgroundColor: - serializedVersion: 2 - rgba: 0 - m_TriangeLen: 20 - m_Serie: - m_LineWidth: 1.4 - m_LineSymbolSize: 4 - m_LineSymbolSelectedSize: 8 - m_ScatterSymbolSize: 20 - m_ScatterSymbolSelectedSize: 30 - m_PieTooltipExtraRadius: 8 - m_PieSelectedOffset: 8 - m_CandlestickColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickColor0: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderWidth: 0 - m_CandlestickBorderColor: - serializedVersion: 2 - rgba: 0 - m_CandlestickBorderColor0: - serializedVersion: 2 - rgba: 0 --- !u!1 &2092995451 GameObject: m_ObjectHideFlags: 0 @@ -1641519,7 +1636295,7 @@ MonoBehaviour: m_FontSize: 22 m_FontStyle: 0 m_BestFit: 0 - m_MinSize: 10 + m_MinSize: 0 m_MaxSize: 40 m_Alignment: 1 m_AlignByGeometry: 0 @@ -1642346,8 +1637122,8 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} - m_AnchoredPosition: {x: 834, y: -419} - m_SizeDelta: {x: 156.8, y: 20} + m_AnchoredPosition: {x: 829, y: -416.5} + m_SizeDelta: {x: 155.8, y: 20} m_Pivot: {x: 1, y: 0.5} --- !u!114 &2105723499 MonoBehaviour: @@ -1645448,6 +1640224,84 @@ CanvasRenderer: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 2119053665} m_CullTransparentMesh: 0 +--- !u!1 &2119922695 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2119922696} + - component: {fileID: 2119922698} + - component: {fileID: 2119922697} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2119922696 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2119922695} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 78716390} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2119922697 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2119922695} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: GanttChart +--- !u!222 &2119922698 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2119922695} + m_CullTransparentMesh: 0 --- !u!1 &2120406830 GameObject: m_ObjectHideFlags: 0 @@ -1647113,7 +1641967,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 842, y: 170.79999} + m_AnchoredPosition: {x: 837, y: 169.79999} m_SizeDelta: {x: 50, y: 20} m_Pivot: {x: 0, y: 0.5} --- !u!114 &2126812944 @@ -1647371,7 +1642225,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &2129840767 MonoBehaviour: @@ -1647604,7 +1642458,255 @@ MonoBehaviour: m_ImageColor: {r: 1, g: 1, b: 1, a: 1} m_HideThemeBackgroundColor: 1 m_ChartName: - m_Theme: {fileID: 1936014135} + m_Theme: + m_Theme: 0 + m_ThemeName: Default + m_Font: {fileID: 0} + m_ContrastColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_ColorPalette: [] + m_Common: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Title: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_SubTitle: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_Legend: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_UnableColor: {r: 0, g: 0, b: 0, a: 0} + m_Axis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_RadiusAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_AngleAxis: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Polar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Gauge: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_BarBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_StageColor: [] + m_Radar: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineLength: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_SplitLineType: 0 + m_SplitLineWidth: 0 + m_SplitLineLength: 0 + m_SplitLineColor: + serializedVersion: 2 + rgba: 0 + m_TickWidth: 0 + m_TickLength: 0 + m_TickColor: + serializedVersion: 2 + rgba: 0 + m_SplitAreaColors: [] + m_Tooltip: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_LineType: 0 + m_LineWidth: 0 + m_LineColor: + serializedVersion: 2 + rgba: 0 + m_AreaColor: + serializedVersion: 2 + rgba: 0 + m_LabelTextColor: + serializedVersion: 2 + rgba: 0 + m_LabelBackgroundColor: + serializedVersion: 2 + rgba: 0 + m_DataZoom: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_DataLineWidth: 0 + m_FillerColor: + serializedVersion: 2 + rgba: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_DataLineColor: + serializedVersion: 2 + rgba: 0 + m_DataAreaColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_VisualMap: + m_Font: {fileID: 0} + m_TextColor: {r: 0, g: 0, b: 0, a: 0} + m_TextBackgroundColor: {r: 0, g: 0, b: 0, a: 0} + m_FontSize: 0 + m_BorderWidth: 0 + m_BorderColor: + serializedVersion: 2 + rgba: 0 + m_BackgroundColor: + serializedVersion: 2 + rgba: 0 + m_TriangeLen: 0 + m_Serie: + m_LineWidth: 0 + m_LineSymbolSize: 0 + m_LineSymbolSelectedSize: 0 + m_ScatterSymbolSize: 0 + m_ScatterSymbolSelectedSize: 0 + m_PieTooltipExtraRadius: 0 + m_PieSelectedOffset: 0 + m_CandlestickColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickColor0: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderWidth: 0 + m_CandlestickBorderColor: + serializedVersion: 2 + rgba: 0 + m_CandlestickBorderColor0: + serializedVersion: 2 + rgba: 0 m_Settings: m_MaxPainter: 10 m_LineSmoothStyle: 3 @@ -1652247,7 +1647349,7 @@ RectTransform: m_AnchorMin: {x: 0, y: 1} m_AnchorMax: {x: 0, y: 1} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0, y: 1} --- !u!114 &2135904835 MonoBehaviour: @@ -1654223,7 +1649325,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 1} m_AnchorMax: {x: 0.5, y: 1} m_AnchoredPosition: {x: 0, y: -5} - m_SizeDelta: {x: 864, y: 432} + m_SizeDelta: {x: 859, y: 429.5} m_Pivot: {x: 0.5, y: 1} --- !u!1 &2143623269 GameObject: @@ -1654603,6 +1649705,84 @@ RectTransform: m_AnchoredPosition: {x: 0, y: 0} m_SizeDelta: {x: 574.6667, y: 287.33334} m_Pivot: {x: 0, y: 1} +--- !u!1 &2145632835 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 2145632836} + - component: {fileID: 2145632838} + - component: {fileID: 2145632837} + m_Layer: 5 + m_Name: Text + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!224 &2145632836 +RectTransform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2145632835} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 331455446} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} + m_AnchorMin: {x: 0, y: 0.5} + m_AnchorMax: {x: 1, y: 0.5} + m_AnchoredPosition: {x: 2, y: 10} + m_SizeDelta: {x: -4, y: 30} + m_Pivot: {x: 0.5, y: 0.5} +--- !u!114 &2145632837 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2145632835} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 5f7201a12d95ffc409449d95f23cf332, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Material: {fileID: 0} + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_RaycastTarget: 1 + m_Maskable: 1 + m_OnCullStateChanged: + m_PersistentCalls: + m_Calls: [] + m_FontData: + m_Font: {fileID: 10102, guid: 0000000000000000e000000000000000, type: 0} + m_FontSize: 24 + m_FontStyle: 0 + m_BestFit: 0 + m_MinSize: 2 + m_MaxSize: 40 + m_Alignment: 3 + m_AlignByGeometry: 0 + m_RichText: 1 + m_HorizontalOverflow: 0 + m_VerticalOverflow: 0 + m_LineSpacing: 1 + m_Text: RadarChart +--- !u!222 &2145632838 +CanvasRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 2145632835} + m_CullTransparentMesh: 0 --- !u!1 &2145814539 GameObject: m_ObjectHideFlags: 0