From 90cb25b74fc0df81b4913b450df4d49c78c05ff3 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Fri, 24 Dec 2021 13:33:09 +0800 Subject: [PATCH] 3.0 - cleanup code --- .../Attributes/ComponentEditorAttribute.cs | 8 +------- .../Editor/Attributes/SerieEditorAttribute.cs | 8 +------- Assets/XCharts/Editor/Charts/BaseChartEditor.cs | 16 +++++----------- .../Editor/ChildComponents/AnimationDrawer.cs | 10 ++-------- .../Editor/ChildComponents/AreaStyleDrawer.cs | 10 ++-------- .../Editor/ChildComponents/BasePropertyDrawer.cs | 8 +------- .../ChildComponents/ComponentThemeDrawer.cs | 10 ++-------- .../ChildComponents/EmphasisStyleDrawer.cs | 10 ++-------- .../Editor/ChildComponents/IconStyleDrawer.cs | 11 ++--------- .../Editor/ChildComponents/ItemStyleDrawer.cs | 10 ++-------- .../Editor/ChildComponents/LabelLineDrawer.cs | 10 ++-------- .../Editor/ChildComponents/LabelStyleDrawer.cs | 10 ++-------- .../Editor/ChildComponents/LineArrowDrawer.cs | 11 ++--------- .../XCharts/Editor/ChildComponents/LineDrawer.cs | 10 ++-------- .../Editor/ChildComponents/LineStyleDrawer.cs | 10 ++-------- .../Editor/ChildComponents/LocationDrawer.cs | 10 ++-------- .../Editor/ChildComponents/SettingsDrawer.cs | 10 ++-------- .../Editor/ChildComponents/SymbolStyleDrawer.cs | 10 ++-------- .../Editor/ChildComponents/TextLimitDrawer.cs | 10 ++-------- .../Editor/ChildComponents/TextStyleDrawer.cs | 10 ++-------- .../Editor/ChildComponents/ThemeDrawer.cs | 12 +++--------- .../Editor/ChildComponents/TitleStyleDrawer.cs | 12 ++---------- .../XCharts/Editor/MainComponents/AxisEditor.cs | 8 +------- .../Editor/MainComponents/BackgroundEditor.cs | 9 +-------- .../Editor/MainComponents/DataZoomEditor.cs | 9 +-------- .../Editor/MainComponents/GridCoordEditor.cs | 9 +-------- .../Editor/MainComponents/LegendEditor.cs | 9 +-------- .../MainComponents/MainComponentBaseEditor.cs | 12 ++---------- .../Editor/MainComponents/MainComponentEditor.cs | 13 +------------ .../MainComponents/MainComponentListEditor.cs | 9 +-------- .../Editor/MainComponents/MarkAreaEditor.cs | 8 +------- .../Editor/MainComponents/MarkLineEditor.cs | 8 +------- .../Editor/MainComponents/ParallelCoordEditor.cs | 9 +-------- .../Editor/MainComponents/PolarCoordEditor.cs | 9 +-------- .../Editor/MainComponents/RadarCoordEditor.cs | 8 +------- .../XCharts/Editor/MainComponents/ThemeEditor.cs | 11 ++--------- .../XCharts/Editor/MainComponents/TitleEditor.cs | 9 +-------- .../Editor/MainComponents/TooltipEditor.cs | 9 +-------- .../Editor/MainComponents/VesselEditor.cs | 9 +-------- .../Editor/MainComponents/VisualMapEditor.cs | 8 +------- Assets/XCharts/Editor/Series/BarEditor.cs | 8 +------- .../XCharts/Editor/Series/CandlestickEditor.cs | 8 +------- .../XCharts/Editor/Series/EffectScatterEditor.cs | 9 ++------- Assets/XCharts/Editor/Series/HeatmapEditor.cs | 9 ++------- Assets/XCharts/Editor/Series/LineEditor.cs | 9 +-------- Assets/XCharts/Editor/Series/LiquidEditor.cs | 9 ++------- Assets/XCharts/Editor/Series/ParallelEditor.cs | 9 ++------- Assets/XCharts/Editor/Series/PieEditor.cs | 9 ++------- Assets/XCharts/Editor/Series/RadarEditor.cs | 9 ++------- Assets/XCharts/Editor/Series/RingEditor.cs | 9 ++------- Assets/XCharts/Editor/Series/ScatterEditor.cs | 9 ++------- Assets/XCharts/Editor/Series/SerieBaseEditor.cs | 10 ++-------- Assets/XCharts/Editor/Series/SerieEditor.cs | 8 +------- Assets/XCharts/Editor/Series/SerieListEditor.cs | 10 ++-------- .../Editor/Utilities/ChartEditorHelper.cs | 10 ++-------- Assets/XCharts/Editor/Utilities/EditorStyles.cs | 2 +- Assets/XCharts/Editor/Utilities/ThemeCheck.cs | 8 +------- .../Editor/Widgets/XCProgressBarEditor.cs | 14 +++----------- .../Editor/Windows/PraseExternalDataEditor.cs | 10 ++-------- .../XCharts/Editor/Windows/XCSettingsEditor.cs | 11 ++--------- Assets/XCharts/Editor/Windows/XChartsEditor.cs | 10 ++-------- .../Examples/Runtime/Example00_CheatSheet.cs | 10 ++-------- .../Examples/Runtime/Example01_UpdateData.cs | 10 ++-------- .../Examples/Runtime/Example02_ChartEvent.cs | 10 ++-------- .../Examples/Runtime/Example03_ChartAnimation.cs | 10 ++-------- .../Examples/Runtime/Example10_LineChart.cs | 10 ++-------- .../Examples/Runtime/Example11_AddSinCurve.cs | 10 ++-------- .../Examples/Runtime/Example12_CustomDrawing.cs | 10 ++-------- .../Examples/Runtime/Example13_LineSimple.cs | 10 ++-------- .../Examples/Runtime/Example20_BarChart.cs | 10 ++-------- .../Examples/Runtime/Example30_PieChart.cs | 10 ++-------- .../Examples/Runtime/Example31_PieUpdateName.cs | 11 ++--------- .../XCharts/Examples/Runtime/Example40_Radar.cs | 10 ++-------- .../Examples/Runtime/Example41_RadarUpdate.cs | 11 ++--------- .../Examples/Runtime/Example50_Scatter.cs | 10 ++-------- .../Examples/Runtime/Example60_Heatmap.cs | 10 ++-------- .../XCharts/Examples/Runtime/Example80_Polar.cs | 10 ++-------- .../Examples/Runtime/Example90_Candlestick.cs | 10 ++-------- .../XCharts/Examples/Runtime/Example_Dynamic.cs | 10 ++-------- .../Examples/Runtime/Example_LargeData.cs | 10 ++-------- .../XCharts/Examples/Runtime/Example_PieChart.cs | 10 ++-------- Assets/XCharts/Examples/Runtime/Example_Test.cs | 10 ++-------- .../XCharts/Examples/Runtime/Example_TestTime.cs | 10 ++-------- Assets/XCharts/Runtime/Chart/BarChart.cs | 8 +------- Assets/XCharts/Runtime/Chart/BaseChart_API.cs | 8 +------- Assets/XCharts/Runtime/Chart/BaseGraph_API.cs | 8 +------- Assets/XCharts/Runtime/Chart/CandlestickChart.cs | 6 ------ Assets/XCharts/Runtime/Chart/HeatmapChart.cs | 8 +------- Assets/XCharts/Runtime/Chart/LineChart.cs | 6 ------ Assets/XCharts/Runtime/Chart/LiquidChart.cs | 8 +------- Assets/XCharts/Runtime/Chart/ParallelChart.cs | 8 +------- Assets/XCharts/Runtime/Chart/PieChart.cs | 8 +------- Assets/XCharts/Runtime/Chart/RadarChart.cs | 8 +------- Assets/XCharts/Runtime/Chart/RingChart.cs | 6 ------ Assets/XCharts/Runtime/Chart/ScatterChart.cs | 8 +------- .../Component/Animation/AnimationStyle.cs | 8 +------- .../Component/Animation/AnimationStyleContext.cs | 6 ------ .../Component/Animation/AnimationStyleHelper.cs | 6 ------ .../Component/Axis/AngleAxis/AngleAxis.cs | 6 ------ .../Component/Axis/AngleAxis/AngleAxisHandler.cs | 6 ------ Assets/XCharts/Runtime/Component/Axis/Axis.cs | 8 +------- .../Runtime/Component/Axis/AxisContext.cs | 6 ------ .../Runtime/Component/Axis/AxisHandler.cs | 6 ------ .../XCharts/Runtime/Component/Axis/AxisHelper.cs | 6 ------ .../XCharts/Runtime/Component/Axis/AxisLabel.cs | 6 ------ .../XCharts/Runtime/Component/Axis/AxisLine.cs | 6 ------ .../XCharts/Runtime/Component/Axis/AxisName.cs | 6 ------ .../Runtime/Component/Axis/AxisSplitArea.cs | 6 ------ .../Runtime/Component/Axis/AxisSplitLine.cs | 6 ------ .../XCharts/Runtime/Component/Axis/AxisTick.cs | 6 ------ .../Component/Axis/ParallelAxis/ParallelAxis.cs | 6 ------ .../Axis/ParallelAxis/ParallelAxisHander.cs | 6 ------ .../Component/Axis/RadiusAxis/RadiusAxis.cs | 6 ------ .../Axis/RadiusAxis/RadiusAxisHandler.cs | 6 ------ .../Component/Axis/SingleAxis/SingleAxis.cs | 6 ------ .../Axis/SingleAxis/SingleAxisHandler.cs | 6 ------ .../Runtime/Component/Axis/XAxis/XAxis.cs | 6 ------ .../Runtime/Component/Axis/XAxis/XAxisHander.cs | 6 ------ .../Runtime/Component/Axis/YAxis/YAxis.cs | 6 ------ .../Runtime/Component/Axis/YAxis/YAxisHander.cs | 6 ------ .../Runtime/Component/Background/Background.cs | 8 +------- .../Component/Background/BackgroundHandler.cs | 6 ------ .../XCharts/Runtime/Component/Child/AreaStyle.cs | 6 ------ .../Runtime/Component/Child/ArrowStyle.cs | 6 ------ .../XCharts/Runtime/Component/Child/BaseLine.cs | 6 ------ .../XCharts/Runtime/Component/Child/Emphasis.cs | 6 ------ .../XCharts/Runtime/Component/Child/IconStyle.cs | 8 +------- .../XCharts/Runtime/Component/Child/ItemStyle.cs | 6 ------ .../XCharts/Runtime/Component/Child/LabelLine.cs | 8 +------- .../Runtime/Component/Child/LabelStyle.cs | 8 +------- .../XCharts/Runtime/Component/Child/LineArrow.cs | 6 ------ .../XCharts/Runtime/Component/Child/LineStyle.cs | 6 ------ .../XCharts/Runtime/Component/Child/Location.cs | 8 +------- .../Runtime/Component/Child/StageColor.cs | 6 ------ .../Runtime/Component/Child/SymbolStyle.cs | 8 +------- .../XCharts/Runtime/Component/Child/TextLimit.cs | 6 ------ .../XCharts/Runtime/Component/Child/TextStyle.cs | 6 ------ .../Runtime/Component/DataZoom/DataZoom.cs | 8 +------- .../Component/DataZoom/DataZoomContext.cs | 6 ------ .../Component/DataZoom/DataZoomHandler.cs | 6 ------ .../Runtime/Component/DataZoom/DataZoomHelper.cs | 6 ------ .../XCharts/Runtime/Component/Debug/DebugInfo.cs | 6 ------ .../XCharts/Runtime/Component/Legend/Legend.cs | 8 +------- .../Runtime/Component/Legend/LegendContext.cs | 6 ------ .../Runtime/Component/Legend/LegendHandler.cs | 6 ------ .../Runtime/Component/Legend/LegendHelper.cs | 6 ------ .../XCharts/Runtime/Component/Mark/MarkArea.cs | 6 ------ .../Runtime/Component/Mark/MarkAreaHandler.cs | 6 ------ .../XCharts/Runtime/Component/Mark/MarkLine.cs | 6 ------ .../Runtime/Component/Mark/MarkLineHandler.cs | 6 ------ .../Runtime/Component/Mark/MarkLineHelper.cs | 6 ------ .../Runtime/Component/Radar/RadarCoord.cs | 8 +------- .../Runtime/Component/Radar/RadarCoordContext.cs | 6 ------ .../Runtime/Component/Radar/RadarCoordHandler.cs | 6 ------ .../Runtime/Component/Settings/Settings.cs | 6 ------ Assets/XCharts/Runtime/Component/Title/Title.cs | 8 +------- .../Runtime/Component/Title/TitleHandler.cs | 6 ------ .../Runtime/Component/Title/TitleStyle.cs | 8 -------- .../XCharts/Runtime/Component/Tooltip/Tooltip.cs | 8 +------- .../Runtime/Component/Tooltip/TooltipContext.cs | 6 ------ .../Runtime/Component/Tooltip/TooltipHandler.cs | 6 ------ .../Runtime/Component/Tooltip/TooltipHelper.cs | 6 ------ .../Runtime/Component/Tooltip/TooltipView.cs | 6 ------ .../XCharts/Runtime/Component/Vessel/Vessel.cs | 8 +------- .../Runtime/Component/Vessel/VesselContext.cs | 6 ------ .../Runtime/Component/Vessel/VesselHandler.cs | 6 ------ .../Runtime/Component/Vessel/VesselHelper.cs | 6 ------ .../Runtime/Component/VisualMap/VisualMap.cs | 6 ------ .../Component/VisualMap/VisualMapContext.cs | 6 ------ .../Component/VisualMap/VisualMapHandler.cs | 6 ------ .../Component/VisualMap/VisualMapHelper.cs | 6 ------ .../Runtime/Coord/Calendar/CalendarCoord.cs | 6 ------ .../Coord/Calendar/CalendarCoordHandler.cs | 6 ------ Assets/XCharts/Runtime/Coord/Grid/GridCoord.cs | 8 +------- .../Runtime/Coord/Grid/GridCoordContext.cs | 6 ------ .../Runtime/Coord/Grid/GridCoordHandler.cs | 6 ------ .../Runtime/Coord/Parallel/ParallelCoord.cs | 6 ------ .../Coord/Parallel/ParallelCoordContext.cs | 6 ------ .../Coord/Parallel/ParallelCoordHandler.cs | 6 ------ Assets/XCharts/Runtime/Coord/Polar/PolarCoord.cs | 8 +------- .../Runtime/Coord/Polar/PolarCoordContext.cs | 6 ------ .../Runtime/Coord/Polar/PolarCoordHandler.cs | 6 ------ .../XCharts/Runtime/Coord/Polar/PolarHelper.cs | 6 ------ .../Runtime/Coord/SingleAxis/SingleAxisCoord.cs | 6 ------ Assets/XCharts/Runtime/Helper/CheckHelper.cs | 6 ------ Assets/XCharts/Runtime/Helper/FormatterHelper.cs | 6 ------ Assets/XCharts/Runtime/Helper/SerieHelper.cs | 6 ------ .../XCharts/Runtime/Helper/SerieLabelHelper.cs | 6 ------ Assets/XCharts/Runtime/Helper/SeriesHelper.cs | 6 ------ Assets/XCharts/Runtime/I18n/Lang.cs | 6 ------ .../Attributes/ComponentHandlerAttribute.cs | 6 ------ .../Internal/Attributes/CoordOptionsAttribute.cs | 6 ------ .../Attributes/DefaultAnimationAttribute.cs | 6 ------ .../Internal/Attributes/ListForAttribute.cs | 6 ------ .../Attributes/ListForComponentAttribute.cs | 6 ------ .../Internal/Attributes/ListForSerieAttribute.cs | 6 ------ .../Attributes/RequireChartComponentAttribute.cs | 6 ------ .../Internal/Attributes/SerieConvertAttribute.cs | 6 ------ .../Internal/Attributes/SerieHandlerAttribute.cs | 6 ------ .../XCharts/Runtime/Internal/BaseChart.Custom.cs | 8 +------- .../XCharts/Runtime/Internal/BaseChart.Draw.cs | 8 +------- .../XCharts/Runtime/Internal/BaseChart.Serie.cs | 8 +------- Assets/XCharts/Runtime/Internal/BaseChart.cs | 8 +------- Assets/XCharts/Runtime/Internal/BaseGraph.cs | 8 +------- .../XCharts/Runtime/Internal/Basic/BaseSerie.cs | 6 ------ .../Runtime/Internal/Basic/ChildComponent.cs | 6 ------ .../Runtime/Internal/Basic/CoordSystem.cs | 6 ------ .../Runtime/Internal/Basic/MainComponent.cs | 6 ------ .../Internal/Basic/MainComponentContext.cs | 6 ------ .../Runtime/Internal/Misc/DelegateFunction.cs | 6 ------ Assets/XCharts/Runtime/Internal/Misc/Enums.cs | 6 ------ .../Runtime/Internal/Misc/INeedSerieContainer.cs | 6 ------ .../Runtime/Internal/Misc/IPropertyChanged.cs | 8 +------- .../Runtime/Internal/Misc/IRectContext.cs | 6 ------ .../Runtime/Internal/Misc/ISerieContainer.cs | 6 ------ .../Runtime/Internal/Misc/ISerieDataComponent.cs | 6 ------ .../Runtime/Internal/Misc/IUpdateRuntimeData.cs | 6 ------ .../Runtime/Internal/Object/ChartLabel.cs | 6 ------ .../Runtime/Internal/Object/ChartObject.cs | 6 ------ .../XCharts/Runtime/Internal/Object/ChartText.cs | 6 ------ .../Runtime/Internal/Object/LegendItem.cs | 6 ------ Assets/XCharts/Runtime/Internal/Painter.cs | 6 ------ .../XCharts/Runtime/Internal/Pools/AxisPool.cs | 6 ------ .../XCharts/Runtime/Internal/Pools/ListPool.cs | 6 ------ .../XCharts/Runtime/Internal/Pools/ObjectPool.cs | 6 ------ .../Runtime/Internal/Pools/SerieDataPool.cs | 6 ------ .../Runtime/Internal/Pools/SerieLabelPool.cs | 6 ------ .../Runtime/Internal/Utilities/ChartCached.cs | 6 ------ .../Runtime/Internal/Utilities/ChartConst.cs | 6 ------ .../Runtime/Internal/Utilities/ChartDrawer.cs | 6 ------ .../Runtime/Internal/Utilities/ChartHelper.cs | 8 +------- .../Internal/Utilities/ComponentHelper.cs | 6 ------ .../Runtime/Internal/Utilities/DataHelper.cs | 6 ------ .../Runtime/Internal/Utilities/LayoutHelper.cs | 6 ------ .../Runtime/Internal/Utilities/MathUtil.cs | 6 ------ .../Runtime/Internal/XCResourcesImporter.cs | 2 +- Assets/XCharts/Runtime/Internal/XCSettings.cs | 6 ------ Assets/XCharts/Runtime/Internal/XChartsMgr.cs | 6 ------ Assets/XCharts/Runtime/Serie/Bar/Bar.cs | 6 ------ Assets/XCharts/Runtime/Serie/Bar/BarHandler.cs | 6 ------ .../Runtime/Serie/Candlestick/Candlestick.cs | 6 ------ .../Serie/Candlestick/CandlestickHandler.cs | 6 ------ Assets/XCharts/Runtime/Serie/Heatmap/Heatmap.cs | 6 ------ .../Runtime/Serie/Heatmap/HeatmapHandler.cs | 6 ------ Assets/XCharts/Runtime/Serie/InteractData.cs | 6 ------ Assets/XCharts/Runtime/Serie/Line/Line.cs | 6 ------ .../Runtime/Serie/Line/LineHandler.GridCoord.cs | 6 ------ .../Runtime/Serie/Line/LineHandler.PolarCoord.cs | 6 ------ Assets/XCharts/Runtime/Serie/Line/LineHelper.cs | 6 ------ Assets/XCharts/Runtime/Serie/Liquid/Liquid.cs | 6 ------ .../Runtime/Serie/Liquid/LiquidHandler.cs | 6 ------ .../XCharts/Runtime/Serie/Parallel/Parallel.cs | 6 ------ .../Runtime/Serie/Parallel/ParallelHandler.cs | 6 ------ Assets/XCharts/Runtime/Serie/Pie/Pie.cs | 6 ------ Assets/XCharts/Runtime/Serie/Pie/PieHandler.cs | 6 ------ Assets/XCharts/Runtime/Serie/Radar/Radar.cs | 6 ------ .../XCharts/Runtime/Serie/Radar/RadarHandler.cs | 6 ------ Assets/XCharts/Runtime/Serie/Ring/Ring.cs | 6 ------ Assets/XCharts/Runtime/Serie/Ring/RingHandler.cs | 6 ------ .../XCharts/Runtime/Serie/Scatter/BaseScatter.cs | 6 ------ .../Runtime/Serie/Scatter/BaseScatterHandler.cs | 6 ------ .../Runtime/Serie/Scatter/EffectScatter.cs | 6 ------ .../Serie/Scatter/EffectScatterHandler.cs | 6 ------ Assets/XCharts/Runtime/Serie/Scatter/Scatter.cs | 6 ------ .../Runtime/Serie/Scatter/ScatterHandler.cs | 6 ------ Assets/XCharts/Runtime/Serie/Serie.cs | 8 +------- Assets/XCharts/Runtime/Serie/SerieContext.cs | 6 ------ Assets/XCharts/Runtime/Serie/SerieData.cs | 8 +------- Assets/XCharts/Runtime/Serie/SerieDataContext.cs | 6 ------ Assets/XCharts/Runtime/Serie/SerieHandler.cs | 6 ------ Assets/XCharts/Runtime/Serie/SerieParams.cs | 6 ------ Assets/XCharts/Runtime/Theme/AxisTheme.cs | 6 ------ Assets/XCharts/Runtime/Theme/ComponentTheme.cs | 6 ------ Assets/XCharts/Runtime/Theme/DataZoomTheme.cs | 6 ------ Assets/XCharts/Runtime/Theme/GaugeAxisTheme.cs | 6 ------ Assets/XCharts/Runtime/Theme/LegendTheme.cs | 6 ------ Assets/XCharts/Runtime/Theme/SerieTheme.cs | 6 ------ Assets/XCharts/Runtime/Theme/SubTitleTheme.cs | 6 ------ Assets/XCharts/Runtime/Theme/Theme.cs | 6 ------ Assets/XCharts/Runtime/Theme/ThemeStyle.cs | 6 ------ Assets/XCharts/Runtime/Theme/TitleTheme.cs | 6 ------ Assets/XCharts/Runtime/Theme/TooltipTheme.cs | 6 ------ Assets/XCharts/Runtime/Theme/VisualMapTheme.cs | 6 ------ Assets/XCharts/Runtime/Utilities/ColorUtil.cs | 6 ------ Assets/XCharts/Runtime/Utilities/DateTimeUtil.cs | 6 ------ .../Runtime/Utilities/DefineSymbolsUtil.cs | 6 ------ Assets/XCharts/Runtime/Utilities/PropertyUtil.cs | 6 ------ .../XCharts/Runtime/Utilities/ReflectionUtil.cs | 7 ------- Assets/XCharts/Runtime/Utilities/RuntimeUtil.cs | 6 ------ Assets/XCharts/Runtime/Widgets/XCProgressBar.cs | 6 ------ Assets/XCharts/Runtime/XUGL/UGL.cs | 7 ------- Assets/XCharts/Runtime/XUGL/UGLExample.cs | 8 -------- Assets/XCharts/Runtime/XUGL/UGLHelper.cs | 7 ------- Assets/XChartsDemo/Editor/ChartModuleDrawer.cs | 8 +------- Assets/XChartsDemo/Editor/DemoEditor.cs | 8 +------- Assets/XChartsDemo/Runtime/Demo.cs | 8 +------- Assets/XChartsDemo/Runtime/Demo_Animation.cs | 6 ------ Assets/XChartsDemo/Runtime/Demo_Line12.cs | 6 ------ Assets/XChartsDemo/Runtime/Demo_Performance.cs | 6 ------ Assets/XChartsDemo/Runtime/UIUtil.cs | 6 ------ 300 files changed, 184 insertions(+), 1999 deletions(-) diff --git a/Assets/XCharts/Editor/Attributes/ComponentEditorAttribute.cs b/Assets/XCharts/Editor/Attributes/ComponentEditorAttribute.cs index af290f6c..563dd05f 100644 --- a/Assets/XCharts/Editor/Attributes/ComponentEditorAttribute.cs +++ b/Assets/XCharts/Editor/Attributes/ComponentEditorAttribute.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; -namespace XCharts +namespace XCharts.Editor { [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class ComponentEditorAttribute : Attribute diff --git a/Assets/XCharts/Editor/Attributes/SerieEditorAttribute.cs b/Assets/XCharts/Editor/Attributes/SerieEditorAttribute.cs index 402a55a1..37ec0b40 100644 --- a/Assets/XCharts/Editor/Attributes/SerieEditorAttribute.cs +++ b/Assets/XCharts/Editor/Attributes/SerieEditorAttribute.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; -namespace XCharts +namespace XCharts.Editor { [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public sealed class SerieEditorAttribute : Attribute diff --git a/Assets/XCharts/Editor/Charts/BaseChartEditor.cs b/Assets/XCharts/Editor/Charts/BaseChartEditor.cs index 5c4fffc7..b8a7b559 100644 --- a/Assets/XCharts/Editor/Charts/BaseChartEditor.cs +++ b/Assets/XCharts/Editor/Charts/BaseChartEditor.cs @@ -1,20 +1,14 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + +using System; using System.Collections.Generic; +using System.Text; using UnityEditor; using UnityEngine; -using System.Text; -using System; -namespace XCharts +namespace XCharts.Editor { [CustomEditor(typeof(BaseChart), true)] - public class BaseChartEditor : Editor + public class BaseChartEditor : UnityEditor.Editor { protected BaseChart m_Chart; protected SerializedProperty m_Script; diff --git a/Assets/XCharts/Editor/ChildComponents/AnimationDrawer.cs b/Assets/XCharts/Editor/ChildComponents/AnimationDrawer.cs index c10372ba..c68aae73 100644 --- a/Assets/XCharts/Editor/ChildComponents/AnimationDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/AnimationDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(AnimationStyle), true)] public class AnimationDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/AreaStyleDrawer.cs b/Assets/XCharts/Editor/ChildComponents/AreaStyleDrawer.cs index bef7d928..52b612bd 100644 --- a/Assets/XCharts/Editor/ChildComponents/AreaStyleDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/AreaStyleDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(AreaStyle), true)] public class AreaStyleDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/BasePropertyDrawer.cs b/Assets/XCharts/Editor/ChildComponents/BasePropertyDrawer.cs index 7534d963..110fbfba 100644 --- a/Assets/XCharts/Editor/ChildComponents/BasePropertyDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/BasePropertyDrawer.cs @@ -1,15 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { public delegate void DelegateMenuAction(Vector2 postion); public class BasePropertyDrawer : PropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/ComponentThemeDrawer.cs b/Assets/XCharts/Editor/ChildComponents/ComponentThemeDrawer.cs index f530f08d..46d191f0 100644 --- a/Assets/XCharts/Editor/ChildComponents/ComponentThemeDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/ComponentThemeDrawer.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEditor; using UnityEngine; @@ -12,7 +6,7 @@ using UnityEngine; using TMPro; #endif -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(ComponentTheme), true)] public class ComponentThemeDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/EmphasisStyleDrawer.cs b/Assets/XCharts/Editor/ChildComponents/EmphasisStyleDrawer.cs index 921b7d68..2fd0e9d1 100644 --- a/Assets/XCharts/Editor/ChildComponents/EmphasisStyleDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/EmphasisStyleDrawer.cs @@ -1,15 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(Emphasis), true)] public class EmphasisDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/IconStyleDrawer.cs b/Assets/XCharts/Editor/ChildComponents/IconStyleDrawer.cs index c0d26d5a..4ec811f7 100644 --- a/Assets/XCharts/Editor/ChildComponents/IconStyleDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/IconStyleDrawer.cs @@ -1,15 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - -using System.Collections.Generic; + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(IconStyle), true)] public class IconStyleDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/ItemStyleDrawer.cs b/Assets/XCharts/Editor/ChildComponents/ItemStyleDrawer.cs index 40b95701..fdf30c5f 100644 --- a/Assets/XCharts/Editor/ChildComponents/ItemStyleDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/ItemStyleDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(ItemStyle), true)] public class ItemStyleDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/LabelLineDrawer.cs b/Assets/XCharts/Editor/ChildComponents/LabelLineDrawer.cs index 2880a4c9..c3809eaa 100644 --- a/Assets/XCharts/Editor/ChildComponents/LabelLineDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/LabelLineDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(LabelLine), true)] public class LabelLineDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/LabelStyleDrawer.cs b/Assets/XCharts/Editor/ChildComponents/LabelStyleDrawer.cs index 4f4b58e6..8113a501 100644 --- a/Assets/XCharts/Editor/ChildComponents/LabelStyleDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/LabelStyleDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(LabelStyle), true)] public class LabelStyleDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/LineArrowDrawer.cs b/Assets/XCharts/Editor/ChildComponents/LineArrowDrawer.cs index 0b09cc00..c9bdb745 100644 --- a/Assets/XCharts/Editor/ChildComponents/LineArrowDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/LineArrowDrawer.cs @@ -1,15 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - -using System.Collections.Generic; + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(ArrowStyle), true)] public class ArrowDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/LineDrawer.cs b/Assets/XCharts/Editor/ChildComponents/LineDrawer.cs index 6627df53..915fb372 100644 --- a/Assets/XCharts/Editor/ChildComponents/LineDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/LineDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(BaseLine), true)] public class BaseLineDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/LineStyleDrawer.cs b/Assets/XCharts/Editor/ChildComponents/LineStyleDrawer.cs index 5530e087..b38d29ea 100644 --- a/Assets/XCharts/Editor/ChildComponents/LineStyleDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/LineStyleDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(LineStyle), true)] public class LineStyleDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/LocationDrawer.cs b/Assets/XCharts/Editor/ChildComponents/LocationDrawer.cs index 7e7abb46..6726be12 100644 --- a/Assets/XCharts/Editor/ChildComponents/LocationDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/LocationDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(Location), true)] public class LocationDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/SettingsDrawer.cs b/Assets/XCharts/Editor/ChildComponents/SettingsDrawer.cs index 1fea1811..4592074e 100644 --- a/Assets/XCharts/Editor/ChildComponents/SettingsDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/SettingsDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(Settings), true)] public class SettingsDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/SymbolStyleDrawer.cs b/Assets/XCharts/Editor/ChildComponents/SymbolStyleDrawer.cs index 7fe19c8c..7b28120d 100644 --- a/Assets/XCharts/Editor/ChildComponents/SymbolStyleDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/SymbolStyleDrawer.cs @@ -1,15 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(SymbolStyle), true)] public class SymbolStyleDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/TextLimitDrawer.cs b/Assets/XCharts/Editor/ChildComponents/TextLimitDrawer.cs index 49909115..3387a885 100644 --- a/Assets/XCharts/Editor/ChildComponents/TextLimitDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/TextLimitDrawer.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(TextLimit), true)] public class TextLimitDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/TextStyleDrawer.cs b/Assets/XCharts/Editor/ChildComponents/TextStyleDrawer.cs index 5c092c45..a3b00ceb 100644 --- a/Assets/XCharts/Editor/ChildComponents/TextStyleDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/TextStyleDrawer.cs @@ -1,17 +1,11 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEditor; using UnityEngine; #if dUI_TextMeshPro using TMPro; #endif -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(TextStyle), true)] public class TextStyleDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/ChildComponents/ThemeDrawer.cs b/Assets/XCharts/Editor/ChildComponents/ThemeDrawer.cs index a04b1c67..93d03d93 100644 --- a/Assets/XCharts/Editor/ChildComponents/ThemeDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/ThemeDrawer.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.IO; using UnityEditor; using UnityEngine; @@ -12,7 +6,7 @@ using UnityEngine; using TMPro; #endif -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(ThemeStyle), true)] public class ThemeStyleDrawer : BasePropertyDrawer @@ -68,7 +62,7 @@ namespace XCharts } } - public class ExportThemeWindow : EditorWindow + public class ExportThemeWindow : UnityEditor.EditorWindow { public static BaseChart target; private static ExportThemeWindow window; diff --git a/Assets/XCharts/Editor/ChildComponents/TitleStyleDrawer.cs b/Assets/XCharts/Editor/ChildComponents/TitleStyleDrawer.cs index c77676d6..b3f7ceb5 100644 --- a/Assets/XCharts/Editor/ChildComponents/TitleStyleDrawer.cs +++ b/Assets/XCharts/Editor/ChildComponents/TitleStyleDrawer.cs @@ -1,15 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - -using System.Collections.Generic; -using UnityEditor; +using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [CustomPropertyDrawer(typeof(TitleStyle), true)] public class TitleStyleDrawer : BasePropertyDrawer diff --git a/Assets/XCharts/Editor/MainComponents/AxisEditor.cs b/Assets/XCharts/Editor/MainComponents/AxisEditor.cs index cfa790eb..ea4612c6 100644 --- a/Assets/XCharts/Editor/MainComponents/AxisEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/AxisEditor.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(Axis))] public class AxisEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/BackgroundEditor.cs b/Assets/XCharts/Editor/MainComponents/BackgroundEditor.cs index 75b58b78..2e2e4900 100644 --- a/Assets/XCharts/Editor/MainComponents/BackgroundEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/BackgroundEditor.cs @@ -1,15 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -using UnityEngine; using UnityEditor; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(Background))] internal sealed class BackgroundEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/DataZoomEditor.cs b/Assets/XCharts/Editor/MainComponents/DataZoomEditor.cs index 5797b54d..d1011dbf 100644 --- a/Assets/XCharts/Editor/MainComponents/DataZoomEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/DataZoomEditor.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(DataZoom))] public class DataZoomEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/GridCoordEditor.cs b/Assets/XCharts/Editor/MainComponents/GridCoordEditor.cs index 3d1a7995..3b70781d 100644 --- a/Assets/XCharts/Editor/MainComponents/GridCoordEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/GridCoordEditor.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(GridCoord))] public class GridCoordEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/LegendEditor.cs b/Assets/XCharts/Editor/MainComponents/LegendEditor.cs index ce6e5756..782906a1 100644 --- a/Assets/XCharts/Editor/MainComponents/LegendEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/LegendEditor.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(Legend))] public class LegendEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/MainComponentBaseEditor.cs b/Assets/XCharts/Editor/MainComponents/MainComponentBaseEditor.cs index 98fb6174..dd83785b 100644 --- a/Assets/XCharts/Editor/MainComponents/MainComponentBaseEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/MainComponentBaseEditor.cs @@ -1,17 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -using System; -using System.Collections.Generic; using UnityEditor; using UnityEngine; using UnityEngine.Assertions; -namespace XCharts +namespace XCharts.Editor { public class MainComponentBaseEditor { @@ -24,7 +16,7 @@ namespace XCharts internal SerializedProperty baseProperty; internal SerializedProperty showProperty; - internal void Init(BaseChart chart, MainComponent target, SerializedProperty property, Editor inspector) + internal void Init(BaseChart chart, MainComponent target, SerializedProperty property, UnityEditor.Editor inspector) { this.chart = chart; this.component = target; diff --git a/Assets/XCharts/Editor/MainComponents/MainComponentEditor.cs b/Assets/XCharts/Editor/MainComponents/MainComponentEditor.cs index ce1fd217..cea3d137 100644 --- a/Assets/XCharts/Editor/MainComponents/MainComponentEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/MainComponentEditor.cs @@ -1,17 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -using System; -using System.Collections.Generic; -using System.Linq.Expressions; -using UnityEditor; -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { public class MainComponentEditor : MainComponentBaseEditor where T : MainComponent diff --git a/Assets/XCharts/Editor/MainComponents/MainComponentListEditor.cs b/Assets/XCharts/Editor/MainComponents/MainComponentListEditor.cs index 3b812083..a8cc0188 100644 --- a/Assets/XCharts/Editor/MainComponents/MainComponentListEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/MainComponentListEditor.cs @@ -1,18 +1,11 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; using UnityEngine.Assertions; using UnityEditor; -using UnityEngine; using System.Linq; -namespace XCharts +namespace XCharts.Editor { public sealed class MainComponentListEditor { diff --git a/Assets/XCharts/Editor/MainComponents/MarkAreaEditor.cs b/Assets/XCharts/Editor/MainComponents/MarkAreaEditor.cs index 1ac9f14a..f97bf117 100644 --- a/Assets/XCharts/Editor/MainComponents/MarkAreaEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/MarkAreaEditor.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(MarkArea))] public class MarkAreaEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/MarkLineEditor.cs b/Assets/XCharts/Editor/MainComponents/MarkLineEditor.cs index bf147f6f..e62b8b44 100644 --- a/Assets/XCharts/Editor/MainComponents/MarkLineEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/MarkLineEditor.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(MarkLine))] public class MarkLineEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/ParallelCoordEditor.cs b/Assets/XCharts/Editor/MainComponents/ParallelCoordEditor.cs index 87ff0992..5b073f68 100644 --- a/Assets/XCharts/Editor/MainComponents/ParallelCoordEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/ParallelCoordEditor.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(ParallelCoord))] public class ParallelCoordEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/PolarCoordEditor.cs b/Assets/XCharts/Editor/MainComponents/PolarCoordEditor.cs index 1088062b..0bffced4 100644 --- a/Assets/XCharts/Editor/MainComponents/PolarCoordEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/PolarCoordEditor.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(PolarCoord))] public class PolarCoordEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/RadarCoordEditor.cs b/Assets/XCharts/Editor/MainComponents/RadarCoordEditor.cs index fe5713e6..23538832 100644 --- a/Assets/XCharts/Editor/MainComponents/RadarCoordEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/RadarCoordEditor.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(RadarCoord))] public class RadarCoordEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/ThemeEditor.cs b/Assets/XCharts/Editor/MainComponents/ThemeEditor.cs index b413c773..a2bfa9ff 100644 --- a/Assets/XCharts/Editor/MainComponents/ThemeEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/ThemeEditor.cs @@ -1,22 +1,15 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -using System.IO; using UnityEditor; using UnityEngine; #if dUI_TextMeshPro using TMPro; #endif -namespace XCharts +namespace XCharts.Editor { [CustomEditor(typeof(Theme))] - public class ThemeEditor : Editor + public class ThemeEditor : UnityEditor.Editor { private Theme m_Theme; void OnEnable() diff --git a/Assets/XCharts/Editor/MainComponents/TitleEditor.cs b/Assets/XCharts/Editor/MainComponents/TitleEditor.cs index 5ff75375..4bf5db25 100644 --- a/Assets/XCharts/Editor/MainComponents/TitleEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/TitleEditor.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(Title))] public class TitleEditor : MainComponentEditor diff --git a/Assets/XCharts/Editor/MainComponents/TooltipEditor.cs b/Assets/XCharts/Editor/MainComponents/TooltipEditor.cs index deb6dcf2..1982e426 100644 --- a/Assets/XCharts/Editor/MainComponents/TooltipEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/TooltipEditor.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(Tooltip))] public class TooltipEditor : MainComponentEditor<Tooltip> diff --git a/Assets/XCharts/Editor/MainComponents/VesselEditor.cs b/Assets/XCharts/Editor/MainComponents/VesselEditor.cs index 3bb75a5c..173a99dd 100644 --- a/Assets/XCharts/Editor/MainComponents/VesselEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/VesselEditor.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(Vessel))] public class VesselEditor : MainComponentEditor<Vessel> diff --git a/Assets/XCharts/Editor/MainComponents/VisualMapEditor.cs b/Assets/XCharts/Editor/MainComponents/VisualMapEditor.cs index 13939d84..ca76de93 100644 --- a/Assets/XCharts/Editor/MainComponents/VisualMapEditor.cs +++ b/Assets/XCharts/Editor/MainComponents/VisualMapEditor.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [ComponentEditor(typeof(VisualMap))] public class VisualMapEditor : MainComponentEditor<VisualMap> diff --git a/Assets/XCharts/Editor/Series/BarEditor.cs b/Assets/XCharts/Editor/Series/BarEditor.cs index 3f8e522d..524934f4 100644 --- a/Assets/XCharts/Editor/Series/BarEditor.cs +++ b/Assets/XCharts/Editor/Series/BarEditor.cs @@ -1,11 +1,5 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts +namespace XCharts.Editor { [SerieEditor(typeof(Bar))] public class BarEditor : SerieEditor<Bar> diff --git a/Assets/XCharts/Editor/Series/CandlestickEditor.cs b/Assets/XCharts/Editor/Series/CandlestickEditor.cs index 3364249c..2c2f6c33 100644 --- a/Assets/XCharts/Editor/Series/CandlestickEditor.cs +++ b/Assets/XCharts/Editor/Series/CandlestickEditor.cs @@ -1,11 +1,5 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts +namespace XCharts.Editor { [SerieEditor(typeof(Candlestick))] public class CandlestickEditor : SerieEditor<Candlestick> diff --git a/Assets/XCharts/Editor/Series/EffectScatterEditor.cs b/Assets/XCharts/Editor/Series/EffectScatterEditor.cs index d1fec333..1a275290 100644 --- a/Assets/XCharts/Editor/Series/EffectScatterEditor.cs +++ b/Assets/XCharts/Editor/Series/EffectScatterEditor.cs @@ -1,11 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts + +namespace XCharts.Editor { [SerieEditor(typeof(EffectScatter))] public class EffectScatterEditor : SerieEditor<EffectScatter> diff --git a/Assets/XCharts/Editor/Series/HeatmapEditor.cs b/Assets/XCharts/Editor/Series/HeatmapEditor.cs index 51d429a8..f7d2751d 100644 --- a/Assets/XCharts/Editor/Series/HeatmapEditor.cs +++ b/Assets/XCharts/Editor/Series/HeatmapEditor.cs @@ -1,11 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts + +namespace XCharts.Editor { [SerieEditor(typeof(Heatmap))] public class HeatmapEditor : SerieEditor<Heatmap> diff --git a/Assets/XCharts/Editor/Series/LineEditor.cs b/Assets/XCharts/Editor/Series/LineEditor.cs index d786c385..bd547401 100644 --- a/Assets/XCharts/Editor/Series/LineEditor.cs +++ b/Assets/XCharts/Editor/Series/LineEditor.cs @@ -1,13 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -using UnityEngine; -namespace XCharts +namespace XCharts.Editor { [SerieEditor(typeof(Line))] public class LineEditor : SerieEditor<Line> diff --git a/Assets/XCharts/Editor/Series/LiquidEditor.cs b/Assets/XCharts/Editor/Series/LiquidEditor.cs index b7594b59..70b4dac3 100644 --- a/Assets/XCharts/Editor/Series/LiquidEditor.cs +++ b/Assets/XCharts/Editor/Series/LiquidEditor.cs @@ -1,11 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts + +namespace XCharts.Editor { [SerieEditor(typeof(Liquid))] public class LiquidEditor : SerieEditor<Liquid> diff --git a/Assets/XCharts/Editor/Series/ParallelEditor.cs b/Assets/XCharts/Editor/Series/ParallelEditor.cs index c66d0eec..758c085b 100644 --- a/Assets/XCharts/Editor/Series/ParallelEditor.cs +++ b/Assets/XCharts/Editor/Series/ParallelEditor.cs @@ -1,11 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts + +namespace XCharts.Editor { [SerieEditor(typeof(Parallel))] public class ParallelEditor : SerieEditor<Parallel> diff --git a/Assets/XCharts/Editor/Series/PieEditor.cs b/Assets/XCharts/Editor/Series/PieEditor.cs index db3e4080..4490dce9 100644 --- a/Assets/XCharts/Editor/Series/PieEditor.cs +++ b/Assets/XCharts/Editor/Series/PieEditor.cs @@ -1,11 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts + +namespace XCharts.Editor { [SerieEditor(typeof(Pie))] public class PieEditor : SerieEditor<Pie> diff --git a/Assets/XCharts/Editor/Series/RadarEditor.cs b/Assets/XCharts/Editor/Series/RadarEditor.cs index 29b3922e..aa7bee6a 100644 --- a/Assets/XCharts/Editor/Series/RadarEditor.cs +++ b/Assets/XCharts/Editor/Series/RadarEditor.cs @@ -1,11 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts + +namespace XCharts.Editor { [SerieEditor(typeof(Radar))] public class RadarEditor : SerieEditor<Radar> diff --git a/Assets/XCharts/Editor/Series/RingEditor.cs b/Assets/XCharts/Editor/Series/RingEditor.cs index 382940ed..8077dddf 100644 --- a/Assets/XCharts/Editor/Series/RingEditor.cs +++ b/Assets/XCharts/Editor/Series/RingEditor.cs @@ -1,11 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts + +namespace XCharts.Editor { [SerieEditor(typeof(Ring))] public class RingEditor : SerieEditor<Ring> diff --git a/Assets/XCharts/Editor/Series/ScatterEditor.cs b/Assets/XCharts/Editor/Series/ScatterEditor.cs index 0cec71a4..1e6e05f6 100644 --- a/Assets/XCharts/Editor/Series/ScatterEditor.cs +++ b/Assets/XCharts/Editor/Series/ScatterEditor.cs @@ -1,11 +1,6 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ -namespace XCharts + +namespace XCharts.Editor { [SerieEditor(typeof(Scatter))] public class ScatterEditor : SerieEditor<Scatter> diff --git a/Assets/XCharts/Editor/Series/SerieBaseEditor.cs b/Assets/XCharts/Editor/Series/SerieBaseEditor.cs index e8ab263d..0a57ab28 100644 --- a/Assets/XCharts/Editor/Series/SerieBaseEditor.cs +++ b/Assets/XCharts/Editor/Series/SerieBaseEditor.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; @@ -11,7 +5,7 @@ using UnityEditor; using UnityEngine; using UnityEngine.Assertions; -namespace XCharts +namespace XCharts.Editor { public class SerieBaseEditor { @@ -25,7 +19,7 @@ namespace XCharts protected Dictionary<string, Type> m_CoordOptionsDic; protected List<string> m_CoordOptionsNames; - internal void Init(BaseChart chart, Serie target, SerializedProperty property, Editor inspector) + internal void Init(BaseChart chart, Serie target, SerializedProperty property, UnityEditor.Editor inspector) { this.chart = chart; this.serie = target; diff --git a/Assets/XCharts/Editor/Series/SerieEditor.cs b/Assets/XCharts/Editor/Series/SerieEditor.cs index ad1ed0db..89dc436f 100644 --- a/Assets/XCharts/Editor/Series/SerieEditor.cs +++ b/Assets/XCharts/Editor/Series/SerieEditor.cs @@ -1,15 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { public class SerieEditor<T> : SerieBaseEditor where T : Serie { diff --git a/Assets/XCharts/Editor/Series/SerieListEditor.cs b/Assets/XCharts/Editor/Series/SerieListEditor.cs index 2c1d767a..4e1aa6e6 100644 --- a/Assets/XCharts/Editor/Series/SerieListEditor.cs +++ b/Assets/XCharts/Editor/Series/SerieListEditor.cs @@ -1,19 +1,13 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; using UnityEngine.Assertions; using UnityEditor; -using UnityEngine; using System.Linq; using System.Reflection; -namespace XCharts + +namespace XCharts.Editor { public sealed class SerieListEditor { diff --git a/Assets/XCharts/Editor/Utilities/ChartEditorHelper.cs b/Assets/XCharts/Editor/Utilities/ChartEditorHelper.cs index 8fe4501f..d9c129ae 100644 --- a/Assets/XCharts/Editor/Utilities/ChartEditorHelper.cs +++ b/Assets/XCharts/Editor/Utilities/ChartEditorHelper.cs @@ -1,17 +1,11 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using UnityEditor; using System.Collections.Generic; using System; using UnityEngine.Assertions; -namespace XCharts +namespace XCharts.Editor { public class HeaderMenuInfo { diff --git a/Assets/XCharts/Editor/Utilities/EditorStyles.cs b/Assets/XCharts/Editor/Utilities/EditorStyles.cs index 80d348ca..08177b78 100644 --- a/Assets/XCharts/Editor/Utilities/EditorStyles.cs +++ b/Assets/XCharts/Editor/Utilities/EditorStyles.cs @@ -3,7 +3,7 @@ using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { public class EditorCustomStyles { diff --git a/Assets/XCharts/Editor/Utilities/ThemeCheck.cs b/Assets/XCharts/Editor/Utilities/ThemeCheck.cs index 9245d84f..e88f87bc 100644 --- a/Assets/XCharts/Editor/Utilities/ThemeCheck.cs +++ b/Assets/XCharts/Editor/Utilities/ThemeCheck.cs @@ -1,15 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.IO; using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { internal static class ThemeCheck { diff --git a/Assets/XCharts/Editor/Widgets/XCProgressBarEditor.cs b/Assets/XCharts/Editor/Widgets/XCProgressBarEditor.cs index f41efa7e..08b50ebf 100644 --- a/Assets/XCharts/Editor/Widgets/XCProgressBarEditor.cs +++ b/Assets/XCharts/Editor/Widgets/XCProgressBarEditor.cs @@ -1,18 +1,10 @@ -/******************************************/ -/* */ -/* Copyright (c) 2018 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ - + using UnityEditor; -using UnityEngine; -using System.Text; -namespace XCharts +namespace XCharts.Editor { [CustomEditor(typeof(XCProgressBar), false)] - public class XCProgressBarEditor : Editor + public class XCProgressBarEditor : UnityEditor.Editor { [MenuItem("XCharts/ProgressBar", priority = 200)] diff --git a/Assets/XCharts/Editor/Windows/PraseExternalDataEditor.cs b/Assets/XCharts/Editor/Windows/PraseExternalDataEditor.cs index 6e1e8094..7bec8745 100644 --- a/Assets/XCharts/Editor/Windows/PraseExternalDataEditor.cs +++ b/Assets/XCharts/Editor/Windows/PraseExternalDataEditor.cs @@ -1,18 +1,12 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Editor { - public class PraseExternalDataEditor : EditorWindow + public class PraseExternalDataEditor : UnityEditor.EditorWindow { private static BaseChart s_Chart; private static Serie s_Serie; diff --git a/Assets/XCharts/Editor/Windows/XCSettingsEditor.cs b/Assets/XCharts/Editor/Windows/XCSettingsEditor.cs index 8798ae52..fa7d0b2f 100644 --- a/Assets/XCharts/Editor/Windows/XCSettingsEditor.cs +++ b/Assets/XCharts/Editor/Windows/XCSettingsEditor.cs @@ -1,18 +1,11 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; using UnityEngine; -using System.Collections.Generic; -namespace XCharts +namespace XCharts.Editor { [CustomEditor(typeof(XCSettings))] - public class XCSettingsEditor : Editor + public class XCSettingsEditor : UnityEditor.Editor { internal class Styles { diff --git a/Assets/XCharts/Editor/Windows/XChartsEditor.cs b/Assets/XCharts/Editor/Windows/XChartsEditor.cs index e0a6d221..a5a18244 100644 --- a/Assets/XCharts/Editor/Windows/XChartsEditor.cs +++ b/Assets/XCharts/Editor/Windows/XChartsEditor.cs @@ -1,18 +1,12 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSystems; -namespace XCharts +namespace XCharts.Editor { - public class XChartsEditor : Editor + public class XChartsEditor : UnityEditor.Editor { private static Transform GetParent() { diff --git a/Assets/XCharts/Examples/Runtime/Example00_CheatSheet.cs b/Assets/XCharts/Examples/Runtime/Example00_CheatSheet.cs index 78f158c4..24321f04 100644 --- a/Assets/XCharts/Examples/Runtime/Example00_CheatSheet.cs +++ b/Assets/XCharts/Examples/Runtime/Example00_CheatSheet.cs @@ -1,15 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections; using System.Collections.Generic; using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] public class Example00_CheatSheet : MonoBehaviour diff --git a/Assets/XCharts/Examples/Runtime/Example01_UpdateData.cs b/Assets/XCharts/Examples/Runtime/Example01_UpdateData.cs index f41a9672..835bd146 100644 --- a/Assets/XCharts/Examples/Runtime/Example01_UpdateData.cs +++ b/Assets/XCharts/Examples/Runtime/Example01_UpdateData.cs @@ -1,13 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example02_ChartEvent.cs b/Assets/XCharts/Examples/Runtime/Example02_ChartEvent.cs index b739171b..bdf73279 100644 --- a/Assets/XCharts/Examples/Runtime/Example02_ChartEvent.cs +++ b/Assets/XCharts/Examples/Runtime/Example02_ChartEvent.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using UnityEngine.EventSystems; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example03_ChartAnimation.cs b/Assets/XCharts/Examples/Runtime/Example03_ChartAnimation.cs index e116952a..2922e291 100644 --- a/Assets/XCharts/Examples/Runtime/Example03_ChartAnimation.cs +++ b/Assets/XCharts/Examples/Runtime/Example03_ChartAnimation.cs @@ -1,13 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example10_LineChart.cs b/Assets/XCharts/Examples/Runtime/Example10_LineChart.cs index 8fa55c9c..1edf824e 100644 --- a/Assets/XCharts/Examples/Runtime/Example10_LineChart.cs +++ b/Assets/XCharts/Examples/Runtime/Example10_LineChart.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections; using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] public class Example10_LineChart : MonoBehaviour diff --git a/Assets/XCharts/Examples/Runtime/Example11_AddSinCurve.cs b/Assets/XCharts/Examples/Runtime/Example11_AddSinCurve.cs index f2a27d30..327f3071 100644 --- a/Assets/XCharts/Examples/Runtime/Example11_AddSinCurve.cs +++ b/Assets/XCharts/Examples/Runtime/Example11_AddSinCurve.cs @@ -1,13 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example12_CustomDrawing.cs b/Assets/XCharts/Examples/Runtime/Example12_CustomDrawing.cs index 0f0aefad..35b2090c 100644 --- a/Assets/XCharts/Examples/Runtime/Example12_CustomDrawing.cs +++ b/Assets/XCharts/Examples/Runtime/Example12_CustomDrawing.cs @@ -1,16 +1,10 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example13_LineSimple.cs b/Assets/XCharts/Examples/Runtime/Example13_LineSimple.cs index 6e03d9a7..96bf9374 100644 --- a/Assets/XCharts/Examples/Runtime/Example13_LineSimple.cs +++ b/Assets/XCharts/Examples/Runtime/Example13_LineSimple.cs @@ -1,13 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example20_BarChart.cs b/Assets/XCharts/Examples/Runtime/Example20_BarChart.cs index 8797834d..c4dc7003 100644 --- a/Assets/XCharts/Examples/Runtime/Example20_BarChart.cs +++ b/Assets/XCharts/Examples/Runtime/Example20_BarChart.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections; using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] public class Example20_BarChart : MonoBehaviour diff --git a/Assets/XCharts/Examples/Runtime/Example30_PieChart.cs b/Assets/XCharts/Examples/Runtime/Example30_PieChart.cs index 47cc7b00..68d2db02 100644 --- a/Assets/XCharts/Examples/Runtime/Example30_PieChart.cs +++ b/Assets/XCharts/Examples/Runtime/Example30_PieChart.cs @@ -1,15 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections; using UnityEngine; using UnityEngine.EventSystems; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] public class Example30_PieChart : MonoBehaviour diff --git a/Assets/XCharts/Examples/Runtime/Example31_PieUpdateName.cs b/Assets/XCharts/Examples/Runtime/Example31_PieUpdateName.cs index 6218db9d..54069a15 100644 --- a/Assets/XCharts/Examples/Runtime/Example31_PieUpdateName.cs +++ b/Assets/XCharts/Examples/Runtime/Example31_PieUpdateName.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -using UnityEngine.UI; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example40_Radar.cs b/Assets/XCharts/Examples/Runtime/Example40_Radar.cs index 9dc554bf..bcb29c1f 100644 --- a/Assets/XCharts/Examples/Runtime/Example40_Radar.cs +++ b/Assets/XCharts/Examples/Runtime/Example40_Radar.cs @@ -1,15 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections; using System.Collections.Generic; using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] public class Example40_Radar : MonoBehaviour diff --git a/Assets/XCharts/Examples/Runtime/Example41_RadarUpdate.cs b/Assets/XCharts/Examples/Runtime/Example41_RadarUpdate.cs index c004dfc3..5bb0c9b7 100644 --- a/Assets/XCharts/Examples/Runtime/Example41_RadarUpdate.cs +++ b/Assets/XCharts/Examples/Runtime/Example41_RadarUpdate.cs @@ -1,14 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -using UnityEngine.UI; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example50_Scatter.cs b/Assets/XCharts/Examples/Runtime/Example50_Scatter.cs index 7581d2b1..ab76ead6 100644 --- a/Assets/XCharts/Examples/Runtime/Example50_Scatter.cs +++ b/Assets/XCharts/Examples/Runtime/Example50_Scatter.cs @@ -1,15 +1,9 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example60_Heatmap.cs b/Assets/XCharts/Examples/Runtime/Example60_Heatmap.cs index 85a83c50..6775531d 100644 --- a/Assets/XCharts/Examples/Runtime/Example60_Heatmap.cs +++ b/Assets/XCharts/Examples/Runtime/Example60_Heatmap.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example80_Polar.cs b/Assets/XCharts/Examples/Runtime/Example80_Polar.cs index 1fe5e472..6a31238d 100644 --- a/Assets/XCharts/Examples/Runtime/Example80_Polar.cs +++ b/Assets/XCharts/Examples/Runtime/Example80_Polar.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example90_Candlestick.cs b/Assets/XCharts/Examples/Runtime/Example90_Candlestick.cs index f7b12b55..1c673e60 100644 --- a/Assets/XCharts/Examples/Runtime/Example90_Candlestick.cs +++ b/Assets/XCharts/Examples/Runtime/Example90_Candlestick.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example_Dynamic.cs b/Assets/XCharts/Examples/Runtime/Example_Dynamic.cs index 118717eb..a6ba93bc 100644 --- a/Assets/XCharts/Examples/Runtime/Example_Dynamic.cs +++ b/Assets/XCharts/Examples/Runtime/Example_Dynamic.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example_LargeData.cs b/Assets/XCharts/Examples/Runtime/Example_LargeData.cs index 02728cf3..d75af752 100644 --- a/Assets/XCharts/Examples/Runtime/Example_LargeData.cs +++ b/Assets/XCharts/Examples/Runtime/Example_LargeData.cs @@ -1,13 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example_PieChart.cs b/Assets/XCharts/Examples/Runtime/Example_PieChart.cs index 0b043eb7..bdd14345 100644 --- a/Assets/XCharts/Examples/Runtime/Example_PieChart.cs +++ b/Assets/XCharts/Examples/Runtime/Example_PieChart.cs @@ -1,13 +1,7 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example_Test.cs b/Assets/XCharts/Examples/Runtime/Example_Test.cs index a00f87f3..73f91ba3 100644 --- a/Assets/XCharts/Examples/Runtime/Example_Test.cs +++ b/Assets/XCharts/Examples/Runtime/Example_Test.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using UnityEngine.UI; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Examples/Runtime/Example_TestTime.cs b/Assets/XCharts/Examples/Runtime/Example_TestTime.cs index e47bc048..dbb5597f 100644 --- a/Assets/XCharts/Examples/Runtime/Example_TestTime.cs +++ b/Assets/XCharts/Examples/Runtime/Example_TestTime.cs @@ -1,14 +1,8 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using UnityEngine.UI; -namespace XCharts.Examples +namespace XCharts.Example { [DisallowMultipleComponent] [ExecuteInEditMode] diff --git a/Assets/XCharts/Runtime/Chart/BarChart.cs b/Assets/XCharts/Runtime/Chart/BarChart.cs index 900b5ed7..d6aaad76 100644 --- a/Assets/XCharts/Runtime/Chart/BarChart.cs +++ b/Assets/XCharts/Runtime/Chart/BarChart.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; namespace XCharts diff --git a/Assets/XCharts/Runtime/Chart/BaseChart_API.cs b/Assets/XCharts/Runtime/Chart/BaseChart_API.cs index 8c0904eb..8963d63c 100644 --- a/Assets/XCharts/Runtime/Chart/BaseChart_API.cs +++ b/Assets/XCharts/Runtime/Chart/BaseChart_API.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using System.Collections.Generic; using System; diff --git a/Assets/XCharts/Runtime/Chart/BaseGraph_API.cs b/Assets/XCharts/Runtime/Chart/BaseGraph_API.cs index 432bccf9..cfe06def 100644 --- a/Assets/XCharts/Runtime/Chart/BaseGraph_API.cs +++ b/Assets/XCharts/Runtime/Chart/BaseGraph_API.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using System; using UnityEngine.EventSystems; diff --git a/Assets/XCharts/Runtime/Chart/CandlestickChart.cs b/Assets/XCharts/Runtime/Chart/CandlestickChart.cs index de840439..1b5c6330 100644 --- a/Assets/XCharts/Runtime/Chart/CandlestickChart.cs +++ b/Assets/XCharts/Runtime/Chart/CandlestickChart.cs @@ -1,10 +1,4 @@  -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Chart/HeatmapChart.cs b/Assets/XCharts/Runtime/Chart/HeatmapChart.cs index 2142a7bf..4bfea84d 100644 --- a/Assets/XCharts/Runtime/Chart/HeatmapChart.cs +++ b/Assets/XCharts/Runtime/Chart/HeatmapChart.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Chart/LineChart.cs b/Assets/XCharts/Runtime/Chart/LineChart.cs index c23eb3e6..ff6bda99 100644 --- a/Assets/XCharts/Runtime/Chart/LineChart.cs +++ b/Assets/XCharts/Runtime/Chart/LineChart.cs @@ -1,10 +1,4 @@  -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Chart/LiquidChart.cs b/Assets/XCharts/Runtime/Chart/LiquidChart.cs index 06129ae4..75510b2d 100644 --- a/Assets/XCharts/Runtime/Chart/LiquidChart.cs +++ b/Assets/XCharts/Runtime/Chart/LiquidChart.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; namespace XCharts diff --git a/Assets/XCharts/Runtime/Chart/ParallelChart.cs b/Assets/XCharts/Runtime/Chart/ParallelChart.cs index 64186be1..13b8edfa 100644 --- a/Assets/XCharts/Runtime/Chart/ParallelChart.cs +++ b/Assets/XCharts/Runtime/Chart/ParallelChart.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Chart/PieChart.cs b/Assets/XCharts/Runtime/Chart/PieChart.cs index cf64fdda..d280ee06 100644 --- a/Assets/XCharts/Runtime/Chart/PieChart.cs +++ b/Assets/XCharts/Runtime/Chart/PieChart.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; namespace XCharts diff --git a/Assets/XCharts/Runtime/Chart/RadarChart.cs b/Assets/XCharts/Runtime/Chart/RadarChart.cs index f2b045c3..e09e27b3 100644 --- a/Assets/XCharts/Runtime/Chart/RadarChart.cs +++ b/Assets/XCharts/Runtime/Chart/RadarChart.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; namespace XCharts diff --git a/Assets/XCharts/Runtime/Chart/RingChart.cs b/Assets/XCharts/Runtime/Chart/RingChart.cs index 02dc5b78..3cc38ba7 100644 --- a/Assets/XCharts/Runtime/Chart/RingChart.cs +++ b/Assets/XCharts/Runtime/Chart/RingChart.cs @@ -1,10 +1,4 @@  -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Chart/ScatterChart.cs b/Assets/XCharts/Runtime/Chart/ScatterChart.cs index 01c80aa1..bf7b487e 100644 --- a/Assets/XCharts/Runtime/Chart/ScatterChart.cs +++ b/Assets/XCharts/Runtime/Chart/ScatterChart.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; namespace XCharts diff --git a/Assets/XCharts/Runtime/Component/Animation/AnimationStyle.cs b/Assets/XCharts/Runtime/Component/Animation/AnimationStyle.cs index 02eb1f66..21c90df3 100644 --- a/Assets/XCharts/Runtime/Component/Animation/AnimationStyle.cs +++ b/Assets/XCharts/Runtime/Component/Animation/AnimationStyle.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEngine; using System; diff --git a/Assets/XCharts/Runtime/Component/Animation/AnimationStyleContext.cs b/Assets/XCharts/Runtime/Component/Animation/AnimationStyleContext.cs index f61cd413..d01047c3 100644 --- a/Assets/XCharts/Runtime/Component/Animation/AnimationStyleContext.cs +++ b/Assets/XCharts/Runtime/Component/Animation/AnimationStyleContext.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Animation/AnimationStyleHelper.cs b/Assets/XCharts/Runtime/Component/Animation/AnimationStyleHelper.cs index aa7c6d87..6ec97ae3 100644 --- a/Assets/XCharts/Runtime/Component/Animation/AnimationStyleHelper.cs +++ b/Assets/XCharts/Runtime/Component/Animation/AnimationStyleHelper.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using UnityEngine; using XUGL; diff --git a/Assets/XCharts/Runtime/Component/Axis/AngleAxis/AngleAxis.cs b/Assets/XCharts/Runtime/Component/Axis/AngleAxis/AngleAxis.cs index d38072a2..bfbd93d4 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AngleAxis/AngleAxis.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AngleAxis/AngleAxis.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/AngleAxis/AngleAxisHandler.cs b/Assets/XCharts/Runtime/Component/Axis/AngleAxis/AngleAxisHandler.cs index 50c5b57f..0a346236 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AngleAxis/AngleAxisHandler.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AngleAxis/AngleAxisHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/Axis.cs b/Assets/XCharts/Runtime/Component/Axis/Axis.cs index 708831a7..adf35838 100644 --- a/Assets/XCharts/Runtime/Component/Axis/Axis.cs +++ b/Assets/XCharts/Runtime/Component/Axis/Axis.cs @@ -1,10 +1,4 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ - + using System; using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/AxisContext.cs b/Assets/XCharts/Runtime/Component/Axis/AxisContext.cs index bf4d9532..d5ab65e6 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AxisContext.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AxisContext.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Axis/AxisHandler.cs b/Assets/XCharts/Runtime/Component/Axis/AxisHandler.cs index 08f7aa7d..6cb83c81 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AxisHandler.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AxisHandler.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/AxisHelper.cs b/Assets/XCharts/Runtime/Component/Axis/AxisHelper.cs index a395f127..0c6e76c2 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AxisHelper.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AxisHelper.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using UnityEngine; namespace XCharts diff --git a/Assets/XCharts/Runtime/Component/Axis/AxisLabel.cs b/Assets/XCharts/Runtime/Component/Axis/AxisLabel.cs index 2a52b43b..5b3be1f3 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AxisLabel.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AxisLabel.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/AxisLine.cs b/Assets/XCharts/Runtime/Component/Axis/AxisLine.cs index fbf6807c..d13654b7 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AxisLine.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AxisLine.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/AxisName.cs b/Assets/XCharts/Runtime/Component/Axis/AxisName.cs index c85b2469..5f917968 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AxisName.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AxisName.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/AxisSplitArea.cs b/Assets/XCharts/Runtime/Component/Axis/AxisSplitArea.cs index a5b986b6..c7c0777b 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AxisSplitArea.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AxisSplitArea.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Axis/AxisSplitLine.cs b/Assets/XCharts/Runtime/Component/Axis/AxisSplitLine.cs index c0ffc2d4..51b03141 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AxisSplitLine.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AxisSplitLine.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/AxisTick.cs b/Assets/XCharts/Runtime/Component/Axis/AxisTick.cs index 2e5ad8cd..7e2b556b 100644 --- a/Assets/XCharts/Runtime/Component/Axis/AxisTick.cs +++ b/Assets/XCharts/Runtime/Component/Axis/AxisTick.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/ParallelAxis/ParallelAxis.cs b/Assets/XCharts/Runtime/Component/Axis/ParallelAxis/ParallelAxis.cs index 4fa27ce2..b1b06b27 100644 --- a/Assets/XCharts/Runtime/Component/Axis/ParallelAxis/ParallelAxis.cs +++ b/Assets/XCharts/Runtime/Component/Axis/ParallelAxis/ParallelAxis.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/ParallelAxis/ParallelAxisHander.cs b/Assets/XCharts/Runtime/Component/Axis/ParallelAxis/ParallelAxisHander.cs index 602a60c9..a7827c3f 100644 --- a/Assets/XCharts/Runtime/Component/Axis/ParallelAxis/ParallelAxisHander.cs +++ b/Assets/XCharts/Runtime/Component/Axis/ParallelAxis/ParallelAxisHander.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Component/Axis/RadiusAxis/RadiusAxis.cs b/Assets/XCharts/Runtime/Component/Axis/RadiusAxis/RadiusAxis.cs index 92ea4b3f..26857f95 100644 --- a/Assets/XCharts/Runtime/Component/Axis/RadiusAxis/RadiusAxis.cs +++ b/Assets/XCharts/Runtime/Component/Axis/RadiusAxis/RadiusAxis.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Axis/RadiusAxis/RadiusAxisHandler.cs b/Assets/XCharts/Runtime/Component/Axis/RadiusAxis/RadiusAxisHandler.cs index d4f84695..d5b6451e 100644 --- a/Assets/XCharts/Runtime/Component/Axis/RadiusAxis/RadiusAxisHandler.cs +++ b/Assets/XCharts/Runtime/Component/Axis/RadiusAxis/RadiusAxisHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/SingleAxis/SingleAxis.cs b/Assets/XCharts/Runtime/Component/Axis/SingleAxis/SingleAxis.cs index b9437ba9..71710d24 100644 --- a/Assets/XCharts/Runtime/Component/Axis/SingleAxis/SingleAxis.cs +++ b/Assets/XCharts/Runtime/Component/Axis/SingleAxis/SingleAxis.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/SingleAxis/SingleAxisHandler.cs b/Assets/XCharts/Runtime/Component/Axis/SingleAxis/SingleAxisHandler.cs index 7dc541ea..8ce7843f 100644 --- a/Assets/XCharts/Runtime/Component/Axis/SingleAxis/SingleAxisHandler.cs +++ b/Assets/XCharts/Runtime/Component/Axis/SingleAxis/SingleAxisHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Component/Axis/XAxis/XAxis.cs b/Assets/XCharts/Runtime/Component/Axis/XAxis/XAxis.cs index 22a8b5fb..ff38a1d1 100644 --- a/Assets/XCharts/Runtime/Component/Axis/XAxis/XAxis.cs +++ b/Assets/XCharts/Runtime/Component/Axis/XAxis/XAxis.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Axis/XAxis/XAxisHander.cs b/Assets/XCharts/Runtime/Component/Axis/XAxis/XAxisHander.cs index 127037c5..574c60cd 100644 --- a/Assets/XCharts/Runtime/Component/Axis/XAxis/XAxisHander.cs +++ b/Assets/XCharts/Runtime/Component/Axis/XAxis/XAxisHander.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Component/Axis/YAxis/YAxis.cs b/Assets/XCharts/Runtime/Component/Axis/YAxis/YAxis.cs index ab9194c8..99b2d652 100644 --- a/Assets/XCharts/Runtime/Component/Axis/YAxis/YAxis.cs +++ b/Assets/XCharts/Runtime/Component/Axis/YAxis/YAxis.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Axis/YAxis/YAxisHander.cs b/Assets/XCharts/Runtime/Component/Axis/YAxis/YAxisHander.cs index 9cd6566e..dae4ef6f 100644 --- a/Assets/XCharts/Runtime/Component/Axis/YAxis/YAxisHander.cs +++ b/Assets/XCharts/Runtime/Component/Axis/YAxis/YAxisHander.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Component/Background/Background.cs b/Assets/XCharts/Runtime/Component/Background/Background.cs index 571e2186..64d8119c 100644 --- a/Assets/XCharts/Runtime/Component/Background/Background.cs +++ b/Assets/XCharts/Runtime/Component/Background/Background.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Component/Background/BackgroundHandler.cs b/Assets/XCharts/Runtime/Component/Background/BackgroundHandler.cs index 4ad79b99..457f1e17 100644 --- a/Assets/XCharts/Runtime/Component/Background/BackgroundHandler.cs +++ b/Assets/XCharts/Runtime/Component/Background/BackgroundHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/AreaStyle.cs b/Assets/XCharts/Runtime/Component/Child/AreaStyle.cs index fb527ea6..42f957da 100644 --- a/Assets/XCharts/Runtime/Component/Child/AreaStyle.cs +++ b/Assets/XCharts/Runtime/Component/Child/AreaStyle.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/ArrowStyle.cs b/Assets/XCharts/Runtime/Component/Child/ArrowStyle.cs index b93ebe52..2cb6eccc 100644 --- a/Assets/XCharts/Runtime/Component/Child/ArrowStyle.cs +++ b/Assets/XCharts/Runtime/Component/Child/ArrowStyle.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/BaseLine.cs b/Assets/XCharts/Runtime/Component/Child/BaseLine.cs index 4a189f75..23af16d9 100644 --- a/Assets/XCharts/Runtime/Component/Child/BaseLine.cs +++ b/Assets/XCharts/Runtime/Component/Child/BaseLine.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/Emphasis.cs b/Assets/XCharts/Runtime/Component/Child/Emphasis.cs index 6c865d0e..8d0151f9 100644 --- a/Assets/XCharts/Runtime/Component/Child/Emphasis.cs +++ b/Assets/XCharts/Runtime/Component/Child/Emphasis.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/IconStyle.cs b/Assets/XCharts/Runtime/Component/Child/IconStyle.cs index 8790aa1e..c8141bbc 100644 --- a/Assets/XCharts/Runtime/Component/Child/IconStyle.cs +++ b/Assets/XCharts/Runtime/Component/Child/IconStyle.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Component/Child/ItemStyle.cs b/Assets/XCharts/Runtime/Component/Child/ItemStyle.cs index af47899d..4f11b8b0 100644 --- a/Assets/XCharts/Runtime/Component/Child/ItemStyle.cs +++ b/Assets/XCharts/Runtime/Component/Child/ItemStyle.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Child/LabelLine.cs b/Assets/XCharts/Runtime/Component/Child/LabelLine.cs index c105011b..45b7999e 100644 --- a/Assets/XCharts/Runtime/Component/Child/LabelLine.cs +++ b/Assets/XCharts/Runtime/Component/Child/LabelLine.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/LabelStyle.cs b/Assets/XCharts/Runtime/Component/Child/LabelStyle.cs index e897884f..963fd597 100644 --- a/Assets/XCharts/Runtime/Component/Child/LabelStyle.cs +++ b/Assets/XCharts/Runtime/Component/Child/LabelStyle.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/LineArrow.cs b/Assets/XCharts/Runtime/Component/Child/LineArrow.cs index 22762bb3..1ed4176b 100644 --- a/Assets/XCharts/Runtime/Component/Child/LineArrow.cs +++ b/Assets/XCharts/Runtime/Component/Child/LineArrow.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/LineStyle.cs b/Assets/XCharts/Runtime/Component/Child/LineStyle.cs index 7475d448..5fbfd112 100644 --- a/Assets/XCharts/Runtime/Component/Child/LineStyle.cs +++ b/Assets/XCharts/Runtime/Component/Child/LineStyle.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/Location.cs b/Assets/XCharts/Runtime/Component/Child/Location.cs index 15e8c3af..81a93696 100644 --- a/Assets/XCharts/Runtime/Component/Child/Location.cs +++ b/Assets/XCharts/Runtime/Component/Child/Location.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using UnityEngine; #if dUI_TextMeshPro diff --git a/Assets/XCharts/Runtime/Component/Child/StageColor.cs b/Assets/XCharts/Runtime/Component/Child/StageColor.cs index be4f0a42..68d7952a 100644 --- a/Assets/XCharts/Runtime/Component/Child/StageColor.cs +++ b/Assets/XCharts/Runtime/Component/Child/StageColor.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/SymbolStyle.cs b/Assets/XCharts/Runtime/Component/Child/SymbolStyle.cs index f5c19a04..bc06d59a 100644 --- a/Assets/XCharts/Runtime/Component/Child/SymbolStyle.cs +++ b/Assets/XCharts/Runtime/Component/Child/SymbolStyle.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Component/Child/TextLimit.cs b/Assets/XCharts/Runtime/Component/Child/TextLimit.cs index c4c6f8fe..079c3fbb 100644 --- a/Assets/XCharts/Runtime/Component/Child/TextLimit.cs +++ b/Assets/XCharts/Runtime/Component/Child/TextLimit.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Child/TextStyle.cs b/Assets/XCharts/Runtime/Component/Child/TextStyle.cs index 2b4ec9b9..6f116cef 100644 --- a/Assets/XCharts/Runtime/Component/Child/TextStyle.cs +++ b/Assets/XCharts/Runtime/Component/Child/TextStyle.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/DataZoom/DataZoom.cs b/Assets/XCharts/Runtime/Component/DataZoom/DataZoom.cs index f4326854..aa82270e 100644 --- a/Assets/XCharts/Runtime/Component/DataZoom/DataZoom.cs +++ b/Assets/XCharts/Runtime/Component/DataZoom/DataZoom.cs @@ -1,10 +1,4 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ - + using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/DataZoom/DataZoomContext.cs b/Assets/XCharts/Runtime/Component/DataZoom/DataZoomContext.cs index db3f183c..3672ac95 100644 --- a/Assets/XCharts/Runtime/Component/DataZoom/DataZoomContext.cs +++ b/Assets/XCharts/Runtime/Component/DataZoom/DataZoomContext.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/DataZoom/DataZoomHandler.cs b/Assets/XCharts/Runtime/Component/DataZoom/DataZoomHandler.cs index 3f05cf68..0ad2714e 100644 --- a/Assets/XCharts/Runtime/Component/DataZoom/DataZoomHandler.cs +++ b/Assets/XCharts/Runtime/Component/DataZoom/DataZoomHandler.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/DataZoom/DataZoomHelper.cs b/Assets/XCharts/Runtime/Component/DataZoom/DataZoomHelper.cs index 73ac1337..45f247b3 100644 --- a/Assets/XCharts/Runtime/Component/DataZoom/DataZoomHelper.cs +++ b/Assets/XCharts/Runtime/Component/DataZoom/DataZoomHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ namespace XCharts { diff --git a/Assets/XCharts/Runtime/Component/Debug/DebugInfo.cs b/Assets/XCharts/Runtime/Component/Debug/DebugInfo.cs index f9412d2e..dbdf0dd7 100644 --- a/Assets/XCharts/Runtime/Component/Debug/DebugInfo.cs +++ b/Assets/XCharts/Runtime/Component/Debug/DebugInfo.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using System; diff --git a/Assets/XCharts/Runtime/Component/Legend/Legend.cs b/Assets/XCharts/Runtime/Component/Legend/Legend.cs index 1530e8db..3220fe67 100644 --- a/Assets/XCharts/Runtime/Component/Legend/Legend.cs +++ b/Assets/XCharts/Runtime/Component/Legend/Legend.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Legend/LegendContext.cs b/Assets/XCharts/Runtime/Component/Legend/LegendContext.cs index 1897b0fb..5e7c1bfb 100644 --- a/Assets/XCharts/Runtime/Component/Legend/LegendContext.cs +++ b/Assets/XCharts/Runtime/Component/Legend/LegendContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Legend/LegendHandler.cs b/Assets/XCharts/Runtime/Component/Legend/LegendHandler.cs index eab5d843..5e251580 100644 --- a/Assets/XCharts/Runtime/Component/Legend/LegendHandler.cs +++ b/Assets/XCharts/Runtime/Component/Legend/LegendHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using System.Linq; diff --git a/Assets/XCharts/Runtime/Component/Legend/LegendHelper.cs b/Assets/XCharts/Runtime/Component/Legend/LegendHelper.cs index fa96eb25..4ffcf489 100644 --- a/Assets/XCharts/Runtime/Component/Legend/LegendHelper.cs +++ b/Assets/XCharts/Runtime/Component/Legend/LegendHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Component/Mark/MarkArea.cs b/Assets/XCharts/Runtime/Component/Mark/MarkArea.cs index 596c7e18..3588685f 100644 --- a/Assets/XCharts/Runtime/Component/Mark/MarkArea.cs +++ b/Assets/XCharts/Runtime/Component/Mark/MarkArea.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Mark/MarkAreaHandler.cs b/Assets/XCharts/Runtime/Component/Mark/MarkAreaHandler.cs index 3e43dc21..c4ee3500 100644 --- a/Assets/XCharts/Runtime/Component/Mark/MarkAreaHandler.cs +++ b/Assets/XCharts/Runtime/Component/Mark/MarkAreaHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Mark/MarkLine.cs b/Assets/XCharts/Runtime/Component/Mark/MarkLine.cs index 5705111e..cbf643d8 100644 --- a/Assets/XCharts/Runtime/Component/Mark/MarkLine.cs +++ b/Assets/XCharts/Runtime/Component/Mark/MarkLine.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Mark/MarkLineHandler.cs b/Assets/XCharts/Runtime/Component/Mark/MarkLineHandler.cs index 88bd6831..56a0d511 100644 --- a/Assets/XCharts/Runtime/Component/Mark/MarkLineHandler.cs +++ b/Assets/XCharts/Runtime/Component/Mark/MarkLineHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Mark/MarkLineHelper.cs b/Assets/XCharts/Runtime/Component/Mark/MarkLineHelper.cs index cf0c53aa..2d0960f6 100644 --- a/Assets/XCharts/Runtime/Component/Mark/MarkLineHelper.cs +++ b/Assets/XCharts/Runtime/Component/Mark/MarkLineHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Radar/RadarCoord.cs b/Assets/XCharts/Runtime/Component/Radar/RadarCoord.cs index 22415fdd..cd154435 100644 --- a/Assets/XCharts/Runtime/Component/Radar/RadarCoord.cs +++ b/Assets/XCharts/Runtime/Component/Radar/RadarCoord.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using System.Collections.Generic; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Component/Radar/RadarCoordContext.cs b/Assets/XCharts/Runtime/Component/Radar/RadarCoordContext.cs index aa5a5d7d..a2c7fe1d 100644 --- a/Assets/XCharts/Runtime/Component/Radar/RadarCoordContext.cs +++ b/Assets/XCharts/Runtime/Component/Radar/RadarCoordContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Radar/RadarCoordHandler.cs b/Assets/XCharts/Runtime/Component/Radar/RadarCoordHandler.cs index bf3dbba0..ccf6bc27 100644 --- a/Assets/XCharts/Runtime/Component/Radar/RadarCoordHandler.cs +++ b/Assets/XCharts/Runtime/Component/Radar/RadarCoordHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Settings/Settings.cs b/Assets/XCharts/Runtime/Component/Settings/Settings.cs index b5d35957..21ed552f 100644 --- a/Assets/XCharts/Runtime/Component/Settings/Settings.cs +++ b/Assets/XCharts/Runtime/Component/Settings/Settings.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using System; diff --git a/Assets/XCharts/Runtime/Component/Title/Title.cs b/Assets/XCharts/Runtime/Component/Title/Title.cs index f2684218..2e27a19b 100644 --- a/Assets/XCharts/Runtime/Component/Title/Title.cs +++ b/Assets/XCharts/Runtime/Component/Title/Title.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using System; diff --git a/Assets/XCharts/Runtime/Component/Title/TitleHandler.cs b/Assets/XCharts/Runtime/Component/Title/TitleHandler.cs index 1a0d3a6e..1021ce83 100644 --- a/Assets/XCharts/Runtime/Component/Title/TitleHandler.cs +++ b/Assets/XCharts/Runtime/Component/Title/TitleHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Title/TitleStyle.cs b/Assets/XCharts/Runtime/Component/Title/TitleStyle.cs index 783059d2..86fae29b 100644 --- a/Assets/XCharts/Runtime/Component/Title/TitleStyle.cs +++ b/Assets/XCharts/Runtime/Component/Title/TitleStyle.cs @@ -1,14 +1,6 @@ -/* -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; -using UnityEngine.UI; using UnityEngine.Serialization; namespace XCharts diff --git a/Assets/XCharts/Runtime/Component/Tooltip/Tooltip.cs b/Assets/XCharts/Runtime/Component/Tooltip/Tooltip.cs index 5833618e..285b45b7 100644 --- a/Assets/XCharts/Runtime/Component/Tooltip/Tooltip.cs +++ b/Assets/XCharts/Runtime/Component/Tooltip/Tooltip.cs @@ -1,10 +1,4 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ - + using System.Collections.Generic; using System.Text; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Tooltip/TooltipContext.cs b/Assets/XCharts/Runtime/Component/Tooltip/TooltipContext.cs index 06246324..c3af4f24 100644 --- a/Assets/XCharts/Runtime/Component/Tooltip/TooltipContext.cs +++ b/Assets/XCharts/Runtime/Component/Tooltip/TooltipContext.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Tooltip/TooltipHandler.cs b/Assets/XCharts/Runtime/Component/Tooltip/TooltipHandler.cs index 1391339d..01fac8fb 100644 --- a/Assets/XCharts/Runtime/Component/Tooltip/TooltipHandler.cs +++ b/Assets/XCharts/Runtime/Component/Tooltip/TooltipHandler.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System.Collections.Generic; using System.Text; diff --git a/Assets/XCharts/Runtime/Component/Tooltip/TooltipHelper.cs b/Assets/XCharts/Runtime/Component/Tooltip/TooltipHelper.cs index 5f679ee4..896d90d9 100644 --- a/Assets/XCharts/Runtime/Component/Tooltip/TooltipHelper.cs +++ b/Assets/XCharts/Runtime/Component/Tooltip/TooltipHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Text; diff --git a/Assets/XCharts/Runtime/Component/Tooltip/TooltipView.cs b/Assets/XCharts/Runtime/Component/Tooltip/TooltipView.cs index 3817216c..261f3c1a 100644 --- a/Assets/XCharts/Runtime/Component/Tooltip/TooltipView.cs +++ b/Assets/XCharts/Runtime/Component/Tooltip/TooltipView.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System.Collections.Generic; using System.Text; diff --git a/Assets/XCharts/Runtime/Component/Vessel/Vessel.cs b/Assets/XCharts/Runtime/Component/Vessel/Vessel.cs index 6a6a334e..09cc188f 100644 --- a/Assets/XCharts/Runtime/Component/Vessel/Vessel.cs +++ b/Assets/XCharts/Runtime/Component/Vessel/Vessel.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Vessel/VesselContext.cs b/Assets/XCharts/Runtime/Component/Vessel/VesselContext.cs index 35883858..5ecaf3cf 100644 --- a/Assets/XCharts/Runtime/Component/Vessel/VesselContext.cs +++ b/Assets/XCharts/Runtime/Component/Vessel/VesselContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/Vessel/VesselHandler.cs b/Assets/XCharts/Runtime/Component/Vessel/VesselHandler.cs index 17930e32..6d204c64 100644 --- a/Assets/XCharts/Runtime/Component/Vessel/VesselHandler.cs +++ b/Assets/XCharts/Runtime/Component/Vessel/VesselHandler.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/Vessel/VesselHelper.cs b/Assets/XCharts/Runtime/Component/Vessel/VesselHelper.cs index 3b623816..3cae6e55 100644 --- a/Assets/XCharts/Runtime/Component/Vessel/VesselHelper.cs +++ b/Assets/XCharts/Runtime/Component/Vessel/VesselHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Component/VisualMap/VisualMap.cs b/Assets/XCharts/Runtime/Component/VisualMap/VisualMap.cs index efafdf89..cb28bae1 100644 --- a/Assets/XCharts/Runtime/Component/VisualMap/VisualMap.cs +++ b/Assets/XCharts/Runtime/Component/VisualMap/VisualMap.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/VisualMap/VisualMapContext.cs b/Assets/XCharts/Runtime/Component/VisualMap/VisualMapContext.cs index 1960263b..1d59c09a 100644 --- a/Assets/XCharts/Runtime/Component/VisualMap/VisualMapContext.cs +++ b/Assets/XCharts/Runtime/Component/VisualMap/VisualMapContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/VisualMap/VisualMapHandler.cs b/Assets/XCharts/Runtime/Component/VisualMap/VisualMapHandler.cs index 0d9d9fb3..69696440 100644 --- a/Assets/XCharts/Runtime/Component/VisualMap/VisualMapHandler.cs +++ b/Assets/XCharts/Runtime/Component/VisualMap/VisualMapHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Component/VisualMap/VisualMapHelper.cs b/Assets/XCharts/Runtime/Component/VisualMap/VisualMapHelper.cs index 91692342..65bf2f1c 100644 --- a/Assets/XCharts/Runtime/Component/VisualMap/VisualMapHelper.cs +++ b/Assets/XCharts/Runtime/Component/VisualMap/VisualMapHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Calendar/CalendarCoord.cs b/Assets/XCharts/Runtime/Coord/Calendar/CalendarCoord.cs index 107462e1..8398a286 100644 --- a/Assets/XCharts/Runtime/Coord/Calendar/CalendarCoord.cs +++ b/Assets/XCharts/Runtime/Coord/Calendar/CalendarCoord.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Calendar/CalendarCoordHandler.cs b/Assets/XCharts/Runtime/Coord/Calendar/CalendarCoordHandler.cs index 538bf7ce..e093306d 100644 --- a/Assets/XCharts/Runtime/Coord/Calendar/CalendarCoordHandler.cs +++ b/Assets/XCharts/Runtime/Coord/Calendar/CalendarCoordHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Grid/GridCoord.cs b/Assets/XCharts/Runtime/Coord/Grid/GridCoord.cs index a04bd1bf..99aeaa07 100644 --- a/Assets/XCharts/Runtime/Coord/Grid/GridCoord.cs +++ b/Assets/XCharts/Runtime/Coord/Grid/GridCoord.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Grid/GridCoordContext.cs b/Assets/XCharts/Runtime/Coord/Grid/GridCoordContext.cs index 3553d62c..02d28821 100644 --- a/Assets/XCharts/Runtime/Coord/Grid/GridCoordContext.cs +++ b/Assets/XCharts/Runtime/Coord/Grid/GridCoordContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Grid/GridCoordHandler.cs b/Assets/XCharts/Runtime/Coord/Grid/GridCoordHandler.cs index da90a967..44e5abd0 100644 --- a/Assets/XCharts/Runtime/Coord/Grid/GridCoordHandler.cs +++ b/Assets/XCharts/Runtime/Coord/Grid/GridCoordHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Text; diff --git a/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoord.cs b/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoord.cs index 6ef6f9c9..393b1719 100644 --- a/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoord.cs +++ b/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoord.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoordContext.cs b/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoordContext.cs index 6134bf20..a4d97909 100644 --- a/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoordContext.cs +++ b/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoordContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoordHandler.cs b/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoordHandler.cs index 1fe19a6e..d93d7eed 100644 --- a/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoordHandler.cs +++ b/Assets/XCharts/Runtime/Coord/Parallel/ParallelCoordHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using System.Text; diff --git a/Assets/XCharts/Runtime/Coord/Polar/PolarCoord.cs b/Assets/XCharts/Runtime/Coord/Polar/PolarCoord.cs index e96dea7b..8494dc88 100644 --- a/Assets/XCharts/Runtime/Coord/Polar/PolarCoord.cs +++ b/Assets/XCharts/Runtime/Coord/Polar/PolarCoord.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Polar/PolarCoordContext.cs b/Assets/XCharts/Runtime/Coord/Polar/PolarCoordContext.cs index 480061b4..263641fc 100644 --- a/Assets/XCharts/Runtime/Coord/Polar/PolarCoordContext.cs +++ b/Assets/XCharts/Runtime/Coord/Polar/PolarCoordContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Polar/PolarCoordHandler.cs b/Assets/XCharts/Runtime/Coord/Polar/PolarCoordHandler.cs index fdc0e475..605f2d51 100644 --- a/Assets/XCharts/Runtime/Coord/Polar/PolarCoordHandler.cs +++ b/Assets/XCharts/Runtime/Coord/Polar/PolarCoordHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/Polar/PolarHelper.cs b/Assets/XCharts/Runtime/Coord/Polar/PolarHelper.cs index 8ab31487..5c557d0b 100644 --- a/Assets/XCharts/Runtime/Coord/Polar/PolarHelper.cs +++ b/Assets/XCharts/Runtime/Coord/Polar/PolarHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Coord/SingleAxis/SingleAxisCoord.cs b/Assets/XCharts/Runtime/Coord/SingleAxis/SingleAxisCoord.cs index 7e6e31a3..ca039e28 100644 --- a/Assets/XCharts/Runtime/Coord/SingleAxis/SingleAxisCoord.cs +++ b/Assets/XCharts/Runtime/Coord/SingleAxis/SingleAxisCoord.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; diff --git a/Assets/XCharts/Runtime/Helper/CheckHelper.cs b/Assets/XCharts/Runtime/Helper/CheckHelper.cs index 5ce6220a..edad1446 100644 --- a/Assets/XCharts/Runtime/Helper/CheckHelper.cs +++ b/Assets/XCharts/Runtime/Helper/CheckHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Text; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Helper/FormatterHelper.cs b/Assets/XCharts/Runtime/Helper/FormatterHelper.cs index c0a38618..adb4a0c0 100644 --- a/Assets/XCharts/Runtime/Helper/FormatterHelper.cs +++ b/Assets/XCharts/Runtime/Helper/FormatterHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Text; using System.Text.RegularExpressions; diff --git a/Assets/XCharts/Runtime/Helper/SerieHelper.cs b/Assets/XCharts/Runtime/Helper/SerieHelper.cs index 43af283b..067503a8 100644 --- a/Assets/XCharts/Runtime/Helper/SerieHelper.cs +++ b/Assets/XCharts/Runtime/Helper/SerieHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Helper/SerieLabelHelper.cs b/Assets/XCharts/Runtime/Helper/SerieLabelHelper.cs index 7dc7009e..871e0a67 100644 --- a/Assets/XCharts/Runtime/Helper/SerieLabelHelper.cs +++ b/Assets/XCharts/Runtime/Helper/SerieLabelHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Helper/SeriesHelper.cs b/Assets/XCharts/Runtime/Helper/SeriesHelper.cs index b555e48e..75638af2 100644 --- a/Assets/XCharts/Runtime/Helper/SeriesHelper.cs +++ b/Assets/XCharts/Runtime/Helper/SeriesHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/I18n/Lang.cs b/Assets/XCharts/Runtime/I18n/Lang.cs index ba6d82f6..3c872864 100644 --- a/Assets/XCharts/Runtime/I18n/Lang.cs +++ b/Assets/XCharts/Runtime/I18n/Lang.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Attributes/ComponentHandlerAttribute.cs b/Assets/XCharts/Runtime/Internal/Attributes/ComponentHandlerAttribute.cs index 1e6d11d4..1a07a0d5 100644 --- a/Assets/XCharts/Runtime/Internal/Attributes/ComponentHandlerAttribute.cs +++ b/Assets/XCharts/Runtime/Internal/Attributes/ComponentHandlerAttribute.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; namespace XCharts diff --git a/Assets/XCharts/Runtime/Internal/Attributes/CoordOptionsAttribute.cs b/Assets/XCharts/Runtime/Internal/Attributes/CoordOptionsAttribute.cs index 3f1e4177..f2fab87d 100644 --- a/Assets/XCharts/Runtime/Internal/Attributes/CoordOptionsAttribute.cs +++ b/Assets/XCharts/Runtime/Internal/Attributes/CoordOptionsAttribute.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; namespace XCharts diff --git a/Assets/XCharts/Runtime/Internal/Attributes/DefaultAnimationAttribute.cs b/Assets/XCharts/Runtime/Internal/Attributes/DefaultAnimationAttribute.cs index 878988c5..7c91dbd1 100644 --- a/Assets/XCharts/Runtime/Internal/Attributes/DefaultAnimationAttribute.cs +++ b/Assets/XCharts/Runtime/Internal/Attributes/DefaultAnimationAttribute.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; namespace XCharts diff --git a/Assets/XCharts/Runtime/Internal/Attributes/ListForAttribute.cs b/Assets/XCharts/Runtime/Internal/Attributes/ListForAttribute.cs index b4bbf074..6d11e5cc 100644 --- a/Assets/XCharts/Runtime/Internal/Attributes/ListForAttribute.cs +++ b/Assets/XCharts/Runtime/Internal/Attributes/ListForAttribute.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; namespace XCharts diff --git a/Assets/XCharts/Runtime/Internal/Attributes/ListForComponentAttribute.cs b/Assets/XCharts/Runtime/Internal/Attributes/ListForComponentAttribute.cs index aa5e9d16..5f7e0c21 100644 --- a/Assets/XCharts/Runtime/Internal/Attributes/ListForComponentAttribute.cs +++ b/Assets/XCharts/Runtime/Internal/Attributes/ListForComponentAttribute.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; namespace XCharts diff --git a/Assets/XCharts/Runtime/Internal/Attributes/ListForSerieAttribute.cs b/Assets/XCharts/Runtime/Internal/Attributes/ListForSerieAttribute.cs index d04cd7b5..a7ce5e22 100644 --- a/Assets/XCharts/Runtime/Internal/Attributes/ListForSerieAttribute.cs +++ b/Assets/XCharts/Runtime/Internal/Attributes/ListForSerieAttribute.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; namespace XCharts diff --git a/Assets/XCharts/Runtime/Internal/Attributes/RequireChartComponentAttribute.cs b/Assets/XCharts/Runtime/Internal/Attributes/RequireChartComponentAttribute.cs index a0b0d40a..b8f70f22 100644 --- a/Assets/XCharts/Runtime/Internal/Attributes/RequireChartComponentAttribute.cs +++ b/Assets/XCharts/Runtime/Internal/Attributes/RequireChartComponentAttribute.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; namespace XCharts diff --git a/Assets/XCharts/Runtime/Internal/Attributes/SerieConvertAttribute.cs b/Assets/XCharts/Runtime/Internal/Attributes/SerieConvertAttribute.cs index 7ccb2ff4..7a25dff7 100644 --- a/Assets/XCharts/Runtime/Internal/Attributes/SerieConvertAttribute.cs +++ b/Assets/XCharts/Runtime/Internal/Attributes/SerieConvertAttribute.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; namespace XCharts diff --git a/Assets/XCharts/Runtime/Internal/Attributes/SerieHandlerAttribute.cs b/Assets/XCharts/Runtime/Internal/Attributes/SerieHandlerAttribute.cs index ed4bd811..dcc20a7d 100644 --- a/Assets/XCharts/Runtime/Internal/Attributes/SerieHandlerAttribute.cs +++ b/Assets/XCharts/Runtime/Internal/Attributes/SerieHandlerAttribute.cs @@ -1,9 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ using System; namespace XCharts diff --git a/Assets/XCharts/Runtime/Internal/BaseChart.Custom.cs b/Assets/XCharts/Runtime/Internal/BaseChart.Custom.cs index 8214cb15..96d1f656 100644 --- a/Assets/XCharts/Runtime/Internal/BaseChart.Custom.cs +++ b/Assets/XCharts/Runtime/Internal/BaseChart.Custom.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using System.Collections.Generic; using System; diff --git a/Assets/XCharts/Runtime/Internal/BaseChart.Draw.cs b/Assets/XCharts/Runtime/Internal/BaseChart.Draw.cs index 29951d44..6cfa7cf8 100644 --- a/Assets/XCharts/Runtime/Internal/BaseChart.Draw.cs +++ b/Assets/XCharts/Runtime/Internal/BaseChart.Draw.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using UnityEngine.UI; using XUGL; diff --git a/Assets/XCharts/Runtime/Internal/BaseChart.Serie.cs b/Assets/XCharts/Runtime/Internal/BaseChart.Serie.cs index fad2357d..ff1703c6 100644 --- a/Assets/XCharts/Runtime/Internal/BaseChart.Serie.cs +++ b/Assets/XCharts/Runtime/Internal/BaseChart.Serie.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using System.Collections.Generic; using System; diff --git a/Assets/XCharts/Runtime/Internal/BaseChart.cs b/Assets/XCharts/Runtime/Internal/BaseChart.cs index 0d257875..e14fe981 100644 --- a/Assets/XCharts/Runtime/Internal/BaseChart.cs +++ b/Assets/XCharts/Runtime/Internal/BaseChart.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using UnityEngine; using UnityEngine.UI; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Internal/BaseGraph.cs b/Assets/XCharts/Runtime/Internal/BaseGraph.cs index bd458601..53d41ea8 100644 --- a/Assets/XCharts/Runtime/Internal/BaseGraph.cs +++ b/Assets/XCharts/Runtime/Internal/BaseGraph.cs @@ -1,10 +1,4 @@ -/******************************************/ -/* */ -/* Copyright (c) 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ - + using UnityEngine; using UnityEngine.UI; using System; diff --git a/Assets/XCharts/Runtime/Internal/Basic/BaseSerie.cs b/Assets/XCharts/Runtime/Internal/Basic/BaseSerie.cs index f753ff1d..19aa8dd2 100644 --- a/Assets/XCharts/Runtime/Internal/Basic/BaseSerie.cs +++ b/Assets/XCharts/Runtime/Internal/Basic/BaseSerie.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Internal/Basic/ChildComponent.cs b/Assets/XCharts/Runtime/Internal/Basic/ChildComponent.cs index 1fa3f3d1..c5ec6928 100644 --- a/Assets/XCharts/Runtime/Internal/Basic/ChildComponent.cs +++ b/Assets/XCharts/Runtime/Internal/Basic/ChildComponent.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Basic/CoordSystem.cs b/Assets/XCharts/Runtime/Internal/Basic/CoordSystem.cs index 55121d13..f3a0a6b4 100644 --- a/Assets/XCharts/Runtime/Internal/Basic/CoordSystem.cs +++ b/Assets/XCharts/Runtime/Internal/Basic/CoordSystem.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; diff --git a/Assets/XCharts/Runtime/Internal/Basic/MainComponent.cs b/Assets/XCharts/Runtime/Internal/Basic/MainComponent.cs index da819a8a..bb4cda92 100644 --- a/Assets/XCharts/Runtime/Internal/Basic/MainComponent.cs +++ b/Assets/XCharts/Runtime/Internal/Basic/MainComponent.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Text; diff --git a/Assets/XCharts/Runtime/Internal/Basic/MainComponentContext.cs b/Assets/XCharts/Runtime/Internal/Basic/MainComponentContext.cs index 5af07511..a807d8c5 100644 --- a/Assets/XCharts/Runtime/Internal/Basic/MainComponentContext.cs +++ b/Assets/XCharts/Runtime/Internal/Basic/MainComponentContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ namespace XCharts { diff --git a/Assets/XCharts/Runtime/Internal/Misc/DelegateFunction.cs b/Assets/XCharts/Runtime/Internal/Misc/DelegateFunction.cs index b01092e1..baaf9c0f 100644 --- a/Assets/XCharts/Runtime/Internal/Misc/DelegateFunction.cs +++ b/Assets/XCharts/Runtime/Internal/Misc/DelegateFunction.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ namespace XCharts { diff --git a/Assets/XCharts/Runtime/Internal/Misc/Enums.cs b/Assets/XCharts/Runtime/Internal/Misc/Enums.cs index 6dfd0cc9..34c284a7 100644 --- a/Assets/XCharts/Runtime/Internal/Misc/Enums.cs +++ b/Assets/XCharts/Runtime/Internal/Misc/Enums.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ namespace XCharts { diff --git a/Assets/XCharts/Runtime/Internal/Misc/INeedSerieContainer.cs b/Assets/XCharts/Runtime/Internal/Misc/INeedSerieContainer.cs index b2b403b0..84ea0e1c 100644 --- a/Assets/XCharts/Runtime/Internal/Misc/INeedSerieContainer.cs +++ b/Assets/XCharts/Runtime/Internal/Misc/INeedSerieContainer.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Text; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Misc/IPropertyChanged.cs b/Assets/XCharts/Runtime/Internal/Misc/IPropertyChanged.cs index ce775ce2..729759b7 100644 --- a/Assets/XCharts/Runtime/Internal/Misc/IPropertyChanged.cs +++ b/Assets/XCharts/Runtime/Internal/Misc/IPropertyChanged.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + namespace XCharts { /// <summary> diff --git a/Assets/XCharts/Runtime/Internal/Misc/IRectContext.cs b/Assets/XCharts/Runtime/Internal/Misc/IRectContext.cs index 11da764d..912ae293 100644 --- a/Assets/XCharts/Runtime/Internal/Misc/IRectContext.cs +++ b/Assets/XCharts/Runtime/Internal/Misc/IRectContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Misc/ISerieContainer.cs b/Assets/XCharts/Runtime/Internal/Misc/ISerieContainer.cs index 89a38fca..5b629222 100644 --- a/Assets/XCharts/Runtime/Internal/Misc/ISerieContainer.cs +++ b/Assets/XCharts/Runtime/Internal/Misc/ISerieContainer.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ namespace XCharts { diff --git a/Assets/XCharts/Runtime/Internal/Misc/ISerieDataComponent.cs b/Assets/XCharts/Runtime/Internal/Misc/ISerieDataComponent.cs index 38f57d03..95e2648e 100644 --- a/Assets/XCharts/Runtime/Internal/Misc/ISerieDataComponent.cs +++ b/Assets/XCharts/Runtime/Internal/Misc/ISerieDataComponent.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.EventSystems; diff --git a/Assets/XCharts/Runtime/Internal/Misc/IUpdateRuntimeData.cs b/Assets/XCharts/Runtime/Internal/Misc/IUpdateRuntimeData.cs index af61b989..daf19cdd 100644 --- a/Assets/XCharts/Runtime/Internal/Misc/IUpdateRuntimeData.cs +++ b/Assets/XCharts/Runtime/Internal/Misc/IUpdateRuntimeData.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.EventSystems; diff --git a/Assets/XCharts/Runtime/Internal/Object/ChartLabel.cs b/Assets/XCharts/Runtime/Internal/Object/ChartLabel.cs index be4f761d..e7aa907c 100644 --- a/Assets/XCharts/Runtime/Internal/Object/ChartLabel.cs +++ b/Assets/XCharts/Runtime/Internal/Object/ChartLabel.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Internal/Object/ChartObject.cs b/Assets/XCharts/Runtime/Internal/Object/ChartObject.cs index eb8de951..8548893b 100644 --- a/Assets/XCharts/Runtime/Internal/Object/ChartObject.cs +++ b/Assets/XCharts/Runtime/Internal/Object/ChartObject.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Object/ChartText.cs b/Assets/XCharts/Runtime/Internal/Object/ChartText.cs index e8d55d0b..56cf4391 100644 --- a/Assets/XCharts/Runtime/Internal/Object/ChartText.cs +++ b/Assets/XCharts/Runtime/Internal/Object/ChartText.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Internal/Object/LegendItem.cs b/Assets/XCharts/Runtime/Internal/Object/LegendItem.cs index 4a5acde6..13c26db4 100644 --- a/Assets/XCharts/Runtime/Internal/Object/LegendItem.cs +++ b/Assets/XCharts/Runtime/Internal/Object/LegendItem.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Internal/Painter.cs b/Assets/XCharts/Runtime/Internal/Painter.cs index 505d20c8..54deac2c 100644 --- a/Assets/XCharts/Runtime/Internal/Painter.cs +++ b/Assets/XCharts/Runtime/Internal/Painter.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Internal/Pools/AxisPool.cs b/Assets/XCharts/Runtime/Internal/Pools/AxisPool.cs index f08ab3df..e76a88a2 100644 --- a/Assets/XCharts/Runtime/Internal/Pools/AxisPool.cs +++ b/Assets/XCharts/Runtime/Internal/Pools/AxisPool.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ namespace XCharts { diff --git a/Assets/XCharts/Runtime/Internal/Pools/ListPool.cs b/Assets/XCharts/Runtime/Internal/Pools/ListPool.cs index f38b668f..ac165076 100644 --- a/Assets/XCharts/Runtime/Internal/Pools/ListPool.cs +++ b/Assets/XCharts/Runtime/Internal/Pools/ListPool.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Pools/ObjectPool.cs b/Assets/XCharts/Runtime/Internal/Pools/ObjectPool.cs index c308a8df..bb91cc39 100644 --- a/Assets/XCharts/Runtime/Internal/Pools/ObjectPool.cs +++ b/Assets/XCharts/Runtime/Internal/Pools/ObjectPool.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Pools/SerieDataPool.cs b/Assets/XCharts/Runtime/Internal/Pools/SerieDataPool.cs index 6c191eef..ed9d5c36 100644 --- a/Assets/XCharts/Runtime/Internal/Pools/SerieDataPool.cs +++ b/Assets/XCharts/Runtime/Internal/Pools/SerieDataPool.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Pools/SerieLabelPool.cs b/Assets/XCharts/Runtime/Internal/Pools/SerieLabelPool.cs index ddc3bb5b..b7249486 100644 --- a/Assets/XCharts/Runtime/Internal/Pools/SerieLabelPool.cs +++ b/Assets/XCharts/Runtime/Internal/Pools/SerieLabelPool.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Utilities/ChartCached.cs b/Assets/XCharts/Runtime/Internal/Utilities/ChartCached.cs index 1fd8c639..f2289f94 100644 --- a/Assets/XCharts/Runtime/Internal/Utilities/ChartCached.cs +++ b/Assets/XCharts/Runtime/Internal/Utilities/ChartCached.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Internal/Utilities/ChartConst.cs b/Assets/XCharts/Runtime/Internal/Utilities/ChartConst.cs index f5eb9ceb..f294158b 100644 --- a/Assets/XCharts/Runtime/Internal/Utilities/ChartConst.cs +++ b/Assets/XCharts/Runtime/Internal/Utilities/ChartConst.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Utilities/ChartDrawer.cs b/Assets/XCharts/Runtime/Internal/Utilities/ChartDrawer.cs index 5dc8dd2c..0c462255 100644 --- a/Assets/XCharts/Runtime/Internal/Utilities/ChartDrawer.cs +++ b/Assets/XCharts/Runtime/Internal/Utilities/ChartDrawer.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Internal/Utilities/ChartHelper.cs b/Assets/XCharts/Runtime/Internal/Utilities/ChartHelper.cs index e510db47..774691d9 100644 --- a/Assets/XCharts/Runtime/Internal/Utilities/ChartHelper.cs +++ b/Assets/XCharts/Runtime/Internal/Utilities/ChartHelper.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Text; using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Internal/Utilities/ComponentHelper.cs b/Assets/XCharts/Runtime/Internal/Utilities/ComponentHelper.cs index 7a693bff..f5e1ddf5 100644 --- a/Assets/XCharts/Runtime/Internal/Utilities/ComponentHelper.cs +++ b/Assets/XCharts/Runtime/Internal/Utilities/ComponentHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Internal/Utilities/DataHelper.cs b/Assets/XCharts/Runtime/Internal/Utilities/DataHelper.cs index 74b41dd9..c33360b5 100644 --- a/Assets/XCharts/Runtime/Internal/Utilities/DataHelper.cs +++ b/Assets/XCharts/Runtime/Internal/Utilities/DataHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Utilities/LayoutHelper.cs b/Assets/XCharts/Runtime/Internal/Utilities/LayoutHelper.cs index f7c3ee72..32692f4c 100644 --- a/Assets/XCharts/Runtime/Internal/Utilities/LayoutHelper.cs +++ b/Assets/XCharts/Runtime/Internal/Utilities/LayoutHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Internal/Utilities/MathUtil.cs b/Assets/XCharts/Runtime/Internal/Utilities/MathUtil.cs index f51a69f6..104da3a0 100644 --- a/Assets/XCharts/Runtime/Internal/Utilities/MathUtil.cs +++ b/Assets/XCharts/Runtime/Internal/Utilities/MathUtil.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Text; using System; diff --git a/Assets/XCharts/Runtime/Internal/XCResourcesImporter.cs b/Assets/XCharts/Runtime/Internal/XCResourcesImporter.cs index 911b431a..c8f0cb9c 100644 --- a/Assets/XCharts/Runtime/Internal/XCResourcesImporter.cs +++ b/Assets/XCharts/Runtime/Internal/XCResourcesImporter.cs @@ -125,7 +125,7 @@ namespace XCharts } } - public class XChartsPackageResourceImporterWindow : EditorWindow + public class XChartsPackageResourceImporterWindow : UnityEditor.EditorWindow { [SerializeField] XCResourcesImporter m_ResourceImporter; diff --git a/Assets/XCharts/Runtime/Internal/XCSettings.cs b/Assets/XCharts/Runtime/Internal/XCSettings.cs index a802b94c..57a32e38 100644 --- a/Assets/XCharts/Runtime/Internal/XCSettings.cs +++ b/Assets/XCharts/Runtime/Internal/XCSettings.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using System; diff --git a/Assets/XCharts/Runtime/Internal/XChartsMgr.cs b/Assets/XCharts/Runtime/Internal/XChartsMgr.cs index 92fdf57e..0a116acf 100644 --- a/Assets/XCharts/Runtime/Internal/XChartsMgr.cs +++ b/Assets/XCharts/Runtime/Internal/XChartsMgr.cs @@ -1,11 +1,5 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Text; using System.Collections; diff --git a/Assets/XCharts/Runtime/Serie/Bar/Bar.cs b/Assets/XCharts/Runtime/Serie/Bar/Bar.cs index f5eafa90..e078176b 100644 --- a/Assets/XCharts/Runtime/Serie/Bar/Bar.cs +++ b/Assets/XCharts/Runtime/Serie/Bar/Bar.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Reflection; diff --git a/Assets/XCharts/Runtime/Serie/Bar/BarHandler.cs b/Assets/XCharts/Runtime/Serie/Bar/BarHandler.cs index c82baa34..78cf4a23 100644 --- a/Assets/XCharts/Runtime/Serie/Bar/BarHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Bar/BarHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using System.Text; diff --git a/Assets/XCharts/Runtime/Serie/Candlestick/Candlestick.cs b/Assets/XCharts/Runtime/Serie/Candlestick/Candlestick.cs index de04e8bb..61c12617 100644 --- a/Assets/XCharts/Runtime/Serie/Candlestick/Candlestick.cs +++ b/Assets/XCharts/Runtime/Serie/Candlestick/Candlestick.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Candlestick/CandlestickHandler.cs b/Assets/XCharts/Runtime/Serie/Candlestick/CandlestickHandler.cs index edc96574..e644a5e9 100644 --- a/Assets/XCharts/Runtime/Serie/Candlestick/CandlestickHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Candlestick/CandlestickHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Heatmap/Heatmap.cs b/Assets/XCharts/Runtime/Serie/Heatmap/Heatmap.cs index bb61327b..8fa9b03d 100644 --- a/Assets/XCharts/Runtime/Serie/Heatmap/Heatmap.cs +++ b/Assets/XCharts/Runtime/Serie/Heatmap/Heatmap.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Heatmap/HeatmapHandler.cs b/Assets/XCharts/Runtime/Serie/Heatmap/HeatmapHandler.cs index d6e51beb..e393091a 100644 --- a/Assets/XCharts/Runtime/Serie/Heatmap/HeatmapHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Heatmap/HeatmapHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/InteractData.cs b/Assets/XCharts/Runtime/Serie/InteractData.cs index a40974ab..161fd6aa 100644 --- a/Assets/XCharts/Runtime/Serie/InteractData.cs +++ b/Assets/XCharts/Runtime/Serie/InteractData.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Line/Line.cs b/Assets/XCharts/Runtime/Serie/Line/Line.cs index 7f7d50b0..f79fea28 100644 --- a/Assets/XCharts/Runtime/Serie/Line/Line.cs +++ b/Assets/XCharts/Runtime/Serie/Line/Line.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Line/LineHandler.GridCoord.cs b/Assets/XCharts/Runtime/Serie/Line/LineHandler.GridCoord.cs index f4257375..5b8afdf9 100644 --- a/Assets/XCharts/Runtime/Serie/Line/LineHandler.GridCoord.cs +++ b/Assets/XCharts/Runtime/Serie/Line/LineHandler.GridCoord.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using System.Text; diff --git a/Assets/XCharts/Runtime/Serie/Line/LineHandler.PolarCoord.cs b/Assets/XCharts/Runtime/Serie/Line/LineHandler.PolarCoord.cs index 7a7d2f2f..753859d2 100644 --- a/Assets/XCharts/Runtime/Serie/Line/LineHandler.PolarCoord.cs +++ b/Assets/XCharts/Runtime/Serie/Line/LineHandler.PolarCoord.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Serie/Line/LineHelper.cs b/Assets/XCharts/Runtime/Serie/Line/LineHelper.cs index 3fbdd846..6f3c5934 100644 --- a/Assets/XCharts/Runtime/Serie/Line/LineHelper.cs +++ b/Assets/XCharts/Runtime/Serie/Line/LineHelper.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Liquid/Liquid.cs b/Assets/XCharts/Runtime/Serie/Liquid/Liquid.cs index d7a3a877..c878ff7c 100644 --- a/Assets/XCharts/Runtime/Serie/Liquid/Liquid.cs +++ b/Assets/XCharts/Runtime/Serie/Liquid/Liquid.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Liquid/LiquidHandler.cs b/Assets/XCharts/Runtime/Serie/Liquid/LiquidHandler.cs index 6929c3b7..de71935c 100644 --- a/Assets/XCharts/Runtime/Serie/Liquid/LiquidHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Liquid/LiquidHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/Serie/Parallel/Parallel.cs b/Assets/XCharts/Runtime/Serie/Parallel/Parallel.cs index 0e83660f..9b4c513f 100644 --- a/Assets/XCharts/Runtime/Serie/Parallel/Parallel.cs +++ b/Assets/XCharts/Runtime/Serie/Parallel/Parallel.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Parallel/ParallelHandler.cs b/Assets/XCharts/Runtime/Serie/Parallel/ParallelHandler.cs index f424469b..064cb0b5 100644 --- a/Assets/XCharts/Runtime/Serie/Parallel/ParallelHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Parallel/ParallelHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Pie/Pie.cs b/Assets/XCharts/Runtime/Serie/Pie/Pie.cs index 536e0ccb..4b823a0b 100644 --- a/Assets/XCharts/Runtime/Serie/Pie/Pie.cs +++ b/Assets/XCharts/Runtime/Serie/Pie/Pie.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ namespace XCharts { diff --git a/Assets/XCharts/Runtime/Serie/Pie/PieHandler.cs b/Assets/XCharts/Runtime/Serie/Pie/PieHandler.cs index 4a8d40ea..4ea8e7e8 100644 --- a/Assets/XCharts/Runtime/Serie/Pie/PieHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Pie/PieHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Radar/Radar.cs b/Assets/XCharts/Runtime/Serie/Radar/Radar.cs index 1b155ca6..5f14d613 100644 --- a/Assets/XCharts/Runtime/Serie/Radar/Radar.cs +++ b/Assets/XCharts/Runtime/Serie/Radar/Radar.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Radar/RadarHandler.cs b/Assets/XCharts/Runtime/Serie/Radar/RadarHandler.cs index 0832ce7c..0e7875a7 100644 --- a/Assets/XCharts/Runtime/Serie/Radar/RadarHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Radar/RadarHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Ring/Ring.cs b/Assets/XCharts/Runtime/Serie/Ring/Ring.cs index e2ce8ff5..6ec8dcc1 100644 --- a/Assets/XCharts/Runtime/Serie/Ring/Ring.cs +++ b/Assets/XCharts/Runtime/Serie/Ring/Ring.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Ring/RingHandler.cs b/Assets/XCharts/Runtime/Serie/Ring/RingHandler.cs index 696d9ce8..5d04a248 100644 --- a/Assets/XCharts/Runtime/Serie/Ring/RingHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Ring/RingHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using System.Text; diff --git a/Assets/XCharts/Runtime/Serie/Scatter/BaseScatter.cs b/Assets/XCharts/Runtime/Serie/Scatter/BaseScatter.cs index 5c5e73d6..d82fb722 100644 --- a/Assets/XCharts/Runtime/Serie/Scatter/BaseScatter.cs +++ b/Assets/XCharts/Runtime/Serie/Scatter/BaseScatter.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ namespace XCharts { diff --git a/Assets/XCharts/Runtime/Serie/Scatter/BaseScatterHandler.cs b/Assets/XCharts/Runtime/Serie/Scatter/BaseScatterHandler.cs index 7dbf42ce..7f3fae47 100644 --- a/Assets/XCharts/Runtime/Serie/Scatter/BaseScatterHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Scatter/BaseScatterHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using System.Text; diff --git a/Assets/XCharts/Runtime/Serie/Scatter/EffectScatter.cs b/Assets/XCharts/Runtime/Serie/Scatter/EffectScatter.cs index 0a2a063f..d253660f 100644 --- a/Assets/XCharts/Runtime/Serie/Scatter/EffectScatter.cs +++ b/Assets/XCharts/Runtime/Serie/Scatter/EffectScatter.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Scatter/EffectScatterHandler.cs b/Assets/XCharts/Runtime/Serie/Scatter/EffectScatterHandler.cs index bd3f53b7..04bc4f17 100644 --- a/Assets/XCharts/Runtime/Serie/Scatter/EffectScatterHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Scatter/EffectScatterHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/Scatter/Scatter.cs b/Assets/XCharts/Runtime/Serie/Scatter/Scatter.cs index d258ffae..87a1fbb9 100644 --- a/Assets/XCharts/Runtime/Serie/Scatter/Scatter.cs +++ b/Assets/XCharts/Runtime/Serie/Scatter/Scatter.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ diff --git a/Assets/XCharts/Runtime/Serie/Scatter/ScatterHandler.cs b/Assets/XCharts/Runtime/Serie/Scatter/ScatterHandler.cs index a746be01..24e2ff52 100644 --- a/Assets/XCharts/Runtime/Serie/Scatter/ScatterHandler.cs +++ b/Assets/XCharts/Runtime/Serie/Scatter/ScatterHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ namespace XCharts { diff --git a/Assets/XCharts/Runtime/Serie/Serie.cs b/Assets/XCharts/Runtime/Serie/Serie.cs index 118c271e..c83aa43e 100644 --- a/Assets/XCharts/Runtime/Serie/Serie.cs +++ b/Assets/XCharts/Runtime/Serie/Serie.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/SerieContext.cs b/Assets/XCharts/Runtime/Serie/SerieContext.cs index 86778cf1..50299245 100644 --- a/Assets/XCharts/Runtime/Serie/SerieContext.cs +++ b/Assets/XCharts/Runtime/Serie/SerieContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/SerieData.cs b/Assets/XCharts/Runtime/Serie/SerieData.cs index f03a3f11..70b9b7e3 100644 --- a/Assets/XCharts/Runtime/Serie/SerieData.cs +++ b/Assets/XCharts/Runtime/Serie/SerieData.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System; using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/SerieDataContext.cs b/Assets/XCharts/Runtime/Serie/SerieDataContext.cs index e5e4ac20..391b5660 100644 --- a/Assets/XCharts/Runtime/Serie/SerieDataContext.cs +++ b/Assets/XCharts/Runtime/Serie/SerieDataContext.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Serie/SerieHandler.cs b/Assets/XCharts/Runtime/Serie/SerieHandler.cs index 9f055036..9005c362 100644 --- a/Assets/XCharts/Runtime/Serie/SerieHandler.cs +++ b/Assets/XCharts/Runtime/Serie/SerieHandler.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using System.Text; diff --git a/Assets/XCharts/Runtime/Serie/SerieParams.cs b/Assets/XCharts/Runtime/Serie/SerieParams.cs index f55b7b4d..e833f91a 100644 --- a/Assets/XCharts/Runtime/Serie/SerieParams.cs +++ b/Assets/XCharts/Runtime/Serie/SerieParams.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Theme/AxisTheme.cs b/Assets/XCharts/Runtime/Theme/AxisTheme.cs index cb2fc67a..09d16adf 100644 --- a/Assets/XCharts/Runtime/Theme/AxisTheme.cs +++ b/Assets/XCharts/Runtime/Theme/AxisTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Theme/ComponentTheme.cs b/Assets/XCharts/Runtime/Theme/ComponentTheme.cs index abbb9e8e..80f2a90e 100644 --- a/Assets/XCharts/Runtime/Theme/ComponentTheme.cs +++ b/Assets/XCharts/Runtime/Theme/ComponentTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Theme/DataZoomTheme.cs b/Assets/XCharts/Runtime/Theme/DataZoomTheme.cs index 3fed15d1..19bc54a3 100644 --- a/Assets/XCharts/Runtime/Theme/DataZoomTheme.cs +++ b/Assets/XCharts/Runtime/Theme/DataZoomTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Theme/GaugeAxisTheme.cs b/Assets/XCharts/Runtime/Theme/GaugeAxisTheme.cs index 3a10f198..e63a48c3 100644 --- a/Assets/XCharts/Runtime/Theme/GaugeAxisTheme.cs +++ b/Assets/XCharts/Runtime/Theme/GaugeAxisTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Theme/LegendTheme.cs b/Assets/XCharts/Runtime/Theme/LegendTheme.cs index 4bc91c46..052e4fef 100644 --- a/Assets/XCharts/Runtime/Theme/LegendTheme.cs +++ b/Assets/XCharts/Runtime/Theme/LegendTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Theme/SerieTheme.cs b/Assets/XCharts/Runtime/Theme/SerieTheme.cs index df062d54..4b8c7646 100644 --- a/Assets/XCharts/Runtime/Theme/SerieTheme.cs +++ b/Assets/XCharts/Runtime/Theme/SerieTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Theme/SubTitleTheme.cs b/Assets/XCharts/Runtime/Theme/SubTitleTheme.cs index 350387ca..e005f48e 100644 --- a/Assets/XCharts/Runtime/Theme/SubTitleTheme.cs +++ b/Assets/XCharts/Runtime/Theme/SubTitleTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; diff --git a/Assets/XCharts/Runtime/Theme/Theme.cs b/Assets/XCharts/Runtime/Theme/Theme.cs index 370856cc..b55e5cee 100644 --- a/Assets/XCharts/Runtime/Theme/Theme.cs +++ b/Assets/XCharts/Runtime/Theme/Theme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Theme/ThemeStyle.cs b/Assets/XCharts/Runtime/Theme/ThemeStyle.cs index 31a0324b..56cfe8ef 100644 --- a/Assets/XCharts/Runtime/Theme/ThemeStyle.cs +++ b/Assets/XCharts/Runtime/Theme/ThemeStyle.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Theme/TitleTheme.cs b/Assets/XCharts/Runtime/Theme/TitleTheme.cs index 6085c882..ae1bef28 100644 --- a/Assets/XCharts/Runtime/Theme/TitleTheme.cs +++ b/Assets/XCharts/Runtime/Theme/TitleTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; diff --git a/Assets/XCharts/Runtime/Theme/TooltipTheme.cs b/Assets/XCharts/Runtime/Theme/TooltipTheme.cs index 1e5510d4..7353f775 100644 --- a/Assets/XCharts/Runtime/Theme/TooltipTheme.cs +++ b/Assets/XCharts/Runtime/Theme/TooltipTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Theme/VisualMapTheme.cs b/Assets/XCharts/Runtime/Theme/VisualMapTheme.cs index 9efa610a..2e3431cb 100644 --- a/Assets/XCharts/Runtime/Theme/VisualMapTheme.cs +++ b/Assets/XCharts/Runtime/Theme/VisualMapTheme.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Utilities/ColorUtil.cs b/Assets/XCharts/Runtime/Utilities/ColorUtil.cs index b4ed025a..f2b026f8 100644 --- a/Assets/XCharts/Runtime/Utilities/ColorUtil.cs +++ b/Assets/XCharts/Runtime/Utilities/ColorUtil.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; diff --git a/Assets/XCharts/Runtime/Utilities/DateTimeUtil.cs b/Assets/XCharts/Runtime/Utilities/DateTimeUtil.cs index aa18a530..ee80ae67 100644 --- a/Assets/XCharts/Runtime/Utilities/DateTimeUtil.cs +++ b/Assets/XCharts/Runtime/Utilities/DateTimeUtil.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Collections.Generic; diff --git a/Assets/XCharts/Runtime/Utilities/DefineSymbolsUtil.cs b/Assets/XCharts/Runtime/Utilities/DefineSymbolsUtil.cs index a0322442..84995e22 100644 --- a/Assets/XCharts/Runtime/Utilities/DefineSymbolsUtil.cs +++ b/Assets/XCharts/Runtime/Utilities/DefineSymbolsUtil.cs @@ -1,10 +1,4 @@ #if UNITY_EDITOR -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.Reflection; diff --git a/Assets/XCharts/Runtime/Utilities/PropertyUtil.cs b/Assets/XCharts/Runtime/Utilities/PropertyUtil.cs index 3ab7b222..6e3d06b8 100644 --- a/Assets/XCharts/Runtime/Utilities/PropertyUtil.cs +++ b/Assets/XCharts/Runtime/Utilities/PropertyUtil.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XCharts/Runtime/Utilities/ReflectionUtil.cs b/Assets/XCharts/Runtime/Utilities/ReflectionUtil.cs index 59c13274..5ab32767 100644 --- a/Assets/XCharts/Runtime/Utilities/ReflectionUtil.cs +++ b/Assets/XCharts/Runtime/Utilities/ReflectionUtil.cs @@ -1,12 +1,5 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; -using System.Collections.Generic; using System.Reflection; namespace XCharts diff --git a/Assets/XCharts/Runtime/Utilities/RuntimeUtil.cs b/Assets/XCharts/Runtime/Utilities/RuntimeUtil.cs index d200a1c8..993b20eb 100644 --- a/Assets/XCharts/Runtime/Utilities/RuntimeUtil.cs +++ b/Assets/XCharts/Runtime/Utilities/RuntimeUtil.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using System; using System.IO; diff --git a/Assets/XCharts/Runtime/Widgets/XCProgressBar.cs b/Assets/XCharts/Runtime/Widgets/XCProgressBar.cs index 1987d9cc..84f610bc 100644 --- a/Assets/XCharts/Runtime/Widgets/XCProgressBar.cs +++ b/Assets/XCharts/Runtime/Widgets/XCProgressBar.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/XUGL/UGL.cs b/Assets/XCharts/Runtime/XUGL/UGL.cs index 8a773b07..fd64e70d 100644 --- a/Assets/XCharts/Runtime/XUGL/UGL.cs +++ b/Assets/XCharts/Runtime/XUGL/UGL.cs @@ -1,10 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2020 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ - using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/XUGL/UGLExample.cs b/Assets/XCharts/Runtime/XUGL/UGLExample.cs index c04dd6b4..834a9d34 100644 --- a/Assets/XCharts/Runtime/XUGL/UGLExample.cs +++ b/Assets/XCharts/Runtime/XUGL/UGLExample.cs @@ -1,11 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2020 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ - -using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XCharts/Runtime/XUGL/UGLHelper.cs b/Assets/XCharts/Runtime/XUGL/UGLHelper.cs index 7e419e0f..856d2649 100644 --- a/Assets/XCharts/Runtime/XUGL/UGLHelper.cs +++ b/Assets/XCharts/Runtime/XUGL/UGLHelper.cs @@ -1,10 +1,3 @@ -/******************************************/ -/* */ -/* Copyright (c) 2020 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/******************************************/ - using System.Collections.Generic; using UnityEngine; diff --git a/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs b/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs index f934cb02..0183101c 100644 --- a/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs +++ b/Assets/XChartsDemo/Editor/ChartModuleDrawer.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEditor; using UnityEngine; diff --git a/Assets/XChartsDemo/Editor/DemoEditor.cs b/Assets/XChartsDemo/Editor/DemoEditor.cs index d68b32c0..59d0005a 100644 --- a/Assets/XChartsDemo/Editor/DemoEditor.cs +++ b/Assets/XChartsDemo/Editor/DemoEditor.cs @@ -1,10 +1,4 @@  -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEditor; @@ -15,7 +9,7 @@ namespace XChartsDemo /// </summary> [CustomEditor(typeof(Demo), false)] - internal class DemoEditor : Editor + internal class DemoEditor : UnityEditor.Editor { protected Demo m_Target; protected SerializedProperty m_Script; diff --git a/Assets/XChartsDemo/Runtime/Demo.cs b/Assets/XChartsDemo/Runtime/Demo.cs index cb491a4a..0e409dae 100644 --- a/Assets/XChartsDemo/Runtime/Demo.cs +++ b/Assets/XChartsDemo/Runtime/Demo.cs @@ -1,10 +1,4 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ - + using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; diff --git a/Assets/XChartsDemo/Runtime/Demo_Animation.cs b/Assets/XChartsDemo/Runtime/Demo_Animation.cs index 4f1f8544..f547854e 100644 --- a/Assets/XChartsDemo/Runtime/Demo_Animation.cs +++ b/Assets/XChartsDemo/Runtime/Demo_Animation.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XChartsDemo/Runtime/Demo_Line12.cs b/Assets/XChartsDemo/Runtime/Demo_Line12.cs index ac21a048..d08380ae 100644 --- a/Assets/XChartsDemo/Runtime/Demo_Line12.cs +++ b/Assets/XChartsDemo/Runtime/Demo_Line12.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XChartsDemo/Runtime/Demo_Performance.cs b/Assets/XChartsDemo/Runtime/Demo_Performance.cs index 2a95e643..4264592b 100644 --- a/Assets/XChartsDemo/Runtime/Demo_Performance.cs +++ b/Assets/XChartsDemo/Runtime/Demo_Performance.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI; diff --git a/Assets/XChartsDemo/Runtime/UIUtil.cs b/Assets/XChartsDemo/Runtime/UIUtil.cs index a86e0c15..d193b692 100644 --- a/Assets/XChartsDemo/Runtime/UIUtil.cs +++ b/Assets/XChartsDemo/Runtime/UIUtil.cs @@ -1,9 +1,3 @@ -/************************************************/ -/* */ -/* Copyright (c) 2018 - 2021 monitor1394 */ -/* https://github.com/monitor1394 */ -/* */ -/************************************************/ using UnityEngine; using UnityEngine.UI;