From e72349a69fd02cb51f93e1f1e9265c3d7f93e3e4 Mon Sep 17 00:00:00 2001 From: monitor1394 Date: Sat, 19 Feb 2022 22:37:57 +0800 Subject: [PATCH] 3.0 - namespace --- Editor/Charts/BaseChartEditor.cs | 1 + Editor/ChildComponents/AnimationDrawer.cs | 1 + Editor/ChildComponents/AreaStyleDrawer.cs | 1 + Editor/ChildComponents/ComponentThemeDrawer.cs | 1 + Editor/ChildComponents/EmphasisStyleDrawer.cs | 1 + Editor/ChildComponents/IconStyleDrawer.cs | 1 + Editor/ChildComponents/ItemStyleDrawer.cs | 1 + Editor/ChildComponents/LabelLineDrawer.cs | 1 + Editor/ChildComponents/LabelStyleDrawer.cs | 1 + Editor/ChildComponents/LineArrowDrawer.cs | 1 + Editor/ChildComponents/LineDrawer.cs | 1 + Editor/ChildComponents/LineStyleDrawer.cs | 1 + Editor/ChildComponents/LocationDrawer.cs | 1 + Editor/ChildComponents/SettingsDrawer.cs | 1 + Editor/ChildComponents/SymbolStyleDrawer.cs | 1 + Editor/ChildComponents/TextLimitDrawer.cs | 1 + Editor/ChildComponents/TextStyleDrawer.cs | 1 + Editor/ChildComponents/ThemeDrawer.cs | 1 + Editor/ChildComponents/TitleStyleDrawer.cs | 1 + Editor/MainComponents/AxisEditor.cs | 1 + Editor/MainComponents/BackgroundEditor.cs | 1 + Editor/MainComponents/DataZoomEditor.cs | 1 + Editor/MainComponents/GridCoordEditor.cs | 1 + Editor/MainComponents/LegendEditor.cs | 1 + Editor/MainComponents/MainComponentBaseEditor.cs | 1 + Editor/MainComponents/MainComponentEditor.cs | 1 + Editor/MainComponents/MainComponentListEditor.cs | 1 + Editor/MainComponents/MarkAreaEditor.cs | 1 + Editor/MainComponents/MarkLineEditor.cs | 1 + Editor/MainComponents/ParallelCoordEditor.cs | 1 + Editor/MainComponents/PolarCoordEditor.cs | 1 + Editor/MainComponents/RadarCoordEditor.cs | 1 + Editor/MainComponents/ThemeEditor.cs | 1 + Editor/MainComponents/TitleEditor.cs | 1 + Editor/MainComponents/TooltipEditor.cs | 1 + Editor/MainComponents/VesselEditor.cs | 1 + Editor/MainComponents/VisualMapEditor.cs | 1 + Editor/Series/BarEditor.cs | 1 + Editor/Series/CandlestickEditor.cs | 1 + Editor/Series/EffectScatterEditor.cs | 2 +- Editor/Series/HeatmapEditor.cs | 1 + Editor/Series/LineEditor.cs | 2 +- Editor/Series/LiquidEditor.cs | 2 +- Editor/Series/ParallelEditor.cs | 2 +- Editor/Series/PieEditor.cs | 2 +- Editor/Series/RadarEditor.cs | 2 +- Editor/Series/RingEditor.cs | 2 +- Editor/Series/ScatterEditor.cs | 2 +- Editor/Series/SerieBaseEditor.cs | 1 + Editor/Series/SerieEditor.cs | 1 + Editor/Series/SerieListEditor.cs | 1 + Editor/Series/SimplifiedBarEditor.cs | 1 + Editor/Series/SimplifiedCandlestickEditor.cs | 2 +- Editor/Series/SimplifiedLineEditor.cs | 2 +- Editor/Utilities/ChartEditorHelper.cs | 2 +- Editor/Utilities/ThemeCheck.cs | 1 + Editor/Widgets/XCProgressBarEditor.cs | 1 + Editor/Windows/PraseExternalDataEditor.cs | 1 + Editor/Windows/XCSettingsEditor.cs | 1 + Editor/Windows/XChartsEditor.cs | 1 + Examples/Runtime/Example00_CheatSheet.cs | 1 + Examples/Runtime/Example01_UpdateData.cs | 1 + Examples/Runtime/Example02_ChartEvent.cs | 1 + Examples/Runtime/Example03_ChartAnimation.cs | 1 + Examples/Runtime/Example10_LineChart.cs | 1 + Examples/Runtime/Example11_AddSinCurve.cs | 1 + Examples/Runtime/Example12_CustomDrawing.cs | 1 + Examples/Runtime/Example13_LineSimple.cs | 1 + Examples/Runtime/Example20_BarChart.cs | 1 + Examples/Runtime/Example30_PieChart.cs | 1 + Examples/Runtime/Example31_PieUpdateName.cs | 1 + Examples/Runtime/Example40_Radar.cs | 1 + Examples/Runtime/Example41_RadarUpdate.cs | 1 + Examples/Runtime/Example50_Scatter.cs | 1 + Examples/Runtime/Example60_Heatmap.cs | 1 + Examples/Runtime/Example80_Polar.cs | 1 + Examples/Runtime/Example90_Candlestick.cs | 1 + Examples/Runtime/Example_Dynamic.cs | 1 + Examples/Runtime/Example_LargeData.cs | 1 + Examples/Runtime/Example_PieChart.cs | 1 + Examples/Runtime/Example_Test.cs | 1 + Examples/Runtime/Example_TestTime.cs | 2 +- Runtime/Chart/BarChart.cs | 2 +- Runtime/Chart/CandlestickChart.cs | 2 +- Runtime/Chart/HeatmapChart.cs | 2 +- Runtime/Chart/LineChart.cs | 2 +- Runtime/Chart/LiquidChart.cs | 2 +- Runtime/Chart/ParallelChart.cs | 2 +- Runtime/Chart/PieChart.cs | 2 +- Runtime/Chart/PolarChart.cs | 2 +- Runtime/Chart/RadarChart.cs | 2 +- Runtime/Chart/RingChart.cs | 2 +- Runtime/Chart/ScatterChart.cs | 2 +- Runtime/Chart/SimplifiedBarChart.cs | 2 +- Runtime/Chart/SimplifiedCandlestickChart.cs | 2 +- Runtime/Chart/SimplifiedLineChart.cs | 2 +- Runtime/Component/Animation/AnimationStyle.cs | 2 +- Runtime/Component/Animation/AnimationStyleContext.cs | 2 +- Runtime/Component/Animation/AnimationStyleHelper.cs | 2 +- Runtime/Component/Axis/AngleAxis/AngleAxis.cs | 2 +- Runtime/Component/Axis/AngleAxis/AngleAxisHandler.cs | 2 +- Runtime/Component/Axis/Axis.cs | 2 +- Runtime/Component/Axis/AxisContext.cs | 2 +- Runtime/Component/Axis/AxisHandler.cs | 2 +- Runtime/Component/Axis/AxisHelper.cs | 2 +- Runtime/Component/Axis/AxisLabel.cs | 2 +- Runtime/Component/Axis/AxisLine.cs | 2 +- Runtime/Component/Axis/AxisName.cs | 2 +- Runtime/Component/Axis/AxisSplitArea.cs | 2 +- Runtime/Component/Axis/AxisSplitLine.cs | 2 +- Runtime/Component/Axis/AxisTick.cs | 2 +- Runtime/Component/Axis/ParallelAxis/ParallelAxis.cs | 2 +- Runtime/Component/Axis/ParallelAxis/ParallelAxisHander.cs | 2 +- Runtime/Component/Axis/RadiusAxis/RadiusAxis.cs | 2 +- Runtime/Component/Axis/RadiusAxis/RadiusAxisHandler.cs | 2 +- Runtime/Component/Axis/SingleAxis/SingleAxis.cs | 2 +- Runtime/Component/Axis/SingleAxis/SingleAxisHandler.cs | 2 +- Runtime/Component/Axis/XAxis/XAxis.cs | 2 +- Runtime/Component/Axis/XAxis/XAxisHander.cs | 2 +- Runtime/Component/Axis/YAxis/YAxis.cs | 2 +- Runtime/Component/Axis/YAxis/YAxisHander.cs | 2 +- Runtime/Component/Background/Background.cs | 2 +- Runtime/Component/Background/BackgroundHandler.cs | 2 +- Runtime/Component/Child/AreaStyle.cs | 2 +- Runtime/Component/Child/ArrowStyle.cs | 2 +- Runtime/Component/Child/BaseLine.cs | 2 +- Runtime/Component/Child/Emphasis.cs | 2 +- Runtime/Component/Child/EndLabelStyle.cs | 2 +- Runtime/Component/Child/IconStyle.cs | 2 +- Runtime/Component/Child/ItemStyle.cs | 2 +- Runtime/Component/Child/LabelLine.cs | 2 +- Runtime/Component/Child/LabelStyle.cs | 2 +- Runtime/Component/Child/LineArrow.cs | 2 +- Runtime/Component/Child/LineStyle.cs | 2 +- Runtime/Component/Child/Location.cs | 2 +- Runtime/Component/Child/StageColor.cs | 2 +- Runtime/Component/Child/SymbolStyle.cs | 2 +- Runtime/Component/Child/TextLimit.cs | 2 +- Runtime/Component/Child/TextStyle.cs | 2 +- Runtime/Component/DataZoom/DataZoom.cs | 2 +- Runtime/Component/DataZoom/DataZoomContext.cs | 2 +- Runtime/Component/DataZoom/DataZoomHandler.cs | 2 +- Runtime/Component/DataZoom/DataZoomHelper.cs | 2 +- Runtime/Component/Debug/DebugInfo.cs | 2 +- Runtime/Component/Legend/Legend.cs | 2 +- Runtime/Component/Legend/LegendContext.cs | 2 +- Runtime/Component/Legend/LegendHandler.cs | 2 +- Runtime/Component/Legend/LegendHelper.cs | 2 +- Runtime/Component/Mark/MarkArea.cs | 2 +- Runtime/Component/Mark/MarkAreaHandler.cs | 2 +- Runtime/Component/Mark/MarkLine.cs | 2 +- Runtime/Component/Mark/MarkLineHandler.cs | 2 +- Runtime/Component/Mark/MarkLineHelper.cs | 2 +- Runtime/Component/Radar/RadarCoord.cs | 2 +- Runtime/Component/Radar/RadarCoordContext.cs | 2 +- Runtime/Component/Radar/RadarCoordHandler.cs | 2 +- Runtime/Component/Settings/Settings.cs | 2 +- Runtime/Component/Title/Title.cs | 2 +- Runtime/Component/Title/TitleHandler.cs | 2 +- Runtime/Component/Title/TitleStyle.cs | 2 +- Runtime/Component/Tooltip/Tooltip.cs | 2 +- Runtime/Component/Tooltip/TooltipContext.cs | 2 +- Runtime/Component/Tooltip/TooltipHandler.cs | 2 +- Runtime/Component/Tooltip/TooltipHelper.cs | 2 +- Runtime/Component/Tooltip/TooltipView.cs | 2 +- Runtime/Component/Vessel/Vessel.cs | 2 +- Runtime/Component/Vessel/VesselContext.cs | 2 +- Runtime/Component/Vessel/VesselHandler.cs | 2 +- Runtime/Component/Vessel/VesselHelper.cs | 2 +- Runtime/Component/VisualMap/VisualMap.cs | 2 +- Runtime/Component/VisualMap/VisualMapContext.cs | 2 +- Runtime/Component/VisualMap/VisualMapHandler.cs | 2 +- Runtime/Component/VisualMap/VisualMapHelper.cs | 2 +- Runtime/Coord/Calendar/CalendarCoord.cs | 2 +- Runtime/Coord/Calendar/CalendarCoordHandler.cs | 2 +- Runtime/Coord/Grid/GridCoord.cs | 2 +- Runtime/Coord/Grid/GridCoordContext.cs | 2 +- Runtime/Coord/Grid/GridCoordHandler.cs | 2 +- Runtime/Coord/Parallel/ParallelCoord.cs | 2 +- Runtime/Coord/Parallel/ParallelCoordContext.cs | 2 +- Runtime/Coord/Parallel/ParallelCoordHandler.cs | 2 +- Runtime/Coord/Polar/PolarCoord.cs | 2 +- Runtime/Coord/Polar/PolarCoordContext.cs | 2 +- Runtime/Coord/Polar/PolarCoordHandler.cs | 2 +- Runtime/Coord/Polar/PolarHelper.cs | 2 +- Runtime/Coord/SingleAxis/SingleAxisCoord.cs | 2 +- Runtime/Helper/CheckHelper.cs | 2 +- Runtime/Helper/FormatterHelper.cs | 2 +- Runtime/Helper/SerieHelper.cs | 2 +- Runtime/Helper/SerieLabelHelper.cs | 2 +- Runtime/Helper/SeriesHelper.cs | 2 +- Runtime/I18n/Lang.cs | 2 +- Runtime/Internal/Attributes/ComponentHandlerAttribute.cs | 2 +- Runtime/Internal/Attributes/CoordOptionsAttribute.cs | 2 +- Runtime/Internal/Attributes/DefaultAnimationAttribute.cs | 2 +- Runtime/Internal/Attributes/ListForAttribute.cs | 2 +- Runtime/Internal/Attributes/ListForComponentAttribute.cs | 2 +- Runtime/Internal/Attributes/ListForSerieAttribute.cs | 2 +- Runtime/Internal/Attributes/RequireChartComponentAttribute.cs | 2 +- Runtime/Internal/Attributes/SerieConvertAttribute.cs | 2 +- Runtime/Internal/Attributes/SerieExtraComponentAttribute.cs | 2 +- Runtime/Internal/Attributes/SerieHandlerAttribute.cs | 2 +- Runtime/Internal/BaseChart.API.cs | 2 +- Runtime/Internal/BaseChart.Component.cs | 2 +- Runtime/Internal/BaseChart.Custom.cs | 2 +- Runtime/Internal/BaseChart.Draw.cs | 2 +- Runtime/Internal/BaseChart.Serie.cs | 2 +- Runtime/Internal/BaseChart.cs | 2 +- Runtime/Internal/BaseGraph.API.cs | 2 +- Runtime/Internal/BaseGraph.cs | 2 +- Runtime/Internal/Basic/BaseSerie.cs | 2 +- Runtime/Internal/Basic/ChildComponent.cs | 2 +- Runtime/Internal/Basic/CoordSystem.cs | 2 +- Runtime/Internal/Basic/MainComponent.cs | 2 +- Runtime/Internal/Basic/MainComponentContext.cs | 2 +- Runtime/Internal/Misc/DelegateFunction.cs | 2 +- Runtime/Internal/Misc/Enums.cs | 2 +- Runtime/Internal/Misc/INeedSerieContainer.cs | 2 +- Runtime/Internal/Misc/IPropertyChanged.cs | 2 +- Runtime/Internal/Misc/IRectContext.cs | 2 +- Runtime/Internal/Misc/ISerieContainer.cs | 2 +- Runtime/Internal/Misc/ISerieDataComponent.cs | 2 +- Runtime/Internal/Misc/ISerieExtraComponent.cs | 2 +- Runtime/Internal/Misc/ISimplifiedSerie.cs | 2 +- Runtime/Internal/Misc/IUpdateRuntimeData.cs | 2 +- Runtime/Internal/Object/ChartLabel.cs | 2 +- Runtime/Internal/Object/ChartObject.cs | 2 +- Runtime/Internal/Object/ChartText.cs | 2 +- Runtime/Internal/Object/LegendItem.cs | 2 +- Runtime/Internal/Painter.cs | 2 +- Runtime/Internal/Pools/AxisPool.cs | 2 +- Runtime/Internal/Pools/ListPool.cs | 2 +- Runtime/Internal/Pools/ObjectPool.cs | 2 +- Runtime/Internal/Pools/SerieDataPool.cs | 2 +- Runtime/Internal/Pools/SerieLabelPool.cs | 2 +- Runtime/Internal/Utilities/ChartCached.cs | 2 +- Runtime/Internal/Utilities/ChartConst.cs | 2 +- Runtime/Internal/Utilities/ChartDrawer.cs | 2 +- Runtime/Internal/Utilities/ChartHelper.cs | 2 +- Runtime/Internal/Utilities/ComponentHelper.cs | 2 +- Runtime/Internal/Utilities/DataHelper.cs | 2 +- Runtime/Internal/Utilities/LayoutHelper.cs | 2 +- Runtime/Internal/Utilities/MathUtil.cs | 2 +- Runtime/Internal/XCResourcesImporter.cs | 2 +- Runtime/Internal/XCSettings.cs | 2 +- Runtime/Internal/XCThemeMgr.cs | 2 +- Runtime/Internal/XChartsMgr.cs | 2 +- Runtime/Serie/Bar/Bar.cs | 2 +- Runtime/Serie/Bar/BarHandler.cs | 2 +- Runtime/Serie/Bar/SimplifiedBar.cs | 2 +- Runtime/Serie/Bar/SimplifiedBarHandler.cs | 2 +- Runtime/Serie/Candlestick/Candlestick.cs | 2 +- Runtime/Serie/Candlestick/CandlestickHandler.cs | 2 +- Runtime/Serie/Candlestick/SimplifiedCandlestick.cs | 2 +- Runtime/Serie/Candlestick/SimplifiedCandlestickHandler.cs | 2 +- Runtime/Serie/Heatmap/Heatmap.cs | 2 +- Runtime/Serie/Heatmap/HeatmapHandler.cs | 2 +- Runtime/Serie/InteractData.cs | 2 +- Runtime/Serie/Line/Line.cs | 2 +- Runtime/Serie/Line/LineHandler.GridCoord.cs | 2 +- Runtime/Serie/Line/LineHandler.PolarCoord.cs | 2 +- Runtime/Serie/Line/LineHandler.cs | 2 +- Runtime/Serie/Line/LineHelper.cs | 2 +- Runtime/Serie/Line/SimplifiedLine.cs | 2 +- Runtime/Serie/Line/SimplifiedLineHandler.cs | 2 +- Runtime/Serie/Liquid/Liquid.cs | 2 +- Runtime/Serie/Liquid/LiquidHandler.cs | 2 +- Runtime/Serie/Parallel/Parallel.cs | 2 +- Runtime/Serie/Parallel/ParallelHandler.cs | 2 +- Runtime/Serie/Pie/Pie.cs | 2 +- Runtime/Serie/Pie/PieHandler.cs | 2 +- Runtime/Serie/Radar/Radar.cs | 2 +- Runtime/Serie/Radar/RadarHandler.cs | 2 +- Runtime/Serie/Ring/Ring.cs | 2 +- Runtime/Serie/Ring/RingHandler.cs | 2 +- Runtime/Serie/Scatter/BaseScatter.cs | 2 +- Runtime/Serie/Scatter/BaseScatterHandler.cs | 2 +- Runtime/Serie/Scatter/EffectScatter.cs | 2 +- Runtime/Serie/Scatter/EffectScatterHandler.cs | 2 +- Runtime/Serie/Scatter/Scatter.cs | 2 +- Runtime/Serie/Scatter/ScatterHandler.cs | 2 +- Runtime/Serie/Serie.ExtraComponent.cs | 2 +- Runtime/Serie/Serie.cs | 2 +- Runtime/Serie/SerieContext.cs | 2 +- Runtime/Serie/SerieData.cs | 2 +- Runtime/Serie/SerieDataContext.cs | 2 +- Runtime/Serie/SerieHandler.cs | 2 +- Runtime/Serie/SerieParams.cs | 2 +- Runtime/Theme/AxisTheme.cs | 2 +- Runtime/Theme/ComponentTheme.cs | 2 +- Runtime/Theme/DataZoomTheme.cs | 2 +- Runtime/Theme/LegendTheme.cs | 2 +- Runtime/Theme/SerieTheme.cs | 2 +- Runtime/Theme/SubTitleTheme.cs | 2 +- Runtime/Theme/Theme.cs | 2 +- Runtime/Theme/ThemeStyle.cs | 2 +- Runtime/Theme/TitleTheme.cs | 2 +- Runtime/Theme/TooltipTheme.cs | 2 +- Runtime/Theme/VisualMapTheme.cs | 2 +- Runtime/Utilities/ColorUtil.cs | 2 +- Runtime/Utilities/DateTimeUtil.cs | 2 +- Runtime/Utilities/DefineSymbolsUtil.cs | 2 +- Runtime/Utilities/PropertyUtil.cs | 2 +- Runtime/Utilities/ReflectionUtil.cs | 2 +- Runtime/Utilities/RuntimeUtil.cs | 2 +- Runtime/Widgets/XCProgressBar.cs | 2 +- 306 files changed, 306 insertions(+), 236 deletions(-) diff --git a/Editor/Charts/BaseChartEditor.cs b/Editor/Charts/BaseChartEditor.cs index a2a6fbb2..079d6a50 100644 --- a/Editor/Charts/BaseChartEditor.cs +++ b/Editor/Charts/BaseChartEditor.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Text; using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/AnimationDrawer.cs b/Editor/ChildComponents/AnimationDrawer.cs index c68aae73..f5fb1efa 100644 --- a/Editor/ChildComponents/AnimationDrawer.cs +++ b/Editor/ChildComponents/AnimationDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/AreaStyleDrawer.cs b/Editor/ChildComponents/AreaStyleDrawer.cs index 52b612bd..488d5cea 100644 --- a/Editor/ChildComponents/AreaStyleDrawer.cs +++ b/Editor/ChildComponents/AreaStyleDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/ComponentThemeDrawer.cs b/Editor/ChildComponents/ComponentThemeDrawer.cs index 07d2cb90..ad61a375 100644 --- a/Editor/ChildComponents/ComponentThemeDrawer.cs +++ b/Editor/ChildComponents/ComponentThemeDrawer.cs @@ -5,6 +5,7 @@ using UnityEngine; #if dUI_TextMeshPro using TMPro; #endif +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/EmphasisStyleDrawer.cs b/Editor/ChildComponents/EmphasisStyleDrawer.cs index 2fd0e9d1..f1348e80 100644 --- a/Editor/ChildComponents/EmphasisStyleDrawer.cs +++ b/Editor/ChildComponents/EmphasisStyleDrawer.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/IconStyleDrawer.cs b/Editor/ChildComponents/IconStyleDrawer.cs index 4ec811f7..ad4e6861 100644 --- a/Editor/ChildComponents/IconStyleDrawer.cs +++ b/Editor/ChildComponents/IconStyleDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/ItemStyleDrawer.cs b/Editor/ChildComponents/ItemStyleDrawer.cs index fdf30c5f..84100a74 100644 --- a/Editor/ChildComponents/ItemStyleDrawer.cs +++ b/Editor/ChildComponents/ItemStyleDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/LabelLineDrawer.cs b/Editor/ChildComponents/LabelLineDrawer.cs index c3809eaa..f2a443f8 100644 --- a/Editor/ChildComponents/LabelLineDrawer.cs +++ b/Editor/ChildComponents/LabelLineDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/LabelStyleDrawer.cs b/Editor/ChildComponents/LabelStyleDrawer.cs index f9b33bd7..31cc070a 100644 --- a/Editor/ChildComponents/LabelStyleDrawer.cs +++ b/Editor/ChildComponents/LabelStyleDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/LineArrowDrawer.cs b/Editor/ChildComponents/LineArrowDrawer.cs index c9bdb745..5029f0ff 100644 --- a/Editor/ChildComponents/LineArrowDrawer.cs +++ b/Editor/ChildComponents/LineArrowDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/LineDrawer.cs b/Editor/ChildComponents/LineDrawer.cs index 87921647..ab412603 100644 --- a/Editor/ChildComponents/LineDrawer.cs +++ b/Editor/ChildComponents/LineDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/LineStyleDrawer.cs b/Editor/ChildComponents/LineStyleDrawer.cs index b38d29ea..b0c93942 100644 --- a/Editor/ChildComponents/LineStyleDrawer.cs +++ b/Editor/ChildComponents/LineStyleDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/LocationDrawer.cs b/Editor/ChildComponents/LocationDrawer.cs index 6726be12..b895d4c3 100644 --- a/Editor/ChildComponents/LocationDrawer.cs +++ b/Editor/ChildComponents/LocationDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/SettingsDrawer.cs b/Editor/ChildComponents/SettingsDrawer.cs index 4592074e..88b82c55 100644 --- a/Editor/ChildComponents/SettingsDrawer.cs +++ b/Editor/ChildComponents/SettingsDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/SymbolStyleDrawer.cs b/Editor/ChildComponents/SymbolStyleDrawer.cs index 7b28120d..f7f15cec 100644 --- a/Editor/ChildComponents/SymbolStyleDrawer.cs +++ b/Editor/ChildComponents/SymbolStyleDrawer.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/TextLimitDrawer.cs b/Editor/ChildComponents/TextLimitDrawer.cs index 3387a885..9ba85653 100644 --- a/Editor/ChildComponents/TextLimitDrawer.cs +++ b/Editor/ChildComponents/TextLimitDrawer.cs @@ -1,6 +1,7 @@  using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/TextStyleDrawer.cs b/Editor/ChildComponents/TextStyleDrawer.cs index 20411a7c..7ec3f7bb 100644 --- a/Editor/ChildComponents/TextStyleDrawer.cs +++ b/Editor/ChildComponents/TextStyleDrawer.cs @@ -4,6 +4,7 @@ using UnityEngine; #if dUI_TextMeshPro using TMPro; #endif +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/ThemeDrawer.cs b/Editor/ChildComponents/ThemeDrawer.cs index 93d03d93..5e1ec0b9 100644 --- a/Editor/ChildComponents/ThemeDrawer.cs +++ b/Editor/ChildComponents/ThemeDrawer.cs @@ -5,6 +5,7 @@ using UnityEngine; #if dUI_TextMeshPro using TMPro; #endif +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/ChildComponents/TitleStyleDrawer.cs b/Editor/ChildComponents/TitleStyleDrawer.cs index eb81e0d6..12b1adc0 100644 --- a/Editor/ChildComponents/TitleStyleDrawer.cs +++ b/Editor/ChildComponents/TitleStyleDrawer.cs @@ -1,5 +1,6 @@ using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/AxisEditor.cs b/Editor/MainComponents/AxisEditor.cs index a105093c..3cae7e6f 100644 --- a/Editor/MainComponents/AxisEditor.cs +++ b/Editor/MainComponents/AxisEditor.cs @@ -1,6 +1,7 @@ using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/BackgroundEditor.cs b/Editor/MainComponents/BackgroundEditor.cs index 2e2e4900..25b9b5d1 100644 --- a/Editor/MainComponents/BackgroundEditor.cs +++ b/Editor/MainComponents/BackgroundEditor.cs @@ -1,6 +1,7 @@ using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/DataZoomEditor.cs b/Editor/MainComponents/DataZoomEditor.cs index d1011dbf..d67461e5 100644 --- a/Editor/MainComponents/DataZoomEditor.cs +++ b/Editor/MainComponents/DataZoomEditor.cs @@ -1,5 +1,6 @@ using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/GridCoordEditor.cs b/Editor/MainComponents/GridCoordEditor.cs index 3b70781d..0baccf23 100644 --- a/Editor/MainComponents/GridCoordEditor.cs +++ b/Editor/MainComponents/GridCoordEditor.cs @@ -1,5 +1,6 @@ using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/LegendEditor.cs b/Editor/MainComponents/LegendEditor.cs index 782906a1..fd19f578 100644 --- a/Editor/MainComponents/LegendEditor.cs +++ b/Editor/MainComponents/LegendEditor.cs @@ -1,5 +1,6 @@ using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/MainComponentBaseEditor.cs b/Editor/MainComponents/MainComponentBaseEditor.cs index dd83785b..a9da0246 100644 --- a/Editor/MainComponents/MainComponentBaseEditor.cs +++ b/Editor/MainComponents/MainComponentBaseEditor.cs @@ -2,6 +2,7 @@ using UnityEditor; using UnityEngine; using UnityEngine.Assertions; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/MainComponentEditor.cs b/Editor/MainComponents/MainComponentEditor.cs index cea3d137..e8bc3abb 100644 --- a/Editor/MainComponents/MainComponentEditor.cs +++ b/Editor/MainComponents/MainComponentEditor.cs @@ -1,4 +1,5 @@ +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/MainComponentListEditor.cs b/Editor/MainComponents/MainComponentListEditor.cs index a8cc0188..aabb5e2d 100644 --- a/Editor/MainComponents/MainComponentListEditor.cs +++ b/Editor/MainComponents/MainComponentListEditor.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using UnityEngine.Assertions; using UnityEditor; using System.Linq; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/MarkAreaEditor.cs b/Editor/MainComponents/MarkAreaEditor.cs index f97bf117..b51b69a4 100644 --- a/Editor/MainComponents/MarkAreaEditor.cs +++ b/Editor/MainComponents/MarkAreaEditor.cs @@ -1,6 +1,7 @@ using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/MarkLineEditor.cs b/Editor/MainComponents/MarkLineEditor.cs index e62b8b44..dde0250a 100644 --- a/Editor/MainComponents/MarkLineEditor.cs +++ b/Editor/MainComponents/MarkLineEditor.cs @@ -1,6 +1,7 @@ using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/ParallelCoordEditor.cs b/Editor/MainComponents/ParallelCoordEditor.cs index 5b073f68..bc76ff4c 100644 --- a/Editor/MainComponents/ParallelCoordEditor.cs +++ b/Editor/MainComponents/ParallelCoordEditor.cs @@ -1,5 +1,6 @@ using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/PolarCoordEditor.cs b/Editor/MainComponents/PolarCoordEditor.cs index 0bffced4..374db56d 100644 --- a/Editor/MainComponents/PolarCoordEditor.cs +++ b/Editor/MainComponents/PolarCoordEditor.cs @@ -1,5 +1,6 @@ using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/RadarCoordEditor.cs b/Editor/MainComponents/RadarCoordEditor.cs index 15eae902..d49b45e3 100644 --- a/Editor/MainComponents/RadarCoordEditor.cs +++ b/Editor/MainComponents/RadarCoordEditor.cs @@ -1,6 +1,7 @@ using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/ThemeEditor.cs b/Editor/MainComponents/ThemeEditor.cs index a2bfa9ff..29c79595 100644 --- a/Editor/MainComponents/ThemeEditor.cs +++ b/Editor/MainComponents/ThemeEditor.cs @@ -2,6 +2,7 @@ using UnityEditor; using UnityEngine; +using XCharts.Runtime; #if dUI_TextMeshPro using TMPro; #endif diff --git a/Editor/MainComponents/TitleEditor.cs b/Editor/MainComponents/TitleEditor.cs index 4bf5db25..2abf411b 100644 --- a/Editor/MainComponents/TitleEditor.cs +++ b/Editor/MainComponents/TitleEditor.cs @@ -1,5 +1,6 @@ using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/TooltipEditor.cs b/Editor/MainComponents/TooltipEditor.cs index aa5af106..fbb53cc6 100644 --- a/Editor/MainComponents/TooltipEditor.cs +++ b/Editor/MainComponents/TooltipEditor.cs @@ -1,5 +1,6 @@ using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/VesselEditor.cs b/Editor/MainComponents/VesselEditor.cs index 173a99dd..f2a21047 100644 --- a/Editor/MainComponents/VesselEditor.cs +++ b/Editor/MainComponents/VesselEditor.cs @@ -1,5 +1,6 @@ using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/MainComponents/VisualMapEditor.cs b/Editor/MainComponents/VisualMapEditor.cs index ca76de93..5ae46e0f 100644 --- a/Editor/MainComponents/VisualMapEditor.cs +++ b/Editor/MainComponents/VisualMapEditor.cs @@ -1,6 +1,7 @@ using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/BarEditor.cs b/Editor/Series/BarEditor.cs index ab0fa0bf..f98d2f16 100644 --- a/Editor/Series/BarEditor.cs +++ b/Editor/Series/BarEditor.cs @@ -1,3 +1,4 @@ +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/CandlestickEditor.cs b/Editor/Series/CandlestickEditor.cs index d4dde252..ff77a8db 100644 --- a/Editor/Series/CandlestickEditor.cs +++ b/Editor/Series/CandlestickEditor.cs @@ -1,3 +1,4 @@ +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/EffectScatterEditor.cs b/Editor/Series/EffectScatterEditor.cs index 8e38e34e..b6867444 100644 --- a/Editor/Series/EffectScatterEditor.cs +++ b/Editor/Series/EffectScatterEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/HeatmapEditor.cs b/Editor/Series/HeatmapEditor.cs index bfc2570a..1d2f98bb 100644 --- a/Editor/Series/HeatmapEditor.cs +++ b/Editor/Series/HeatmapEditor.cs @@ -1,4 +1,5 @@ +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/LineEditor.cs b/Editor/Series/LineEditor.cs index 2217ad0e..8f3df7eb 100644 --- a/Editor/Series/LineEditor.cs +++ b/Editor/Series/LineEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/LiquidEditor.cs b/Editor/Series/LiquidEditor.cs index 9314d5c9..35c02c6e 100644 --- a/Editor/Series/LiquidEditor.cs +++ b/Editor/Series/LiquidEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/ParallelEditor.cs b/Editor/Series/ParallelEditor.cs index 758c085b..c0d7b2c5 100644 --- a/Editor/Series/ParallelEditor.cs +++ b/Editor/Series/ParallelEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/PieEditor.cs b/Editor/Series/PieEditor.cs index 2446a271..906e1ab3 100644 --- a/Editor/Series/PieEditor.cs +++ b/Editor/Series/PieEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/RadarEditor.cs b/Editor/Series/RadarEditor.cs index 639872c4..7c672ec6 100644 --- a/Editor/Series/RadarEditor.cs +++ b/Editor/Series/RadarEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/RingEditor.cs b/Editor/Series/RingEditor.cs index 570a87db..ade67210 100644 --- a/Editor/Series/RingEditor.cs +++ b/Editor/Series/RingEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/ScatterEditor.cs b/Editor/Series/ScatterEditor.cs index 26fb06b5..77cd8bba 100644 --- a/Editor/Series/ScatterEditor.cs +++ b/Editor/Series/ScatterEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/SerieBaseEditor.cs b/Editor/Series/SerieBaseEditor.cs index 237862d3..bc6f8e78 100644 --- a/Editor/Series/SerieBaseEditor.cs +++ b/Editor/Series/SerieBaseEditor.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using UnityEditor; using UnityEngine; using UnityEngine.Assertions; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/SerieEditor.cs b/Editor/Series/SerieEditor.cs index 2daccf4f..ca912d0b 100644 --- a/Editor/Series/SerieEditor.cs +++ b/Editor/Series/SerieEditor.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/SerieListEditor.cs b/Editor/Series/SerieListEditor.cs index a4e0ca02..38d5c01c 100644 --- a/Editor/Series/SerieListEditor.cs +++ b/Editor/Series/SerieListEditor.cs @@ -5,6 +5,7 @@ using UnityEngine.Assertions; using UnityEditor; using System.Linq; using System.Reflection; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/SimplifiedBarEditor.cs b/Editor/Series/SimplifiedBarEditor.cs index fe5b643f..2a4090f3 100644 --- a/Editor/Series/SimplifiedBarEditor.cs +++ b/Editor/Series/SimplifiedBarEditor.cs @@ -1,4 +1,5 @@ +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/SimplifiedCandlestickEditor.cs b/Editor/Series/SimplifiedCandlestickEditor.cs index 86e72b5c..d180a578 100644 --- a/Editor/Series/SimplifiedCandlestickEditor.cs +++ b/Editor/Series/SimplifiedCandlestickEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Series/SimplifiedLineEditor.cs b/Editor/Series/SimplifiedLineEditor.cs index ffca06c4..23377fd5 100644 --- a/Editor/Series/SimplifiedLineEditor.cs +++ b/Editor/Series/SimplifiedLineEditor.cs @@ -1,4 +1,4 @@ - +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Utilities/ChartEditorHelper.cs b/Editor/Utilities/ChartEditorHelper.cs index d9c129ae..6df5d627 100644 --- a/Editor/Utilities/ChartEditorHelper.cs +++ b/Editor/Utilities/ChartEditorHelper.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEditor; using System.Collections.Generic; using System; -using UnityEngine.Assertions; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Utilities/ThemeCheck.cs b/Editor/Utilities/ThemeCheck.cs index e88f87bc..e8dda672 100644 --- a/Editor/Utilities/ThemeCheck.cs +++ b/Editor/Utilities/ThemeCheck.cs @@ -2,6 +2,7 @@ using System.IO; using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Widgets/XCProgressBarEditor.cs b/Editor/Widgets/XCProgressBarEditor.cs index 08b50ebf..9d4d7dc3 100644 --- a/Editor/Widgets/XCProgressBarEditor.cs +++ b/Editor/Widgets/XCProgressBarEditor.cs @@ -1,5 +1,6 @@  using UnityEditor; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Windows/PraseExternalDataEditor.cs b/Editor/Windows/PraseExternalDataEditor.cs index 7bec8745..06c68c84 100644 --- a/Editor/Windows/PraseExternalDataEditor.cs +++ b/Editor/Windows/PraseExternalDataEditor.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Windows/XCSettingsEditor.cs b/Editor/Windows/XCSettingsEditor.cs index 4b9654dd..e982e1d7 100644 --- a/Editor/Windows/XCSettingsEditor.cs +++ b/Editor/Windows/XCSettingsEditor.cs @@ -1,6 +1,7 @@ using UnityEditor; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Editor/Windows/XChartsEditor.cs b/Editor/Windows/XChartsEditor.cs index 992def5c..25bc4bc2 100644 --- a/Editor/Windows/XChartsEditor.cs +++ b/Editor/Windows/XChartsEditor.cs @@ -3,6 +3,7 @@ using UnityEditor; using UnityEngine; using UnityEngine.UI; using UnityEngine.EventSystems; +using XCharts.Runtime; namespace XCharts.Editor { diff --git a/Examples/Runtime/Example00_CheatSheet.cs b/Examples/Runtime/Example00_CheatSheet.cs index 24321f04..51565b0f 100644 --- a/Examples/Runtime/Example00_CheatSheet.cs +++ b/Examples/Runtime/Example00_CheatSheet.cs @@ -2,6 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example01_UpdateData.cs b/Examples/Runtime/Example01_UpdateData.cs index 835bd146..76abf067 100644 --- a/Examples/Runtime/Example01_UpdateData.cs +++ b/Examples/Runtime/Example01_UpdateData.cs @@ -1,5 +1,6 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example02_ChartEvent.cs b/Examples/Runtime/Example02_ChartEvent.cs index bdf73279..599db9d1 100644 --- a/Examples/Runtime/Example02_ChartEvent.cs +++ b/Examples/Runtime/Example02_ChartEvent.cs @@ -1,6 +1,7 @@  using UnityEngine; using UnityEngine.EventSystems; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example03_ChartAnimation.cs b/Examples/Runtime/Example03_ChartAnimation.cs index 2922e291..98206825 100644 --- a/Examples/Runtime/Example03_ChartAnimation.cs +++ b/Examples/Runtime/Example03_ChartAnimation.cs @@ -1,5 +1,6 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example10_LineChart.cs b/Examples/Runtime/Example10_LineChart.cs index 44b30025..a1eec75b 100644 --- a/Examples/Runtime/Example10_LineChart.cs +++ b/Examples/Runtime/Example10_LineChart.cs @@ -1,6 +1,7 @@  using System.Collections; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example11_AddSinCurve.cs b/Examples/Runtime/Example11_AddSinCurve.cs index 327f3071..dd22ca3c 100644 --- a/Examples/Runtime/Example11_AddSinCurve.cs +++ b/Examples/Runtime/Example11_AddSinCurve.cs @@ -1,5 +1,6 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example12_CustomDrawing.cs b/Examples/Runtime/Example12_CustomDrawing.cs index 35b2090c..dbcf6505 100644 --- a/Examples/Runtime/Example12_CustomDrawing.cs +++ b/Examples/Runtime/Example12_CustomDrawing.cs @@ -2,6 +2,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; +using XCharts.Runtime; namespace XCharts.Example diff --git a/Examples/Runtime/Example13_LineSimple.cs b/Examples/Runtime/Example13_LineSimple.cs index 96bf9374..5cfb9429 100644 --- a/Examples/Runtime/Example13_LineSimple.cs +++ b/Examples/Runtime/Example13_LineSimple.cs @@ -1,5 +1,6 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example20_BarChart.cs b/Examples/Runtime/Example20_BarChart.cs index 88f8bfb1..594d665e 100644 --- a/Examples/Runtime/Example20_BarChart.cs +++ b/Examples/Runtime/Example20_BarChart.cs @@ -1,6 +1,7 @@  using System.Collections; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example30_PieChart.cs b/Examples/Runtime/Example30_PieChart.cs index 6b8aa08a..c7d8981d 100644 --- a/Examples/Runtime/Example30_PieChart.cs +++ b/Examples/Runtime/Example30_PieChart.cs @@ -2,6 +2,7 @@ using System.Collections; using UnityEngine; using UnityEngine.EventSystems; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example31_PieUpdateName.cs b/Examples/Runtime/Example31_PieUpdateName.cs index 25048724..b39f8a95 100644 --- a/Examples/Runtime/Example31_PieUpdateName.cs +++ b/Examples/Runtime/Example31_PieUpdateName.cs @@ -1,5 +1,6 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example40_Radar.cs b/Examples/Runtime/Example40_Radar.cs index bcb29c1f..b56e771a 100644 --- a/Examples/Runtime/Example40_Radar.cs +++ b/Examples/Runtime/Example40_Radar.cs @@ -2,6 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example41_RadarUpdate.cs b/Examples/Runtime/Example41_RadarUpdate.cs index 5bb0c9b7..5effeb66 100644 --- a/Examples/Runtime/Example41_RadarUpdate.cs +++ b/Examples/Runtime/Example41_RadarUpdate.cs @@ -1,5 +1,6 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example50_Scatter.cs b/Examples/Runtime/Example50_Scatter.cs index ab76ead6..1894bdd9 100644 --- a/Examples/Runtime/Example50_Scatter.cs +++ b/Examples/Runtime/Example50_Scatter.cs @@ -2,6 +2,7 @@ using System; using System.Collections.Generic; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example60_Heatmap.cs b/Examples/Runtime/Example60_Heatmap.cs index 648e5585..fe000dff 100644 --- a/Examples/Runtime/Example60_Heatmap.cs +++ b/Examples/Runtime/Example60_Heatmap.cs @@ -1,6 +1,7 @@  using System.Collections.Generic; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example80_Polar.cs b/Examples/Runtime/Example80_Polar.cs index 6a31238d..cb76cfb8 100644 --- a/Examples/Runtime/Example80_Polar.cs +++ b/Examples/Runtime/Example80_Polar.cs @@ -1,6 +1,7 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example90_Candlestick.cs b/Examples/Runtime/Example90_Candlestick.cs index 1c673e60..64fef408 100644 --- a/Examples/Runtime/Example90_Candlestick.cs +++ b/Examples/Runtime/Example90_Candlestick.cs @@ -1,6 +1,7 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example_Dynamic.cs b/Examples/Runtime/Example_Dynamic.cs index 8c3b714b..43d36a3a 100644 --- a/Examples/Runtime/Example_Dynamic.cs +++ b/Examples/Runtime/Example_Dynamic.cs @@ -1,6 +1,7 @@  using System; using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example_LargeData.cs b/Examples/Runtime/Example_LargeData.cs index a30eb2ea..6ae52e64 100644 --- a/Examples/Runtime/Example_LargeData.cs +++ b/Examples/Runtime/Example_LargeData.cs @@ -1,5 +1,6 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example_PieChart.cs b/Examples/Runtime/Example_PieChart.cs index bdd14345..f55f1b9f 100644 --- a/Examples/Runtime/Example_PieChart.cs +++ b/Examples/Runtime/Example_PieChart.cs @@ -1,5 +1,6 @@  using UnityEngine; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example_Test.cs b/Examples/Runtime/Example_Test.cs index 83e158c3..7b853d04 100644 --- a/Examples/Runtime/Example_Test.cs +++ b/Examples/Runtime/Example_Test.cs @@ -1,6 +1,7 @@  using UnityEngine; using UnityEngine.UI; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Examples/Runtime/Example_TestTime.cs b/Examples/Runtime/Example_TestTime.cs index dbb5597f..bb1879b9 100644 --- a/Examples/Runtime/Example_TestTime.cs +++ b/Examples/Runtime/Example_TestTime.cs @@ -1,6 +1,6 @@  using UnityEngine; -using UnityEngine.UI; +using XCharts.Runtime; namespace XCharts.Example { diff --git a/Runtime/Chart/BarChart.cs b/Runtime/Chart/BarChart.cs index d6aaad76..0a1966c2 100644 --- a/Runtime/Chart/BarChart.cs +++ b/Runtime/Chart/BarChart.cs @@ -1,7 +1,7 @@  using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/BarChart", 14)] [ExecuteInEditMode] diff --git a/Runtime/Chart/CandlestickChart.cs b/Runtime/Chart/CandlestickChart.cs index 1f0a1f69..181c24c5 100644 --- a/Runtime/Chart/CandlestickChart.cs +++ b/Runtime/Chart/CandlestickChart.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/CandlestickChart", 23)] [ExecuteInEditMode] diff --git a/Runtime/Chart/HeatmapChart.cs b/Runtime/Chart/HeatmapChart.cs index 11310462..7f53c3a7 100644 --- a/Runtime/Chart/HeatmapChart.cs +++ b/Runtime/Chart/HeatmapChart.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/HeatmapChart", 18)] [ExecuteInEditMode] diff --git a/Runtime/Chart/LineChart.cs b/Runtime/Chart/LineChart.cs index ff6bda99..efc84335 100644 --- a/Runtime/Chart/LineChart.cs +++ b/Runtime/Chart/LineChart.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/LineChart", 13)] [ExecuteInEditMode] diff --git a/Runtime/Chart/LiquidChart.cs b/Runtime/Chart/LiquidChart.cs index 75510b2d..52201805 100644 --- a/Runtime/Chart/LiquidChart.cs +++ b/Runtime/Chart/LiquidChart.cs @@ -1,7 +1,7 @@  using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// 水位图 diff --git a/Runtime/Chart/ParallelChart.cs b/Runtime/Chart/ParallelChart.cs index 13b8edfa..ac6deb86 100644 --- a/Runtime/Chart/ParallelChart.cs +++ b/Runtime/Chart/ParallelChart.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/ParallelChart", 25)] [ExecuteInEditMode] diff --git a/Runtime/Chart/PieChart.cs b/Runtime/Chart/PieChart.cs index d280ee06..9f17ff0a 100644 --- a/Runtime/Chart/PieChart.cs +++ b/Runtime/Chart/PieChart.cs @@ -1,7 +1,7 @@  using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/PieChart", 15)] [ExecuteInEditMode] diff --git a/Runtime/Chart/PolarChart.cs b/Runtime/Chart/PolarChart.cs index 509fbb3e..03ae5d52 100644 --- a/Runtime/Chart/PolarChart.cs +++ b/Runtime/Chart/PolarChart.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/PolarChart", 23)] [ExecuteInEditMode] diff --git a/Runtime/Chart/RadarChart.cs b/Runtime/Chart/RadarChart.cs index e09e27b3..fd5f48bc 100644 --- a/Runtime/Chart/RadarChart.cs +++ b/Runtime/Chart/RadarChart.cs @@ -1,7 +1,7 @@  using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/RadarChart", 16)] [ExecuteInEditMode] diff --git a/Runtime/Chart/RingChart.cs b/Runtime/Chart/RingChart.cs index 3cc38ba7..155a15ac 100644 --- a/Runtime/Chart/RingChart.cs +++ b/Runtime/Chart/RingChart.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/RingChart", 20)] [ExecuteInEditMode] diff --git a/Runtime/Chart/ScatterChart.cs b/Runtime/Chart/ScatterChart.cs index bf7b487e..7e890ced 100644 --- a/Runtime/Chart/ScatterChart.cs +++ b/Runtime/Chart/ScatterChart.cs @@ -1,7 +1,7 @@  using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/ScatterChart", 17)] [ExecuteInEditMode] diff --git a/Runtime/Chart/SimplifiedBarChart.cs b/Runtime/Chart/SimplifiedBarChart.cs index 4ebf7136..ab4f893d 100644 --- a/Runtime/Chart/SimplifiedBarChart.cs +++ b/Runtime/Chart/SimplifiedBarChart.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/SimplifiedBarChart", 27)] [ExecuteInEditMode] diff --git a/Runtime/Chart/SimplifiedCandlestickChart.cs b/Runtime/Chart/SimplifiedCandlestickChart.cs index f7e95cff..4bb28c79 100644 --- a/Runtime/Chart/SimplifiedCandlestickChart.cs +++ b/Runtime/Chart/SimplifiedCandlestickChart.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/SimplifiedCandlestickChart", 28)] [ExecuteInEditMode] diff --git a/Runtime/Chart/SimplifiedLineChart.cs b/Runtime/Chart/SimplifiedLineChart.cs index cdf0e227..96983ce3 100644 --- a/Runtime/Chart/SimplifiedLineChart.cs +++ b/Runtime/Chart/SimplifiedLineChart.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/SimplifiedLineChart", 26)] [ExecuteInEditMode] diff --git a/Runtime/Component/Animation/AnimationStyle.cs b/Runtime/Component/Animation/AnimationStyle.cs index aed9394e..e568fdac 100644 --- a/Runtime/Component/Animation/AnimationStyle.cs +++ b/Runtime/Component/Animation/AnimationStyle.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using System; -namespace XCharts +namespace XCharts.Runtime { public delegate float CustomAnimationDelay(int dataIndex); public delegate float CustomAnimationDuration(int dataIndex); diff --git a/Runtime/Component/Animation/AnimationStyleContext.cs b/Runtime/Component/Animation/AnimationStyleContext.cs index 325ee574..b4f423f3 100644 --- a/Runtime/Component/Animation/AnimationStyleContext.cs +++ b/Runtime/Component/Animation/AnimationStyleContext.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public struct AnimationStyleContext { diff --git a/Runtime/Component/Animation/AnimationStyleHelper.cs b/Runtime/Component/Animation/AnimationStyleHelper.cs index 7be69141..9ae4eb01 100644 --- a/Runtime/Component/Animation/AnimationStyleHelper.cs +++ b/Runtime/Component/Animation/AnimationStyleHelper.cs @@ -1,7 +1,7 @@ using UnityEngine; using XUGL; -namespace XCharts +namespace XCharts.Runtime { public static class AnimationStyleHelper { diff --git a/Runtime/Component/Axis/AngleAxis/AngleAxis.cs b/Runtime/Component/Axis/AngleAxis/AngleAxis.cs index b95537ac..b8ac5ace 100644 --- a/Runtime/Component/Axis/AngleAxis/AngleAxis.cs +++ b/Runtime/Component/Axis/AngleAxis/AngleAxis.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// Angle axis of Polar Coordinate. diff --git a/Runtime/Component/Axis/AngleAxis/AngleAxisHandler.cs b/Runtime/Component/Axis/AngleAxis/AngleAxisHandler.cs index b466d7c5..c2a2ee0a 100644 --- a/Runtime/Component/Axis/AngleAxis/AngleAxisHandler.cs +++ b/Runtime/Component/Axis/AngleAxis/AngleAxisHandler.cs @@ -2,7 +2,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class AngleAxisHandler : AxisHandler diff --git a/Runtime/Component/Axis/Axis.cs b/Runtime/Component/Axis/Axis.cs index adf35838..04f4f892 100644 --- a/Runtime/Component/Axis/Axis.cs +++ b/Runtime/Component/Axis/Axis.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// The axis in rectangular coordinate. diff --git a/Runtime/Component/Axis/AxisContext.cs b/Runtime/Component/Axis/AxisContext.cs index d5ab65e6..fb4610d5 100644 --- a/Runtime/Component/Axis/AxisContext.cs +++ b/Runtime/Component/Axis/AxisContext.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class AxisContext : MainComponentContext { diff --git a/Runtime/Component/Axis/AxisHandler.cs b/Runtime/Component/Axis/AxisHandler.cs index 8e7965c8..3a33bd89 100644 --- a/Runtime/Component/Axis/AxisHandler.cs +++ b/Runtime/Component/Axis/AxisHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { public abstract class AxisHandler : MainComponentHandler where T : Axis diff --git a/Runtime/Component/Axis/AxisHelper.cs b/Runtime/Component/Axis/AxisHelper.cs index 1a70fb36..1002a6b4 100644 --- a/Runtime/Component/Axis/AxisHelper.cs +++ b/Runtime/Component/Axis/AxisHelper.cs @@ -1,6 +1,6 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class AxisHelper { diff --git a/Runtime/Component/Axis/AxisLabel.cs b/Runtime/Component/Axis/AxisLabel.cs index c9c86471..d44c4b3a 100644 --- a/Runtime/Component/Axis/AxisLabel.cs +++ b/Runtime/Component/Axis/AxisLabel.cs @@ -3,7 +3,7 @@ using System; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { /// /// Settings related to axis label. diff --git a/Runtime/Component/Axis/AxisLine.cs b/Runtime/Component/Axis/AxisLine.cs index d13654b7..f4a402b3 100644 --- a/Runtime/Component/Axis/AxisLine.cs +++ b/Runtime/Component/Axis/AxisLine.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// Settings related to axis line. diff --git a/Runtime/Component/Axis/AxisName.cs b/Runtime/Component/Axis/AxisName.cs index c3b89d4b..d673d3ee 100644 --- a/Runtime/Component/Axis/AxisName.cs +++ b/Runtime/Component/Axis/AxisName.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// the name of axis. diff --git a/Runtime/Component/Axis/AxisSplitArea.cs b/Runtime/Component/Axis/AxisSplitArea.cs index c7c0777b..5cf81696 100644 --- a/Runtime/Component/Axis/AxisSplitArea.cs +++ b/Runtime/Component/Axis/AxisSplitArea.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// Split area of axis in grid area, not shown by default. diff --git a/Runtime/Component/Axis/AxisSplitLine.cs b/Runtime/Component/Axis/AxisSplitLine.cs index 802cba73..31c7b30e 100644 --- a/Runtime/Component/Axis/AxisSplitLine.cs +++ b/Runtime/Component/Axis/AxisSplitLine.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// Split line of axis in grid area. diff --git a/Runtime/Component/Axis/AxisTick.cs b/Runtime/Component/Axis/AxisTick.cs index fe619ed3..b9fbef39 100644 --- a/Runtime/Component/Axis/AxisTick.cs +++ b/Runtime/Component/Axis/AxisTick.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// Settings related to axis tick. diff --git a/Runtime/Component/Axis/ParallelAxis/ParallelAxis.cs b/Runtime/Component/Axis/ParallelAxis/ParallelAxis.cs index b1b06b27..97615c82 100644 --- a/Runtime/Component/Axis/ParallelAxis/ParallelAxis.cs +++ b/Runtime/Component/Axis/ParallelAxis/ParallelAxis.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [RequireChartComponent(typeof(ParallelCoord))] diff --git a/Runtime/Component/Axis/ParallelAxis/ParallelAxisHander.cs b/Runtime/Component/Axis/ParallelAxis/ParallelAxisHander.cs index a7827c3f..71ebd410 100644 --- a/Runtime/Component/Axis/ParallelAxis/ParallelAxisHander.cs +++ b/Runtime/Component/Axis/ParallelAxis/ParallelAxisHander.cs @@ -2,7 +2,7 @@ using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class ParallelAxisHander : AxisHandler diff --git a/Runtime/Component/Axis/RadiusAxis/RadiusAxis.cs b/Runtime/Component/Axis/RadiusAxis/RadiusAxis.cs index 26857f95..5f1c0690 100644 --- a/Runtime/Component/Axis/RadiusAxis/RadiusAxis.cs +++ b/Runtime/Component/Axis/RadiusAxis/RadiusAxis.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; -namespace XCharts +namespace XCharts.Runtime { /// /// Radial axis of polar coordinate. diff --git a/Runtime/Component/Axis/RadiusAxis/RadiusAxisHandler.cs b/Runtime/Component/Axis/RadiusAxis/RadiusAxisHandler.cs index 0f6c840d..87721d89 100644 --- a/Runtime/Component/Axis/RadiusAxis/RadiusAxisHandler.cs +++ b/Runtime/Component/Axis/RadiusAxis/RadiusAxisHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class RadiusAxisHandler : AxisHandler diff --git a/Runtime/Component/Axis/SingleAxis/SingleAxis.cs b/Runtime/Component/Axis/SingleAxis/SingleAxis.cs index 71710d24..84cb1024 100644 --- a/Runtime/Component/Axis/SingleAxis/SingleAxis.cs +++ b/Runtime/Component/Axis/SingleAxis/SingleAxis.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// Single axis. diff --git a/Runtime/Component/Axis/SingleAxis/SingleAxisHandler.cs b/Runtime/Component/Axis/SingleAxis/SingleAxisHandler.cs index 8ce7843f..75588884 100644 --- a/Runtime/Component/Axis/SingleAxis/SingleAxisHandler.cs +++ b/Runtime/Component/Axis/SingleAxis/SingleAxisHandler.cs @@ -2,7 +2,7 @@ using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class SingleAxisHander : AxisHandler diff --git a/Runtime/Component/Axis/XAxis/XAxis.cs b/Runtime/Component/Axis/XAxis/XAxis.cs index ff38a1d1..71127490 100644 --- a/Runtime/Component/Axis/XAxis/XAxis.cs +++ b/Runtime/Component/Axis/XAxis/XAxis.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// The x axis in cartesian(rectangular) coordinate. diff --git a/Runtime/Component/Axis/XAxis/XAxisHander.cs b/Runtime/Component/Axis/XAxis/XAxisHander.cs index 574c60cd..46fb9b77 100644 --- a/Runtime/Component/Axis/XAxis/XAxisHander.cs +++ b/Runtime/Component/Axis/XAxis/XAxisHander.cs @@ -2,7 +2,7 @@ using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class XAxisHander : AxisHandler diff --git a/Runtime/Component/Axis/YAxis/YAxis.cs b/Runtime/Component/Axis/YAxis/YAxis.cs index 99b2d652..9fc8be18 100644 --- a/Runtime/Component/Axis/YAxis/YAxis.cs +++ b/Runtime/Component/Axis/YAxis/YAxis.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; -namespace XCharts +namespace XCharts.Runtime { /// /// The x axis in cartesian(rectangular) coordinate. diff --git a/Runtime/Component/Axis/YAxis/YAxisHander.cs b/Runtime/Component/Axis/YAxis/YAxisHander.cs index dae4ef6f..b481c1d3 100644 --- a/Runtime/Component/Axis/YAxis/YAxisHander.cs +++ b/Runtime/Component/Axis/YAxis/YAxisHander.cs @@ -2,7 +2,7 @@ using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class YAxisHander : AxisHandler diff --git a/Runtime/Component/Background/Background.cs b/Runtime/Component/Background/Background.cs index 64d8119c..87f1139b 100644 --- a/Runtime/Component/Background/Background.cs +++ b/Runtime/Component/Background/Background.cs @@ -3,7 +3,7 @@ using System; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { /// /// Background component. diff --git a/Runtime/Component/Background/BackgroundHandler.cs b/Runtime/Component/Background/BackgroundHandler.cs index 457f1e17..0f978de1 100644 --- a/Runtime/Component/Background/BackgroundHandler.cs +++ b/Runtime/Component/Background/BackgroundHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class BackgroundHandler : MainComponentHandler diff --git a/Runtime/Component/Child/AreaStyle.cs b/Runtime/Component/Child/AreaStyle.cs index f5ec73aa..e47a1832 100644 --- a/Runtime/Component/Child/AreaStyle.cs +++ b/Runtime/Component/Child/AreaStyle.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// The style of area. diff --git a/Runtime/Component/Child/ArrowStyle.cs b/Runtime/Component/Child/ArrowStyle.cs index 2cb6eccc..9cef431b 100644 --- a/Runtime/Component/Child/ArrowStyle.cs +++ b/Runtime/Component/Child/ArrowStyle.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// diff --git a/Runtime/Component/Child/BaseLine.cs b/Runtime/Component/Child/BaseLine.cs index 23af16d9..d9920dc8 100644 --- a/Runtime/Component/Child/BaseLine.cs +++ b/Runtime/Component/Child/BaseLine.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// Settings related to base line. diff --git a/Runtime/Component/Child/Emphasis.cs b/Runtime/Component/Child/Emphasis.cs index b8115c62..310ec316 100644 --- a/Runtime/Component/Child/Emphasis.cs +++ b/Runtime/Component/Child/Emphasis.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// 高亮的图形样式和文本标签样式。 diff --git a/Runtime/Component/Child/EndLabelStyle.cs b/Runtime/Component/Child/EndLabelStyle.cs index 7e562dca..7653775e 100644 --- a/Runtime/Component/Child/EndLabelStyle.cs +++ b/Runtime/Component/Child/EndLabelStyle.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] public class EndLabelStyle : LabelStyle diff --git a/Runtime/Component/Child/IconStyle.cs b/Runtime/Component/Child/IconStyle.cs index f97c2358..7b7bfb2e 100644 --- a/Runtime/Component/Child/IconStyle.cs +++ b/Runtime/Component/Child/IconStyle.cs @@ -2,7 +2,7 @@ using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] public class IconStyle : ChildComponent, ISerieExtraComponent, ISerieDataComponent diff --git a/Runtime/Component/Child/ItemStyle.cs b/Runtime/Component/Child/ItemStyle.cs index 4f11b8b0..07891f53 100644 --- a/Runtime/Component/Child/ItemStyle.cs +++ b/Runtime/Component/Child/ItemStyle.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// 图形样式。 diff --git a/Runtime/Component/Child/LabelLine.cs b/Runtime/Component/Child/LabelLine.cs index e9ce5437..6a04b274 100644 --- a/Runtime/Component/Child/LabelLine.cs +++ b/Runtime/Component/Child/LabelLine.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] public class LabelLine : ChildComponent, ISerieExtraComponent, ISerieDataComponent diff --git a/Runtime/Component/Child/LabelStyle.cs b/Runtime/Component/Child/LabelStyle.cs index d38a16c6..c05dacaf 100644 --- a/Runtime/Component/Child/LabelStyle.cs +++ b/Runtime/Component/Child/LabelStyle.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// Text label of chart, to explain some data information about graphic item like value, name and so on. diff --git a/Runtime/Component/Child/LineArrow.cs b/Runtime/Component/Child/LineArrow.cs index 22c18f73..be5fea1f 100644 --- a/Runtime/Component/Child/LineArrow.cs +++ b/Runtime/Component/Child/LineArrow.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// diff --git a/Runtime/Component/Child/LineStyle.cs b/Runtime/Component/Child/LineStyle.cs index e8001517..c2bba4ac 100644 --- a/Runtime/Component/Child/LineStyle.cs +++ b/Runtime/Component/Child/LineStyle.cs @@ -2,7 +2,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// The style of line. diff --git a/Runtime/Component/Child/Location.cs b/Runtime/Component/Child/Location.cs index 81a93696..207e16b1 100644 --- a/Runtime/Component/Child/Location.cs +++ b/Runtime/Component/Child/Location.cs @@ -5,7 +5,7 @@ using UnityEngine; using TMPro; #endif -namespace XCharts +namespace XCharts.Runtime { /// /// Location type. Quick to set the general location. diff --git a/Runtime/Component/Child/StageColor.cs b/Runtime/Component/Child/StageColor.cs index 68d7952a..f280b39a 100644 --- a/Runtime/Component/Child/StageColor.cs +++ b/Runtime/Component/Child/StageColor.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] public class StageColor diff --git a/Runtime/Component/Child/SymbolStyle.cs b/Runtime/Component/Child/SymbolStyle.cs index bc06d59a..fa98bf28 100644 --- a/Runtime/Component/Child/SymbolStyle.cs +++ b/Runtime/Component/Child/SymbolStyle.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { /// /// the type of symbol. diff --git a/Runtime/Component/Child/TextLimit.cs b/Runtime/Component/Child/TextLimit.cs index 079c3fbb..95d17cb8 100644 --- a/Runtime/Component/Child/TextLimit.cs +++ b/Runtime/Component/Child/TextLimit.cs @@ -3,7 +3,7 @@ using System; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { /// /// Text character limitation and adaptation component. When the length of the text exceeds the set length, diff --git a/Runtime/Component/Child/TextStyle.cs b/Runtime/Component/Child/TextStyle.cs index 84eb7ed5..695666bb 100644 --- a/Runtime/Component/Child/TextStyle.cs +++ b/Runtime/Component/Child/TextStyle.cs @@ -5,7 +5,7 @@ using UnityEngine; using TMPro; #endif -namespace XCharts +namespace XCharts.Runtime { /// /// Settings related to text. diff --git a/Runtime/Component/DataZoom/DataZoom.cs b/Runtime/Component/DataZoom/DataZoom.cs index aa82270e..9dd70440 100644 --- a/Runtime/Component/DataZoom/DataZoom.cs +++ b/Runtime/Component/DataZoom/DataZoom.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// DataZoom component is used for zooming a specific area, diff --git a/Runtime/Component/DataZoom/DataZoomContext.cs b/Runtime/Component/DataZoom/DataZoomContext.cs index 3672ac95..64a22627 100644 --- a/Runtime/Component/DataZoom/DataZoomContext.cs +++ b/Runtime/Component/DataZoom/DataZoomContext.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class DataZoomContext : MainComponentContext { diff --git a/Runtime/Component/DataZoom/DataZoomHandler.cs b/Runtime/Component/DataZoom/DataZoomHandler.cs index 0ad2714e..254a2599 100644 --- a/Runtime/Component/DataZoom/DataZoomHandler.cs +++ b/Runtime/Component/DataZoom/DataZoomHandler.cs @@ -5,7 +5,7 @@ using UnityEngine.EventSystems; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class DataZoomHandler : MainComponentHandler diff --git a/Runtime/Component/DataZoom/DataZoomHelper.cs b/Runtime/Component/DataZoom/DataZoomHelper.cs index 45f247b3..ae749865 100644 --- a/Runtime/Component/DataZoom/DataZoomHelper.cs +++ b/Runtime/Component/DataZoom/DataZoomHelper.cs @@ -1,5 +1,5 @@ -namespace XCharts +namespace XCharts.Runtime { public static class DataZoomHelper { diff --git a/Runtime/Component/Debug/DebugInfo.cs b/Runtime/Component/Debug/DebugInfo.cs index 4e74e9ba..189de8dd 100644 --- a/Runtime/Component/Debug/DebugInfo.cs +++ b/Runtime/Component/Debug/DebugInfo.cs @@ -5,7 +5,7 @@ using System.Collections.Generic; using System.Text; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class DebugInfo diff --git a/Runtime/Component/Legend/Legend.cs b/Runtime/Component/Legend/Legend.cs index 40bbca4b..04a6ed5a 100644 --- a/Runtime/Component/Legend/Legend.cs +++ b/Runtime/Component/Legend/Legend.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// Legend component.The legend component shows different sets of tags, colors, and names. diff --git a/Runtime/Component/Legend/LegendContext.cs b/Runtime/Component/Legend/LegendContext.cs index 5e7c1bfb..45db1ddd 100644 --- a/Runtime/Component/Legend/LegendContext.cs +++ b/Runtime/Component/Legend/LegendContext.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class LegendContext : MainComponentContext diff --git a/Runtime/Component/Legend/LegendHandler.cs b/Runtime/Component/Legend/LegendHandler.cs index 44bca0b5..72ad7dd2 100644 --- a/Runtime/Component/Legend/LegendHandler.cs +++ b/Runtime/Component/Legend/LegendHandler.cs @@ -6,7 +6,7 @@ using UnityEngine.EventSystems; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class LegendHandler : MainComponentHandler diff --git a/Runtime/Component/Legend/LegendHelper.cs b/Runtime/Component/Legend/LegendHelper.cs index 4ffcf489..9b82353d 100644 --- a/Runtime/Component/Legend/LegendHelper.cs +++ b/Runtime/Component/Legend/LegendHelper.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public static class LegendHelper { diff --git a/Runtime/Component/Mark/MarkArea.cs b/Runtime/Component/Mark/MarkArea.cs index 3588685f..1b0f1ed1 100644 --- a/Runtime/Component/Mark/MarkArea.cs +++ b/Runtime/Component/Mark/MarkArea.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// 标域类型 diff --git a/Runtime/Component/Mark/MarkAreaHandler.cs b/Runtime/Component/Mark/MarkAreaHandler.cs index 4dfb21a6..d4e94780 100644 --- a/Runtime/Component/Mark/MarkAreaHandler.cs +++ b/Runtime/Component/Mark/MarkAreaHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class MarkAreaHandler : MainComponentHandler diff --git a/Runtime/Component/Mark/MarkLine.cs b/Runtime/Component/Mark/MarkLine.cs index cbf643d8..a72917e5 100644 --- a/Runtime/Component/Mark/MarkLine.cs +++ b/Runtime/Component/Mark/MarkLine.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// /// 标线类型 diff --git a/Runtime/Component/Mark/MarkLineHandler.cs b/Runtime/Component/Mark/MarkLineHandler.cs index 219323de..134b73e4 100644 --- a/Runtime/Component/Mark/MarkLineHandler.cs +++ b/Runtime/Component/Mark/MarkLineHandler.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class MarkLineHandler : MainComponentHandler diff --git a/Runtime/Component/Mark/MarkLineHelper.cs b/Runtime/Component/Mark/MarkLineHelper.cs index 2d0960f6..6328ed90 100644 --- a/Runtime/Component/Mark/MarkLineHelper.cs +++ b/Runtime/Component/Mark/MarkLineHelper.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { internal static class MarkLineHelper { diff --git a/Runtime/Component/Radar/RadarCoord.cs b/Runtime/Component/Radar/RadarCoord.cs index 04e04e8c..368e944e 100644 --- a/Runtime/Component/Radar/RadarCoord.cs +++ b/Runtime/Component/Radar/RadarCoord.cs @@ -3,7 +3,7 @@ using UnityEngine; using System.Collections.Generic; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { /// /// Radar coordinate conponnet for radar charts. diff --git a/Runtime/Component/Radar/RadarCoordContext.cs b/Runtime/Component/Radar/RadarCoordContext.cs index a2c7fe1d..a9634b2f 100644 --- a/Runtime/Component/Radar/RadarCoordContext.cs +++ b/Runtime/Component/Radar/RadarCoordContext.cs @@ -3,7 +3,7 @@ using UnityEngine; using System.Collections.Generic; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public class RadarCoordContext : MainComponentContext { diff --git a/Runtime/Component/Radar/RadarCoordHandler.cs b/Runtime/Component/Radar/RadarCoordHandler.cs index dbf51c96..593a1bb1 100644 --- a/Runtime/Component/Radar/RadarCoordHandler.cs +++ b/Runtime/Component/Radar/RadarCoordHandler.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class RadarCoordHandler : MainComponentHandler diff --git a/Runtime/Component/Settings/Settings.cs b/Runtime/Component/Settings/Settings.cs index 21ed552f..1ab1d0a4 100644 --- a/Runtime/Component/Settings/Settings.cs +++ b/Runtime/Component/Settings/Settings.cs @@ -2,7 +2,7 @@ using UnityEngine; using System; -namespace XCharts +namespace XCharts.Runtime { /// /// Global parameter setting component. The default value can be used in general, and can be adjusted when necessary. diff --git a/Runtime/Component/Title/Title.cs b/Runtime/Component/Title/Title.cs index 2e27a19b..acfea058 100644 --- a/Runtime/Component/Title/Title.cs +++ b/Runtime/Component/Title/Title.cs @@ -2,7 +2,7 @@ using UnityEngine; using System; -namespace XCharts +namespace XCharts.Runtime { /// /// Title component, including main title and subtitle. diff --git a/Runtime/Component/Title/TitleHandler.cs b/Runtime/Component/Title/TitleHandler.cs index 1021ce83..37fc37fc 100644 --- a/Runtime/Component/Title/TitleHandler.cs +++ b/Runtime/Component/Title/TitleHandler.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class TitleHander : MainComponentHandler diff --git a/Runtime/Component/Title/TitleStyle.cs b/Runtime/Component/Title/TitleStyle.cs index f0dae0e9..2dcd4279 100644 --- a/Runtime/Component/Title/TitleStyle.cs +++ b/Runtime/Component/Title/TitleStyle.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// the title of serie. diff --git a/Runtime/Component/Tooltip/Tooltip.cs b/Runtime/Component/Tooltip/Tooltip.cs index 25ad3d57..7ec38a0f 100644 --- a/Runtime/Component/Tooltip/Tooltip.cs +++ b/Runtime/Component/Tooltip/Tooltip.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// Tooltip component. diff --git a/Runtime/Component/Tooltip/TooltipContext.cs b/Runtime/Component/Tooltip/TooltipContext.cs index afd5df5c..c9b322ef 100644 --- a/Runtime/Component/Tooltip/TooltipContext.cs +++ b/Runtime/Component/Tooltip/TooltipContext.cs @@ -6,7 +6,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { public class TooltipData { diff --git a/Runtime/Component/Tooltip/TooltipHandler.cs b/Runtime/Component/Tooltip/TooltipHandler.cs index 429a350e..3b95f41f 100644 --- a/Runtime/Component/Tooltip/TooltipHandler.cs +++ b/Runtime/Component/Tooltip/TooltipHandler.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class TooltipHandler : MainComponentHandler<Tooltip> diff --git a/Runtime/Component/Tooltip/TooltipHelper.cs b/Runtime/Component/Tooltip/TooltipHelper.cs index 1d2d00d8..2719ef27 100644 --- a/Runtime/Component/Tooltip/TooltipHelper.cs +++ b/Runtime/Component/Tooltip/TooltipHelper.cs @@ -3,7 +3,7 @@ using System; using System.Text; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class TooltipHelper { diff --git a/Runtime/Component/Tooltip/TooltipView.cs b/Runtime/Component/Tooltip/TooltipView.cs index 60e5c05d..e1a9123e 100644 --- a/Runtime/Component/Tooltip/TooltipView.cs +++ b/Runtime/Component/Tooltip/TooltipView.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { public class TooltipViewItem { diff --git a/Runtime/Component/Vessel/Vessel.cs b/Runtime/Component/Vessel/Vessel.cs index 09cc188f..ba59752f 100644 --- a/Runtime/Component/Vessel/Vessel.cs +++ b/Runtime/Component/Vessel/Vessel.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// Vessel component for liquid chart. There can be multiple vessels in a Chart, which can be matched by vesselIndex in Serie. diff --git a/Runtime/Component/Vessel/VesselContext.cs b/Runtime/Component/Vessel/VesselContext.cs index 5ecaf3cf..39e8e176 100644 --- a/Runtime/Component/Vessel/VesselContext.cs +++ b/Runtime/Component/Vessel/VesselContext.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class VesselContext : MainComponentContext { diff --git a/Runtime/Component/Vessel/VesselHandler.cs b/Runtime/Component/Vessel/VesselHandler.cs index 6d204c64..88fa814d 100644 --- a/Runtime/Component/Vessel/VesselHandler.cs +++ b/Runtime/Component/Vessel/VesselHandler.cs @@ -4,7 +4,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class VesselHandler : MainComponentHandler<Vessel> diff --git a/Runtime/Component/Vessel/VesselHelper.cs b/Runtime/Component/Vessel/VesselHelper.cs index 3cae6e55..8127f29b 100644 --- a/Runtime/Component/Vessel/VesselHelper.cs +++ b/Runtime/Component/Vessel/VesselHelper.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { internal static class VesselHelper { diff --git a/Runtime/Component/VisualMap/VisualMap.cs b/Runtime/Component/VisualMap/VisualMap.cs index cb28bae1..1a391833 100644 --- a/Runtime/Component/VisualMap/VisualMap.cs +++ b/Runtime/Component/VisualMap/VisualMap.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// VisualMap component. Mapping data to visual elements such as colors. diff --git a/Runtime/Component/VisualMap/VisualMapContext.cs b/Runtime/Component/VisualMap/VisualMapContext.cs index 1d59c09a..d752b138 100644 --- a/Runtime/Component/VisualMap/VisualMapContext.cs +++ b/Runtime/Component/VisualMap/VisualMapContext.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class VisualMapContext : MainComponentContext { diff --git a/Runtime/Component/VisualMap/VisualMapHandler.cs b/Runtime/Component/VisualMap/VisualMapHandler.cs index 69696440..01c3787b 100644 --- a/Runtime/Component/VisualMap/VisualMapHandler.cs +++ b/Runtime/Component/VisualMap/VisualMapHandler.cs @@ -5,7 +5,7 @@ using UnityEngine.EventSystems; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class VisualMapHandler : MainComponentHandler<VisualMap> diff --git a/Runtime/Component/VisualMap/VisualMapHelper.cs b/Runtime/Component/VisualMap/VisualMapHelper.cs index 65bf2f1c..85e74276 100644 --- a/Runtime/Component/VisualMap/VisualMapHelper.cs +++ b/Runtime/Component/VisualMap/VisualMapHelper.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class VisualMapHelper { diff --git a/Runtime/Coord/Calendar/CalendarCoord.cs b/Runtime/Coord/Calendar/CalendarCoord.cs index 8398a286..1678f5ed 100644 --- a/Runtime/Coord/Calendar/CalendarCoord.cs +++ b/Runtime/Coord/Calendar/CalendarCoord.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [Serializable] [ComponentHandler(typeof(CalendarCoordHandler), true)] diff --git a/Runtime/Coord/Calendar/CalendarCoordHandler.cs b/Runtime/Coord/Calendar/CalendarCoordHandler.cs index e093306d..7414b1f2 100644 --- a/Runtime/Coord/Calendar/CalendarCoordHandler.cs +++ b/Runtime/Coord/Calendar/CalendarCoordHandler.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class CalendarCoordHandler : MainComponentHandler<CalendarCoord> diff --git a/Runtime/Coord/Grid/GridCoord.cs b/Runtime/Coord/Grid/GridCoord.cs index 8ca67e70..69311bc4 100644 --- a/Runtime/Coord/Grid/GridCoord.cs +++ b/Runtime/Coord/Grid/GridCoord.cs @@ -3,7 +3,7 @@ using System; using UnityEngine; using XUGL; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// Grid component. diff --git a/Runtime/Coord/Grid/GridCoordContext.cs b/Runtime/Coord/Grid/GridCoordContext.cs index 02d28821..b5a64cee 100644 --- a/Runtime/Coord/Grid/GridCoordContext.cs +++ b/Runtime/Coord/Grid/GridCoordContext.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class GridCoordContext : MainComponentContext, IRectContext { diff --git a/Runtime/Coord/Grid/GridCoordHandler.cs b/Runtime/Coord/Grid/GridCoordHandler.cs index 44e5abd0..0bbc60b5 100644 --- a/Runtime/Coord/Grid/GridCoordHandler.cs +++ b/Runtime/Coord/Grid/GridCoordHandler.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class GridCoordHandler : MainComponentHandler<GridCoord> diff --git a/Runtime/Coord/Parallel/ParallelCoord.cs b/Runtime/Coord/Parallel/ParallelCoord.cs index 393b1719..b7a2cdff 100644 --- a/Runtime/Coord/Parallel/ParallelCoord.cs +++ b/Runtime/Coord/Parallel/ParallelCoord.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// Grid component. diff --git a/Runtime/Coord/Parallel/ParallelCoordContext.cs b/Runtime/Coord/Parallel/ParallelCoordContext.cs index a4d97909..ba965e13 100644 --- a/Runtime/Coord/Parallel/ParallelCoordContext.cs +++ b/Runtime/Coord/Parallel/ParallelCoordContext.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class ParallelCoordContext : MainComponentContext { diff --git a/Runtime/Coord/Parallel/ParallelCoordHandler.cs b/Runtime/Coord/Parallel/ParallelCoordHandler.cs index d93d7eed..c3ae7e13 100644 --- a/Runtime/Coord/Parallel/ParallelCoordHandler.cs +++ b/Runtime/Coord/Parallel/ParallelCoordHandler.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class ParallelCoordHandler : MainComponentHandler<ParallelCoord> diff --git a/Runtime/Coord/Polar/PolarCoord.cs b/Runtime/Coord/Polar/PolarCoord.cs index c16e47af..cc616d82 100644 --- a/Runtime/Coord/Polar/PolarCoord.cs +++ b/Runtime/Coord/Polar/PolarCoord.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// Polar coordinate can be used in scatter and line chart. Every polar coordinate has an angleAxis and a radiusAxis. diff --git a/Runtime/Coord/Polar/PolarCoordContext.cs b/Runtime/Coord/Polar/PolarCoordContext.cs index 2b0a496c..e5b58ac6 100644 --- a/Runtime/Coord/Polar/PolarCoordContext.cs +++ b/Runtime/Coord/Polar/PolarCoordContext.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class PolarCoordContext : MainComponentContext { diff --git a/Runtime/Coord/Polar/PolarCoordHandler.cs b/Runtime/Coord/Polar/PolarCoordHandler.cs index 0eefe4eb..a635dd8e 100644 --- a/Runtime/Coord/Polar/PolarCoordHandler.cs +++ b/Runtime/Coord/Polar/PolarCoordHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class PolarCoordHandler : MainComponentHandler<PolarCoord> diff --git a/Runtime/Coord/Polar/PolarHelper.cs b/Runtime/Coord/Polar/PolarHelper.cs index 5c557d0b..f0aec3a3 100644 --- a/Runtime/Coord/Polar/PolarHelper.cs +++ b/Runtime/Coord/Polar/PolarHelper.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { internal static class PolarHelper { diff --git a/Runtime/Coord/SingleAxis/SingleAxisCoord.cs b/Runtime/Coord/SingleAxis/SingleAxisCoord.cs index ca039e28..051f0d8e 100644 --- a/Runtime/Coord/SingleAxis/SingleAxisCoord.cs +++ b/Runtime/Coord/SingleAxis/SingleAxisCoord.cs @@ -1,7 +1,7 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [Serializable] [ComponentHandler(null)] diff --git a/Runtime/Helper/CheckHelper.cs b/Runtime/Helper/CheckHelper.cs index edad1446..65359132 100644 --- a/Runtime/Helper/CheckHelper.cs +++ b/Runtime/Helper/CheckHelper.cs @@ -1,7 +1,7 @@ using System.Text; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class CheckHelper { diff --git a/Runtime/Helper/FormatterHelper.cs b/Runtime/Helper/FormatterHelper.cs index 9cc4b796..d0566e8b 100644 --- a/Runtime/Helper/FormatterHelper.cs +++ b/Runtime/Helper/FormatterHelper.cs @@ -4,7 +4,7 @@ using System.Text.RegularExpressions; using UnityEngine; using System.Linq; -namespace XCharts +namespace XCharts.Runtime { public static class FormatterHelper { diff --git a/Runtime/Helper/SerieHelper.cs b/Runtime/Helper/SerieHelper.cs index a330934e..3718cf47 100644 --- a/Runtime/Helper/SerieHelper.cs +++ b/Runtime/Helper/SerieHelper.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Reflection; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static partial class SerieHelper { diff --git a/Runtime/Helper/SerieLabelHelper.cs b/Runtime/Helper/SerieLabelHelper.cs index df44acf0..156bbba9 100644 --- a/Runtime/Helper/SerieLabelHelper.cs +++ b/Runtime/Helper/SerieLabelHelper.cs @@ -1,7 +1,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class SerieLabelHelper { diff --git a/Runtime/Helper/SeriesHelper.cs b/Runtime/Helper/SeriesHelper.cs index f115b660..cf05f040 100644 --- a/Runtime/Helper/SeriesHelper.cs +++ b/Runtime/Helper/SeriesHelper.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class SeriesHelper { diff --git a/Runtime/I18n/Lang.cs b/Runtime/I18n/Lang.cs index 3c872864..70299d0e 100644 --- a/Runtime/I18n/Lang.cs +++ b/Runtime/I18n/Lang.cs @@ -4,7 +4,7 @@ using UnityEngine; using System; using System.Text; -namespace XCharts +namespace XCharts.Runtime { [Serializable] diff --git a/Runtime/Internal/Attributes/ComponentHandlerAttribute.cs b/Runtime/Internal/Attributes/ComponentHandlerAttribute.cs index 1a07a0d5..5827d57b 100644 --- a/Runtime/Internal/Attributes/ComponentHandlerAttribute.cs +++ b/Runtime/Internal/Attributes/ComponentHandlerAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class ComponentHandlerAttribute : Attribute diff --git a/Runtime/Internal/Attributes/CoordOptionsAttribute.cs b/Runtime/Internal/Attributes/CoordOptionsAttribute.cs index f2fab87d..b1040ca0 100644 --- a/Runtime/Internal/Attributes/CoordOptionsAttribute.cs +++ b/Runtime/Internal/Attributes/CoordOptionsAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class CoordOptionsAttribute : Attribute diff --git a/Runtime/Internal/Attributes/DefaultAnimationAttribute.cs b/Runtime/Internal/Attributes/DefaultAnimationAttribute.cs index 7c91dbd1..d6807612 100644 --- a/Runtime/Internal/Attributes/DefaultAnimationAttribute.cs +++ b/Runtime/Internal/Attributes/DefaultAnimationAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class DefaultAnimationAttribute : Attribute diff --git a/Runtime/Internal/Attributes/ListForAttribute.cs b/Runtime/Internal/Attributes/ListForAttribute.cs index 6d11e5cc..0a96ce6b 100644 --- a/Runtime/Internal/Attributes/ListForAttribute.cs +++ b/Runtime/Internal/Attributes/ListForAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)] public class ListFor : Attribute diff --git a/Runtime/Internal/Attributes/ListForComponentAttribute.cs b/Runtime/Internal/Attributes/ListForComponentAttribute.cs index 5f7e0c21..4267b483 100644 --- a/Runtime/Internal/Attributes/ListForComponentAttribute.cs +++ b/Runtime/Internal/Attributes/ListForComponentAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)] public sealed class ListForComponent : ListFor diff --git a/Runtime/Internal/Attributes/ListForSerieAttribute.cs b/Runtime/Internal/Attributes/ListForSerieAttribute.cs index a7ce5e22..f7a62bf8 100644 --- a/Runtime/Internal/Attributes/ListForSerieAttribute.cs +++ b/Runtime/Internal/Attributes/ListForSerieAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Field, AllowMultiple = false)] public sealed class ListForSerie : ListFor diff --git a/Runtime/Internal/Attributes/RequireChartComponentAttribute.cs b/Runtime/Internal/Attributes/RequireChartComponentAttribute.cs index b8f70f22..551bb9ab 100644 --- a/Runtime/Internal/Attributes/RequireChartComponentAttribute.cs +++ b/Runtime/Internal/Attributes/RequireChartComponentAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class RequireChartComponentAttribute : Attribute diff --git a/Runtime/Internal/Attributes/SerieConvertAttribute.cs b/Runtime/Internal/Attributes/SerieConvertAttribute.cs index 7a25dff7..15861197 100644 --- a/Runtime/Internal/Attributes/SerieConvertAttribute.cs +++ b/Runtime/Internal/Attributes/SerieConvertAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] /// <summary> diff --git a/Runtime/Internal/Attributes/SerieExtraComponentAttribute.cs b/Runtime/Internal/Attributes/SerieExtraComponentAttribute.cs index 69569244..77ded703 100644 --- a/Runtime/Internal/Attributes/SerieExtraComponentAttribute.cs +++ b/Runtime/Internal/Attributes/SerieExtraComponentAttribute.cs @@ -1,7 +1,7 @@ using System; using System.Collections.Generic; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class SerieExtraComponentAttribute : Attribute diff --git a/Runtime/Internal/Attributes/SerieHandlerAttribute.cs b/Runtime/Internal/Attributes/SerieHandlerAttribute.cs index dcc20a7d..f4b421b1 100644 --- a/Runtime/Internal/Attributes/SerieHandlerAttribute.cs +++ b/Runtime/Internal/Attributes/SerieHandlerAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [AttributeUsage(AttributeTargets.Class, AllowMultiple = true)] public sealed class SerieHandlerAttribute : Attribute diff --git a/Runtime/Internal/BaseChart.API.cs b/Runtime/Internal/BaseChart.API.cs index 75f10c99..2dc9e197 100644 --- a/Runtime/Internal/BaseChart.API.cs +++ b/Runtime/Internal/BaseChart.API.cs @@ -4,7 +4,7 @@ using System; using UnityEngine.UI; using UnityEngine.EventSystems; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// The base class of all charts. diff --git a/Runtime/Internal/BaseChart.Component.cs b/Runtime/Internal/BaseChart.Component.cs index 770c6fe4..3d0b76be 100644 --- a/Runtime/Internal/BaseChart.Component.cs +++ b/Runtime/Internal/BaseChart.Component.cs @@ -3,7 +3,7 @@ using UnityEngine; using System.Collections.Generic; using System; -namespace XCharts +namespace XCharts.Runtime { public partial class BaseChart { diff --git a/Runtime/Internal/BaseChart.Custom.cs b/Runtime/Internal/BaseChart.Custom.cs index 96d1f656..addfee3f 100644 --- a/Runtime/Internal/BaseChart.Custom.cs +++ b/Runtime/Internal/BaseChart.Custom.cs @@ -3,7 +3,7 @@ using UnityEngine; using System.Collections.Generic; using System; -namespace XCharts +namespace XCharts.Runtime { public partial class BaseChart { diff --git a/Runtime/Internal/BaseChart.Draw.cs b/Runtime/Internal/BaseChart.Draw.cs index 3ff4e9cf..f47cc636 100644 --- a/Runtime/Internal/BaseChart.Draw.cs +++ b/Runtime/Internal/BaseChart.Draw.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { public partial class BaseChart { diff --git a/Runtime/Internal/BaseChart.Serie.cs b/Runtime/Internal/BaseChart.Serie.cs index 9d7cb25c..437ef1af 100644 --- a/Runtime/Internal/BaseChart.Serie.cs +++ b/Runtime/Internal/BaseChart.Serie.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System; using System.Reflection; -namespace XCharts +namespace XCharts.Runtime { public partial class BaseChart { diff --git a/Runtime/Internal/BaseChart.cs b/Runtime/Internal/BaseChart.cs index 6758c7e4..42270171 100644 --- a/Runtime/Internal/BaseChart.cs +++ b/Runtime/Internal/BaseChart.cs @@ -7,7 +7,7 @@ using UnityEngine.EventSystems; using XUGL; using System.Reflection; -namespace XCharts +namespace XCharts.Runtime { [AddComponentMenu("XCharts/EmptyChart", 10)] [ExecuteInEditMode] diff --git a/Runtime/Internal/BaseGraph.API.cs b/Runtime/Internal/BaseGraph.API.cs index e501edaa..d1973a6c 100644 --- a/Runtime/Internal/BaseGraph.API.cs +++ b/Runtime/Internal/BaseGraph.API.cs @@ -3,7 +3,7 @@ using UnityEngine; using System; using UnityEngine.EventSystems; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// The base class of all graphs or components. diff --git a/Runtime/Internal/BaseGraph.cs b/Runtime/Internal/BaseGraph.cs index 53d41ea8..6194ef32 100644 --- a/Runtime/Internal/BaseGraph.cs +++ b/Runtime/Internal/BaseGraph.cs @@ -4,7 +4,7 @@ using UnityEngine.UI; using System; using UnityEngine.EventSystems; -namespace XCharts +namespace XCharts.Runtime { [RequireComponent(typeof(CanvasRenderer))] public partial class BaseGraph : MaskableGraphic, IPointerDownHandler, IPointerUpHandler, diff --git a/Runtime/Internal/Basic/BaseSerie.cs b/Runtime/Internal/Basic/BaseSerie.cs index 9cb275fb..1327ac80 100644 --- a/Runtime/Internal/Basic/BaseSerie.cs +++ b/Runtime/Internal/Basic/BaseSerie.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Text; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] public abstract class BaseSerie diff --git a/Runtime/Internal/Basic/ChildComponent.cs b/Runtime/Internal/Basic/ChildComponent.cs index c5ec6928..a4fbcd42 100644 --- a/Runtime/Internal/Basic/ChildComponent.cs +++ b/Runtime/Internal/Basic/ChildComponent.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] public class ChildComponent diff --git a/Runtime/Internal/Basic/CoordSystem.cs b/Runtime/Internal/Basic/CoordSystem.cs index f3a0a6b4..bc24a1f2 100644 --- a/Runtime/Internal/Basic/CoordSystem.cs +++ b/Runtime/Internal/Basic/CoordSystem.cs @@ -2,7 +2,7 @@ using System; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// Coordinate system component. diff --git a/Runtime/Internal/Basic/MainComponent.cs b/Runtime/Internal/Basic/MainComponent.cs index bb4cda92..3a452725 100644 --- a/Runtime/Internal/Basic/MainComponent.cs +++ b/Runtime/Internal/Basic/MainComponent.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] public class MainComponent : IComparable diff --git a/Runtime/Internal/Basic/MainComponentContext.cs b/Runtime/Internal/Basic/MainComponentContext.cs index a807d8c5..32db105a 100644 --- a/Runtime/Internal/Basic/MainComponentContext.cs +++ b/Runtime/Internal/Basic/MainComponentContext.cs @@ -1,5 +1,5 @@ -namespace XCharts +namespace XCharts.Runtime { public class MainComponentContext { diff --git a/Runtime/Internal/Misc/DelegateFunction.cs b/Runtime/Internal/Misc/DelegateFunction.cs index baaf9c0f..1adab98a 100644 --- a/Runtime/Internal/Misc/DelegateFunction.cs +++ b/Runtime/Internal/Misc/DelegateFunction.cs @@ -1,6 +1,6 @@ -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// The delegate function for AxisLabel's formatter. diff --git a/Runtime/Internal/Misc/Enums.cs b/Runtime/Internal/Misc/Enums.cs index 34c284a7..47cd5a9a 100644 --- a/Runtime/Internal/Misc/Enums.cs +++ b/Runtime/Internal/Misc/Enums.cs @@ -1,6 +1,6 @@ -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// the layout is horizontal or vertical. diff --git a/Runtime/Internal/Misc/INeedSerieContainer.cs b/Runtime/Internal/Misc/INeedSerieContainer.cs index 84ea0e1c..ce29c61e 100644 --- a/Runtime/Internal/Misc/INeedSerieContainer.cs +++ b/Runtime/Internal/Misc/INeedSerieContainer.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public interface INeedSerieContainer { diff --git a/Runtime/Internal/Misc/IPropertyChanged.cs b/Runtime/Internal/Misc/IPropertyChanged.cs index 729759b7..af782c07 100644 --- a/Runtime/Internal/Misc/IPropertyChanged.cs +++ b/Runtime/Internal/Misc/IPropertyChanged.cs @@ -1,5 +1,5 @@  -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// 属性变更接口 diff --git a/Runtime/Internal/Misc/IRectContext.cs b/Runtime/Internal/Misc/IRectContext.cs index 912ae293..15b37fcd 100644 --- a/Runtime/Internal/Misc/IRectContext.cs +++ b/Runtime/Internal/Misc/IRectContext.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public interface IRectContext { diff --git a/Runtime/Internal/Misc/ISerieContainer.cs b/Runtime/Internal/Misc/ISerieContainer.cs index 5b629222..d798d710 100644 --- a/Runtime/Internal/Misc/ISerieContainer.cs +++ b/Runtime/Internal/Misc/ISerieContainer.cs @@ -1,5 +1,5 @@ -namespace XCharts +namespace XCharts.Runtime { public interface ISerieContainer { diff --git a/Runtime/Internal/Misc/ISerieDataComponent.cs b/Runtime/Internal/Misc/ISerieDataComponent.cs index 95e2648e..c75f596a 100644 --- a/Runtime/Internal/Misc/ISerieDataComponent.cs +++ b/Runtime/Internal/Misc/ISerieDataComponent.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public interface ISerieDataComponent { diff --git a/Runtime/Internal/Misc/ISerieExtraComponent.cs b/Runtime/Internal/Misc/ISerieExtraComponent.cs index ffa77499..13ae3f46 100644 --- a/Runtime/Internal/Misc/ISerieExtraComponent.cs +++ b/Runtime/Internal/Misc/ISerieExtraComponent.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public interface ISerieExtraComponent { diff --git a/Runtime/Internal/Misc/ISimplifiedSerie.cs b/Runtime/Internal/Misc/ISimplifiedSerie.cs index 0328c7fd..d3325010 100644 --- a/Runtime/Internal/Misc/ISimplifiedSerie.cs +++ b/Runtime/Internal/Misc/ISimplifiedSerie.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public interface ISimplifiedSerie { diff --git a/Runtime/Internal/Misc/IUpdateRuntimeData.cs b/Runtime/Internal/Misc/IUpdateRuntimeData.cs index daf19cdd..53f91957 100644 --- a/Runtime/Internal/Misc/IUpdateRuntimeData.cs +++ b/Runtime/Internal/Misc/IUpdateRuntimeData.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public interface IUpdateRuntimeData { diff --git a/Runtime/Internal/Object/ChartLabel.cs b/Runtime/Internal/Object/ChartLabel.cs index 3b7d74b7..e4c5b8af 100644 --- a/Runtime/Internal/Object/ChartLabel.cs +++ b/Runtime/Internal/Object/ChartLabel.cs @@ -2,7 +2,7 @@ using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public class ChartLabel : Image { diff --git a/Runtime/Internal/Object/ChartObject.cs b/Runtime/Internal/Object/ChartObject.cs index 8548893b..e17b5292 100644 --- a/Runtime/Internal/Object/ChartObject.cs +++ b/Runtime/Internal/Object/ChartObject.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class ChartObject { diff --git a/Runtime/Internal/Object/ChartText.cs b/Runtime/Internal/Object/ChartText.cs index 56cf4391..037bce1b 100644 --- a/Runtime/Internal/Object/ChartText.cs +++ b/Runtime/Internal/Object/ChartText.cs @@ -5,7 +5,7 @@ using UnityEngine.UI; using TMPro; #endif -namespace XCharts +namespace XCharts.Runtime { public class ChartText { diff --git a/Runtime/Internal/Object/LegendItem.cs b/Runtime/Internal/Object/LegendItem.cs index 13c26db4..8c812d5e 100644 --- a/Runtime/Internal/Object/LegendItem.cs +++ b/Runtime/Internal/Object/LegendItem.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public class LegendItem { diff --git a/Runtime/Internal/Painter.cs b/Runtime/Internal/Painter.cs index 54deac2c..0e5091f1 100644 --- a/Runtime/Internal/Painter.cs +++ b/Runtime/Internal/Painter.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEngine.UI; using System; -namespace XCharts +namespace XCharts.Runtime { [RequireComponent(typeof(CanvasRenderer))] public class Painter : MaskableGraphic diff --git a/Runtime/Internal/Pools/AxisPool.cs b/Runtime/Internal/Pools/AxisPool.cs index e76a88a2..c83344c2 100644 --- a/Runtime/Internal/Pools/AxisPool.cs +++ b/Runtime/Internal/Pools/AxisPool.cs @@ -1,5 +1,5 @@ -namespace XCharts +namespace XCharts.Runtime { internal static class XAxisPool { diff --git a/Runtime/Internal/Pools/ListPool.cs b/Runtime/Internal/Pools/ListPool.cs index ac165076..da90cc1a 100644 --- a/Runtime/Internal/Pools/ListPool.cs +++ b/Runtime/Internal/Pools/ListPool.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { internal static class ListPool<T> { diff --git a/Runtime/Internal/Pools/ObjectPool.cs b/Runtime/Internal/Pools/ObjectPool.cs index bb91cc39..4714c1d5 100644 --- a/Runtime/Internal/Pools/ObjectPool.cs +++ b/Runtime/Internal/Pools/ObjectPool.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.Events; -namespace XCharts +namespace XCharts.Runtime { internal class ObjectPool<T> where T : new() { diff --git a/Runtime/Internal/Pools/SerieDataPool.cs b/Runtime/Internal/Pools/SerieDataPool.cs index ed9d5c36..7aeb7c75 100644 --- a/Runtime/Internal/Pools/SerieDataPool.cs +++ b/Runtime/Internal/Pools/SerieDataPool.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { internal static class SerieDataPool { diff --git a/Runtime/Internal/Pools/SerieLabelPool.cs b/Runtime/Internal/Pools/SerieLabelPool.cs index b7249486..f8ad3d39 100644 --- a/Runtime/Internal/Pools/SerieLabelPool.cs +++ b/Runtime/Internal/Pools/SerieLabelPool.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public static class SerieLabelPool { diff --git a/Runtime/Internal/Utilities/ChartCached.cs b/Runtime/Internal/Utilities/ChartCached.cs index f2289f94..5828ddff 100644 --- a/Runtime/Internal/Utilities/ChartCached.cs +++ b/Runtime/Internal/Utilities/ChartCached.cs @@ -4,7 +4,7 @@ using System.Collections.Generic; using System.Globalization; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class ChartCached { diff --git a/Runtime/Internal/Utilities/ChartConst.cs b/Runtime/Internal/Utilities/ChartConst.cs index f294158b..f4e3bfef 100644 --- a/Runtime/Internal/Utilities/ChartConst.cs +++ b/Runtime/Internal/Utilities/ChartConst.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class ChartConst { diff --git a/Runtime/Internal/Utilities/ChartDrawer.cs b/Runtime/Internal/Utilities/ChartDrawer.cs index 706fd0d1..ecb75b92 100644 --- a/Runtime/Internal/Utilities/ChartDrawer.cs +++ b/Runtime/Internal/Utilities/ChartDrawer.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { public static class ChartDrawer { diff --git a/Runtime/Internal/Utilities/ChartHelper.cs b/Runtime/Internal/Utilities/ChartHelper.cs index 56d4eda6..3ed14290 100644 --- a/Runtime/Internal/Utilities/ChartHelper.cs +++ b/Runtime/Internal/Utilities/ChartHelper.cs @@ -13,7 +13,7 @@ using TMPro; using UnityEditor; #endif -namespace XCharts +namespace XCharts.Runtime { public static class ChartHelper { diff --git a/Runtime/Internal/Utilities/ComponentHelper.cs b/Runtime/Internal/Utilities/ComponentHelper.cs index f5e1ddf5..0b9abca4 100644 --- a/Runtime/Internal/Utilities/ComponentHelper.cs +++ b/Runtime/Internal/Utilities/ComponentHelper.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class ComponentHelper { diff --git a/Runtime/Internal/Utilities/DataHelper.cs b/Runtime/Internal/Utilities/DataHelper.cs index c33360b5..9d168151 100644 --- a/Runtime/Internal/Utilities/DataHelper.cs +++ b/Runtime/Internal/Utilities/DataHelper.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { internal static class DataHelper { diff --git a/Runtime/Internal/Utilities/LayoutHelper.cs b/Runtime/Internal/Utilities/LayoutHelper.cs index 32692f4c..f3a0e22b 100644 --- a/Runtime/Internal/Utilities/LayoutHelper.cs +++ b/Runtime/Internal/Utilities/LayoutHelper.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class LayerHelper { diff --git a/Runtime/Internal/Utilities/MathUtil.cs b/Runtime/Internal/Utilities/MathUtil.cs index 104da3a0..3a475707 100644 --- a/Runtime/Internal/Utilities/MathUtil.cs +++ b/Runtime/Internal/Utilities/MathUtil.cs @@ -7,7 +7,7 @@ using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public static class MathUtil { diff --git a/Runtime/Internal/XCResourcesImporter.cs b/Runtime/Internal/XCResourcesImporter.cs index c8f0cb9c..e53f896d 100644 --- a/Runtime/Internal/XCResourcesImporter.cs +++ b/Runtime/Internal/XCResourcesImporter.cs @@ -6,7 +6,7 @@ using UnityEngine; using UnityEditor; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] public class XCResourcesImporter diff --git a/Runtime/Internal/XCSettings.cs b/Runtime/Internal/XCSettings.cs index 3b7dec92..19baa262 100644 --- a/Runtime/Internal/XCSettings.cs +++ b/Runtime/Internal/XCSettings.cs @@ -9,7 +9,7 @@ using TMPro; using UnityEditor; #endif -namespace XCharts +namespace XCharts.Runtime { [Serializable] #if UNITY_2018_3 diff --git a/Runtime/Internal/XCThemeMgr.cs b/Runtime/Internal/XCThemeMgr.cs index 35a758be..610ff7ff 100644 --- a/Runtime/Internal/XCThemeMgr.cs +++ b/Runtime/Internal/XCThemeMgr.cs @@ -10,7 +10,7 @@ using UnityEditor; using TMPro; #endif -namespace XCharts +namespace XCharts.Runtime { public static class XCThemeMgr { diff --git a/Runtime/Internal/XChartsMgr.cs b/Runtime/Internal/XChartsMgr.cs index 23123e64..30b1e941 100644 --- a/Runtime/Internal/XChartsMgr.cs +++ b/Runtime/Internal/XChartsMgr.cs @@ -6,7 +6,7 @@ using System.IO; using UnityEditor; #endif -namespace XCharts +namespace XCharts.Runtime { class XChartsVersion { diff --git a/Runtime/Serie/Bar/Bar.cs b/Runtime/Serie/Bar/Bar.cs index a8ef25ba..b40a6a34 100644 --- a/Runtime/Serie/Bar/Bar.cs +++ b/Runtime/Serie/Bar/Bar.cs @@ -3,7 +3,7 @@ using System; using System.Reflection; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(BarHandler), true)] diff --git a/Runtime/Serie/Bar/BarHandler.cs b/Runtime/Serie/Bar/BarHandler.cs index 0f8b2e6b..554efa99 100644 --- a/Runtime/Serie/Bar/BarHandler.cs +++ b/Runtime/Serie/Bar/BarHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class BarHandler : SerieHandler<Bar> diff --git a/Runtime/Serie/Bar/SimplifiedBar.cs b/Runtime/Serie/Bar/SimplifiedBar.cs index 603554a3..e47fec72 100644 --- a/Runtime/Serie/Bar/SimplifiedBar.cs +++ b/Runtime/Serie/Bar/SimplifiedBar.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [Serializable] [SerieHandler(typeof(SimplifiedBarHandler), true)] diff --git a/Runtime/Serie/Bar/SimplifiedBarHandler.cs b/Runtime/Serie/Bar/SimplifiedBarHandler.cs index 2bd9f194..06196879 100644 --- a/Runtime/Serie/Bar/SimplifiedBarHandler.cs +++ b/Runtime/Serie/Bar/SimplifiedBarHandler.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class SimplifiedBarHandler : SerieHandler<SimplifiedBar> diff --git a/Runtime/Serie/Candlestick/Candlestick.cs b/Runtime/Serie/Candlestick/Candlestick.cs index 2e15bb82..79bac851 100644 --- a/Runtime/Serie/Candlestick/Candlestick.cs +++ b/Runtime/Serie/Candlestick/Candlestick.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(CandlestickHandler), true)] diff --git a/Runtime/Serie/Candlestick/CandlestickHandler.cs b/Runtime/Serie/Candlestick/CandlestickHandler.cs index e644a5e9..171622be 100644 --- a/Runtime/Serie/Candlestick/CandlestickHandler.cs +++ b/Runtime/Serie/Candlestick/CandlestickHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class CandlestickHandler : SerieHandler<Candlestick> diff --git a/Runtime/Serie/Candlestick/SimplifiedCandlestick.cs b/Runtime/Serie/Candlestick/SimplifiedCandlestick.cs index 2cd99f7d..3f41cdef 100644 --- a/Runtime/Serie/Candlestick/SimplifiedCandlestick.cs +++ b/Runtime/Serie/Candlestick/SimplifiedCandlestick.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(SimplifiedCandlestickHandler), true)] diff --git a/Runtime/Serie/Candlestick/SimplifiedCandlestickHandler.cs b/Runtime/Serie/Candlestick/SimplifiedCandlestickHandler.cs index 28671338..699ed226 100644 --- a/Runtime/Serie/Candlestick/SimplifiedCandlestickHandler.cs +++ b/Runtime/Serie/Candlestick/SimplifiedCandlestickHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class SimplifiedCandlestickHandler : SerieHandler<SimplifiedCandlestick> diff --git a/Runtime/Serie/Heatmap/Heatmap.cs b/Runtime/Serie/Heatmap/Heatmap.cs index 0b5d247e..dfd1f8ea 100644 --- a/Runtime/Serie/Heatmap/Heatmap.cs +++ b/Runtime/Serie/Heatmap/Heatmap.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(HeatmapHandler), true)] diff --git a/Runtime/Serie/Heatmap/HeatmapHandler.cs b/Runtime/Serie/Heatmap/HeatmapHandler.cs index 1d4e0a90..d2cc84ed 100644 --- a/Runtime/Serie/Heatmap/HeatmapHandler.cs +++ b/Runtime/Serie/Heatmap/HeatmapHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class HeatmapHandler : SerieHandler<Heatmap> diff --git a/Runtime/Serie/InteractData.cs b/Runtime/Serie/InteractData.cs index 938744e5..43343e89 100644 --- a/Runtime/Serie/InteractData.cs +++ b/Runtime/Serie/InteractData.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class InteractData { diff --git a/Runtime/Serie/Line/Line.cs b/Runtime/Serie/Line/Line.cs index 2e3fb2a6..22458248 100644 --- a/Runtime/Serie/Line/Line.cs +++ b/Runtime/Serie/Line/Line.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [Serializable] [SerieHandler(typeof(LineHandler), true)] diff --git a/Runtime/Serie/Line/LineHandler.GridCoord.cs b/Runtime/Serie/Line/LineHandler.GridCoord.cs index 1e38e184..701e5366 100644 --- a/Runtime/Serie/Line/LineHandler.GridCoord.cs +++ b/Runtime/Serie/Line/LineHandler.GridCoord.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// For grid coord diff --git a/Runtime/Serie/Line/LineHandler.PolarCoord.cs b/Runtime/Serie/Line/LineHandler.PolarCoord.cs index b67d6517..6a23387f 100644 --- a/Runtime/Serie/Line/LineHandler.PolarCoord.cs +++ b/Runtime/Serie/Line/LineHandler.PolarCoord.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// For polar coord diff --git a/Runtime/Serie/Line/LineHandler.cs b/Runtime/Serie/Line/LineHandler.cs index 4322308b..9b0bdf05 100644 --- a/Runtime/Serie/Line/LineHandler.cs +++ b/Runtime/Serie/Line/LineHandler.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// For grid coord diff --git a/Runtime/Serie/Line/LineHelper.cs b/Runtime/Serie/Line/LineHelper.cs index 4d6ecb6b..42a62d31 100644 --- a/Runtime/Serie/Line/LineHelper.cs +++ b/Runtime/Serie/Line/LineHelper.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { internal static class LineHelper { diff --git a/Runtime/Serie/Line/SimplifiedLine.cs b/Runtime/Serie/Line/SimplifiedLine.cs index dc360d1c..cf4bbdf2 100644 --- a/Runtime/Serie/Line/SimplifiedLine.cs +++ b/Runtime/Serie/Line/SimplifiedLine.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [Serializable] [SerieHandler(typeof(SimplifiedLineHandler), true)] diff --git a/Runtime/Serie/Line/SimplifiedLineHandler.cs b/Runtime/Serie/Line/SimplifiedLineHandler.cs index a33b0625..8a080b97 100644 --- a/Runtime/Serie/Line/SimplifiedLineHandler.cs +++ b/Runtime/Serie/Line/SimplifiedLineHandler.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// For grid coord diff --git a/Runtime/Serie/Liquid/Liquid.cs b/Runtime/Serie/Liquid/Liquid.cs index 7f71940c..5a5526b1 100644 --- a/Runtime/Serie/Liquid/Liquid.cs +++ b/Runtime/Serie/Liquid/Liquid.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(LiquidHandler), true)] diff --git a/Runtime/Serie/Liquid/LiquidHandler.cs b/Runtime/Serie/Liquid/LiquidHandler.cs index 3651f5b6..c213368a 100644 --- a/Runtime/Serie/Liquid/LiquidHandler.cs +++ b/Runtime/Serie/Liquid/LiquidHandler.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class LiquidHandler : SerieHandler<Liquid> diff --git a/Runtime/Serie/Parallel/Parallel.cs b/Runtime/Serie/Parallel/Parallel.cs index fb7dbc2f..72ace289 100644 --- a/Runtime/Serie/Parallel/Parallel.cs +++ b/Runtime/Serie/Parallel/Parallel.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(ParallelHandler), true)] diff --git a/Runtime/Serie/Parallel/ParallelHandler.cs b/Runtime/Serie/Parallel/ParallelHandler.cs index 397ec835..2a8221c8 100644 --- a/Runtime/Serie/Parallel/ParallelHandler.cs +++ b/Runtime/Serie/Parallel/ParallelHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class ParallelHandler : SerieHandler<Parallel> diff --git a/Runtime/Serie/Pie/Pie.cs b/Runtime/Serie/Pie/Pie.cs index 43b51357..2520a9fd 100644 --- a/Runtime/Serie/Pie/Pie.cs +++ b/Runtime/Serie/Pie/Pie.cs @@ -1,5 +1,5 @@ -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieConvert(typeof(Line), typeof(Bar))] diff --git a/Runtime/Serie/Pie/PieHandler.cs b/Runtime/Serie/Pie/PieHandler.cs index 0db40eb5..01596633 100644 --- a/Runtime/Serie/Pie/PieHandler.cs +++ b/Runtime/Serie/Pie/PieHandler.cs @@ -5,7 +5,7 @@ using UnityEngine.EventSystems; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class PieHandler : SerieHandler<Pie> diff --git a/Runtime/Serie/Radar/Radar.cs b/Runtime/Serie/Radar/Radar.cs index b42a725a..7475fe2b 100644 --- a/Runtime/Serie/Radar/Radar.cs +++ b/Runtime/Serie/Radar/Radar.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(RadarHandler), true)] diff --git a/Runtime/Serie/Radar/RadarHandler.cs b/Runtime/Serie/Radar/RadarHandler.cs index 77e6b45e..77d6ac59 100644 --- a/Runtime/Serie/Radar/RadarHandler.cs +++ b/Runtime/Serie/Radar/RadarHandler.cs @@ -4,7 +4,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class RadarHandler : SerieHandler<Radar> diff --git a/Runtime/Serie/Ring/Ring.cs b/Runtime/Serie/Ring/Ring.cs index 0e55fb22..7a8b80b3 100644 --- a/Runtime/Serie/Ring/Ring.cs +++ b/Runtime/Serie/Ring/Ring.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(RingHandler), true)] diff --git a/Runtime/Serie/Ring/RingHandler.cs b/Runtime/Serie/Ring/RingHandler.cs index 8dc3dc1a..d06e3214 100644 --- a/Runtime/Serie/Ring/RingHandler.cs +++ b/Runtime/Serie/Ring/RingHandler.cs @@ -6,7 +6,7 @@ using UnityEngine.EventSystems; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class RingHandler : SerieHandler<Ring> diff --git a/Runtime/Serie/Scatter/BaseScatter.cs b/Runtime/Serie/Scatter/BaseScatter.cs index d82fb722..3696f2ca 100644 --- a/Runtime/Serie/Scatter/BaseScatter.cs +++ b/Runtime/Serie/Scatter/BaseScatter.cs @@ -1,5 +1,5 @@ -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] public class BaseScatter : Serie, INeedSerieContainer diff --git a/Runtime/Serie/Scatter/BaseScatterHandler.cs b/Runtime/Serie/Scatter/BaseScatterHandler.cs index 1121926d..19a639e5 100644 --- a/Runtime/Serie/Scatter/BaseScatterHandler.cs +++ b/Runtime/Serie/Scatter/BaseScatterHandler.cs @@ -4,7 +4,7 @@ using System.Text; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal class BaseScatterHandler<T> : SerieHandler<T> where T : BaseScatter diff --git a/Runtime/Serie/Scatter/EffectScatter.cs b/Runtime/Serie/Scatter/EffectScatter.cs index 66d5664b..1419adae 100644 --- a/Runtime/Serie/Scatter/EffectScatter.cs +++ b/Runtime/Serie/Scatter/EffectScatter.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(EffectScatterHandler), true)] diff --git a/Runtime/Serie/Scatter/EffectScatterHandler.cs b/Runtime/Serie/Scatter/EffectScatterHandler.cs index 04bc4f17..5931c3d5 100644 --- a/Runtime/Serie/Scatter/EffectScatterHandler.cs +++ b/Runtime/Serie/Scatter/EffectScatterHandler.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class EffectScatterHandler : BaseScatterHandler<EffectScatter> diff --git a/Runtime/Serie/Scatter/Scatter.cs b/Runtime/Serie/Scatter/Scatter.cs index 495f2544..becaa163 100644 --- a/Runtime/Serie/Scatter/Scatter.cs +++ b/Runtime/Serie/Scatter/Scatter.cs @@ -3,7 +3,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [System.Serializable] [SerieHandler(typeof(ScatterHandler), true)] diff --git a/Runtime/Serie/Scatter/ScatterHandler.cs b/Runtime/Serie/Scatter/ScatterHandler.cs index 24e2ff52..932ebb85 100644 --- a/Runtime/Serie/Scatter/ScatterHandler.cs +++ b/Runtime/Serie/Scatter/ScatterHandler.cs @@ -1,5 +1,5 @@ -namespace XCharts +namespace XCharts.Runtime { [UnityEngine.Scripting.Preserve] internal sealed class ScatterHandler : BaseScatterHandler<Scatter> diff --git a/Runtime/Serie/Serie.ExtraComponent.cs b/Runtime/Serie/Serie.ExtraComponent.cs index 712cbfff..9d5b087b 100644 --- a/Runtime/Serie/Serie.ExtraComponent.cs +++ b/Runtime/Serie/Serie.ExtraComponent.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using System; using System.Reflection; -namespace XCharts +namespace XCharts.Runtime { public partial class Serie { diff --git a/Runtime/Serie/Serie.cs b/Runtime/Serie/Serie.cs index 2ca51d21..eed0ef08 100644 --- a/Runtime/Serie/Serie.cs +++ b/Runtime/Serie/Serie.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// Whether to show as Nightingale chart, which distinguishs data through radius. diff --git a/Runtime/Serie/SerieContext.cs b/Runtime/Serie/SerieContext.cs index dbaa4463..c9076082 100644 --- a/Runtime/Serie/SerieContext.cs +++ b/Runtime/Serie/SerieContext.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public struct PointInfo { diff --git a/Runtime/Serie/SerieData.cs b/Runtime/Serie/SerieData.cs index 8b15c871..e922ff38 100644 --- a/Runtime/Serie/SerieData.cs +++ b/Runtime/Serie/SerieData.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// A data item of serie. diff --git a/Runtime/Serie/SerieDataContext.cs b/Runtime/Serie/SerieDataContext.cs index df0f3a45..2b170f78 100644 --- a/Runtime/Serie/SerieDataContext.cs +++ b/Runtime/Serie/SerieDataContext.cs @@ -3,7 +3,7 @@ using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public class SerieDataContext { diff --git a/Runtime/Serie/SerieHandler.cs b/Runtime/Serie/SerieHandler.cs index 3f060a5c..451b4975 100644 --- a/Runtime/Serie/SerieHandler.cs +++ b/Runtime/Serie/SerieHandler.cs @@ -5,7 +5,7 @@ using UnityEngine; using UnityEngine.EventSystems; using UnityEngine.UI; -namespace XCharts +namespace XCharts.Runtime { public abstract class SerieHandler { diff --git a/Runtime/Serie/SerieParams.cs b/Runtime/Serie/SerieParams.cs index e833f91a..59392dc5 100644 --- a/Runtime/Serie/SerieParams.cs +++ b/Runtime/Serie/SerieParams.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public class SerieParams { diff --git a/Runtime/Theme/AxisTheme.cs b/Runtime/Theme/AxisTheme.cs index 09d16adf..d2f3c14b 100644 --- a/Runtime/Theme/AxisTheme.cs +++ b/Runtime/Theme/AxisTheme.cs @@ -6,7 +6,7 @@ using UnityEngine; using TMPro; #endif -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class BaseAxisTheme : ComponentTheme diff --git a/Runtime/Theme/ComponentTheme.cs b/Runtime/Theme/ComponentTheme.cs index 80f2a90e..28e24b6e 100644 --- a/Runtime/Theme/ComponentTheme.cs +++ b/Runtime/Theme/ComponentTheme.cs @@ -5,7 +5,7 @@ using UnityEngine; using TMPro; #endif -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class ComponentTheme : ChildComponent diff --git a/Runtime/Theme/DataZoomTheme.cs b/Runtime/Theme/DataZoomTheme.cs index 19bc54a3..85038265 100644 --- a/Runtime/Theme/DataZoomTheme.cs +++ b/Runtime/Theme/DataZoomTheme.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class DataZoomTheme : ComponentTheme diff --git a/Runtime/Theme/LegendTheme.cs b/Runtime/Theme/LegendTheme.cs index 052e4fef..e51e668b 100644 --- a/Runtime/Theme/LegendTheme.cs +++ b/Runtime/Theme/LegendTheme.cs @@ -5,7 +5,7 @@ using UnityEngine; using TMPro; #endif -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class LegendTheme : ComponentTheme diff --git a/Runtime/Theme/SerieTheme.cs b/Runtime/Theme/SerieTheme.cs index b2dfd9d2..797ee256 100644 --- a/Runtime/Theme/SerieTheme.cs +++ b/Runtime/Theme/SerieTheme.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class SerieTheme : ChildComponent diff --git a/Runtime/Theme/SubTitleTheme.cs b/Runtime/Theme/SubTitleTheme.cs index e005f48e..cce69a4d 100644 --- a/Runtime/Theme/SubTitleTheme.cs +++ b/Runtime/Theme/SubTitleTheme.cs @@ -1,7 +1,7 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class SubTitleTheme : ComponentTheme diff --git a/Runtime/Theme/Theme.cs b/Runtime/Theme/Theme.cs index 23eac576..edb586bd 100644 --- a/Runtime/Theme/Theme.cs +++ b/Runtime/Theme/Theme.cs @@ -7,7 +7,7 @@ using System.Text; using TMPro; #endif -namespace XCharts +namespace XCharts.Runtime { [Serializable] diff --git a/Runtime/Theme/ThemeStyle.cs b/Runtime/Theme/ThemeStyle.cs index 1c9f3c77..68ce2208 100644 --- a/Runtime/Theme/ThemeStyle.cs +++ b/Runtime/Theme/ThemeStyle.cs @@ -7,7 +7,7 @@ using System.Text; using TMPro; #endif -namespace XCharts +namespace XCharts.Runtime { /// <summary> /// 主题 diff --git a/Runtime/Theme/TitleTheme.cs b/Runtime/Theme/TitleTheme.cs index ae1bef28..c914ce03 100644 --- a/Runtime/Theme/TitleTheme.cs +++ b/Runtime/Theme/TitleTheme.cs @@ -1,7 +1,7 @@ using System; -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class TitleTheme : ComponentTheme diff --git a/Runtime/Theme/TooltipTheme.cs b/Runtime/Theme/TooltipTheme.cs index 7353f775..c050b51f 100644 --- a/Runtime/Theme/TooltipTheme.cs +++ b/Runtime/Theme/TooltipTheme.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class TooltipTheme : ComponentTheme diff --git a/Runtime/Theme/VisualMapTheme.cs b/Runtime/Theme/VisualMapTheme.cs index 2e3431cb..c0f8206d 100644 --- a/Runtime/Theme/VisualMapTheme.cs +++ b/Runtime/Theme/VisualMapTheme.cs @@ -2,7 +2,7 @@ using System; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { [Serializable] public class VisualMapTheme : ComponentTheme diff --git a/Runtime/Utilities/ColorUtil.cs b/Runtime/Utilities/ColorUtil.cs index f2b026f8..c1aec5e7 100644 --- a/Runtime/Utilities/ColorUtil.cs +++ b/Runtime/Utilities/ColorUtil.cs @@ -1,7 +1,7 @@ using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class ColorUtil { diff --git a/Runtime/Utilities/DateTimeUtil.cs b/Runtime/Utilities/DateTimeUtil.cs index ee80ae67..f6e178a6 100644 --- a/Runtime/Utilities/DateTimeUtil.cs +++ b/Runtime/Utilities/DateTimeUtil.cs @@ -3,7 +3,7 @@ using System; using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class DateTimeUtil { diff --git a/Runtime/Utilities/DefineSymbolsUtil.cs b/Runtime/Utilities/DefineSymbolsUtil.cs index 84995e22..811e636d 100644 --- a/Runtime/Utilities/DefineSymbolsUtil.cs +++ b/Runtime/Utilities/DefineSymbolsUtil.cs @@ -6,7 +6,7 @@ using System.Text; using UnityEditor; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class DefineSymbolsUtil { diff --git a/Runtime/Utilities/PropertyUtil.cs b/Runtime/Utilities/PropertyUtil.cs index 6e3d06b8..717dd8e5 100644 --- a/Runtime/Utilities/PropertyUtil.cs +++ b/Runtime/Utilities/PropertyUtil.cs @@ -2,7 +2,7 @@ using System.Collections.Generic; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class PropertyUtil { diff --git a/Runtime/Utilities/ReflectionUtil.cs b/Runtime/Utilities/ReflectionUtil.cs index ca2c2ee4..6c9a7203 100644 --- a/Runtime/Utilities/ReflectionUtil.cs +++ b/Runtime/Utilities/ReflectionUtil.cs @@ -5,7 +5,7 @@ using System.Collections.Generic; using System.Reflection; using UnityEngine; -namespace XCharts +namespace XCharts.Runtime { public static class ReflectionUtil { diff --git a/Runtime/Utilities/RuntimeUtil.cs b/Runtime/Utilities/RuntimeUtil.cs index a87d70ef..4e3d7a44 100644 --- a/Runtime/Utilities/RuntimeUtil.cs +++ b/Runtime/Utilities/RuntimeUtil.cs @@ -7,7 +7,7 @@ using System.Reflection; using UnityEngine; using UnityEngine.Assertions; -namespace XCharts +namespace XCharts.Runtime { public static class RuntimeUtil { diff --git a/Runtime/Widgets/XCProgressBar.cs b/Runtime/Widgets/XCProgressBar.cs index 84f610bc..1677180f 100644 --- a/Runtime/Widgets/XCProgressBar.cs +++ b/Runtime/Widgets/XCProgressBar.cs @@ -3,7 +3,7 @@ using UnityEngine; using UnityEngine.UI; using XUGL; -namespace XCharts +namespace XCharts.Runtime { [ExecuteInEditMode] [RequireComponent(typeof(RectTransform))]