Skip to content

Commit

Permalink
3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
monitor1394 committed Mar 26, 2022
1 parent 09f7557 commit edd6d94
Show file tree
Hide file tree
Showing 12 changed files with 142 additions and 48 deletions.
70 changes: 58 additions & 12 deletions Documentation/XChartsAPI-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,11 @@

## `AxisContext`

Inherits or Implemented: [MainComponentContext](#MainComponentContext)

## `AxisHandler<T>`

Inherits or Implemented: [MainComponentHandler](#MainComponentHandler)

## `AxisHelper`

Expand All @@ -133,9 +135,12 @@

## `BarChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `BaseChart`

Inherits or Implemented: [BaseGraph](#BaseGraph),[ISerializationCallbackReceiver](#ISerializationCallbackReceiver)

|public method|description|
|--|--|
| `AddChartComponent` |public MainComponent AddChartComponent(Type type)</br> |
Expand Down Expand Up @@ -262,6 +267,8 @@

## `BaseGraph`

Inherits or Implemented: [MaskableGraphic](#MaskableGraphic),[IPointerDownHandler](#IPointerDownHandler),[IPointerUpHandler](#IPointerUpHandler),[](#)

|public method|description|
|--|--|
| `CheckWarning` |public string CheckWarning()</br>检测警告信息。 |
Expand All @@ -283,6 +290,7 @@

## `CandlestickChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `ChartCached`

Expand All @@ -297,10 +305,8 @@

## `ChartConst`


## `ChartDrawer`


## `ChartHelper`

|public method|description|
Expand Down Expand Up @@ -360,6 +366,8 @@

## `ChartLabel`

Inherits or Implemented: [Image](#Image)

|public method|description|
|--|--|
| `GetLabelHeight` |public float GetLabelHeight()</br> |
Expand Down Expand Up @@ -402,6 +410,8 @@

## `ComponentHandlerAttribute`

Inherits or Implemented: [Attribute](#Attribute)

|public method|description|
|--|--|
| `ComponentHandlerAttribute` |public ComponentHandlerAttribute(Type handler)</br> |
Expand All @@ -419,6 +429,8 @@

## `CoordOptionsAttribute`

Inherits or Implemented: [Attribute](#Attribute)

|public method|description|
|--|--|
| `CoordOptionsAttribute` |public CoordOptionsAttribute(Type coord)</br> |
Expand All @@ -428,6 +440,7 @@

## `DataZoomContext`

Inherits or Implemented: [MainComponentContext](#MainComponentContext)

## `DataZoomHelper`

Expand All @@ -445,6 +458,8 @@

## `DefaultAnimationAttribute`

Inherits or Implemented: [Attribute](#Attribute)

|public method|description|
|--|--|
| `DefaultAnimationAttribute` |public DefaultAnimationAttribute(AnimationType handler)</br> |
Expand All @@ -467,9 +482,11 @@

## `GridCoordContext`

Inherits or Implemented: [MainComponentContext](#MainComponentContext),[IRectContext](#IRectContext)

## `HeatmapChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `InteractData`

Expand All @@ -495,7 +512,6 @@

## `LangCandlestick`


## `LayerHelper`

|public method|description|
Expand All @@ -505,6 +521,7 @@

## `LegendContext`

Inherits or Implemented: [MainComponentContext](#MainComponentContext)

## `LegendHelper`

Expand Down Expand Up @@ -540,33 +557,39 @@

## `LineChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `ListFor`

Inherits or Implemented: [Attribute](#Attribute)

|public method|description|
|--|--|
| `ListFor` |public ListFor(Type type)</br> |

## `ListForComponent`

Inherits or Implemented: [ListFor](#ListFor)

|public method|description|
|--|--|
| `ListForComponent` |public ListForComponent(Type type) : base(type)</br> |

## `ListForSerie`

Inherits or Implemented: [ListFor](#ListFor)

|public method|description|
|--|--|
| `ListForSerie` |public ListForSerie(Type type) : base(type)</br> |

## `MainComponentContext`


## `MainComponentHandler`


## `MainComponentHandler<T>`

Inherits or Implemented: [MainComponentHandler](#MainComponentHandler)

## `MathUtil`

Expand All @@ -580,6 +603,8 @@

## `Painter`

Inherits or Implemented: [MaskableGraphic](#MaskableGraphic)

|public method|description|
|--|--|
| `Init` |public void Init()</br> |
Expand All @@ -588,21 +613,27 @@

## `ParallelChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `ParallelCoordContext`

Inherits or Implemented: [MainComponentContext](#MainComponentContext)

## `PieChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `PolarChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `PolarCoordContext`

Inherits or Implemented: [MainComponentContext](#MainComponentContext)

## `ProgressBar`

Inherits or Implemented: [BaseChart](#BaseChart)

## `PropertyUtil`

Expand All @@ -613,9 +644,11 @@

## `RadarChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `RadarCoordContext`

Inherits or Implemented: [MainComponentContext](#MainComponentContext)

## `ReflectionUtil`

Expand All @@ -630,6 +663,8 @@

## `RequireChartComponentAttribute`

Inherits or Implemented: [Attribute](#Attribute)

|public method|description|
|--|--|
| `RequireChartComponentAttribute` |public RequireChartComponentAttribute(Type requiredComponent)</br> |
Expand All @@ -638,6 +673,7 @@

## `RingChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `RuntimeUtil`

Expand All @@ -651,12 +687,14 @@

## `ScatterChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `SerieContext`


## `SerieConvertAttribute`

Inherits or Implemented: [Attribute](#Attribute)

|public method|description|
|--|--|
| `Contains` |public bool Contains(Type type)</br> |
Expand All @@ -667,9 +705,10 @@

## `SerieDataContext`


## `SerieExtraComponentAttribute`

Inherits or Implemented: [Attribute](#Attribute)

|public method|description|
|--|--|
| `Contains` |public bool Contains(Type type)</br> |
Expand All @@ -684,9 +723,10 @@

## `SerieHandler`


## `SerieHandler<T>`

Inherits or Implemented: [SerieHandler where T](#SerieHandler where T),[Serie](#Serie)

|public method|description|
|--|--|
| `GetSerieDataLabelPosition` |public virtual Vector3 GetSerieDataLabelPosition(SerieData serieData, LabelStyle label)</br> |
Expand All @@ -702,6 +742,8 @@

## `SerieHandlerAttribute`

Inherits or Implemented: [Attribute](#Attribute)

|public method|description|
|--|--|
| `SerieHandlerAttribute` |public SerieHandlerAttribute(Type handler)</br> |
Expand Down Expand Up @@ -772,7 +814,6 @@

## `SerieParams`


## `SeriesHelper`

|public method|description|
Expand All @@ -794,12 +835,15 @@

## `SimplifiedBarChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `SimplifiedCandlestickChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `SimplifiedLineChart`

Inherits or Implemented: [BaseChart](#BaseChart)

## `SVG`

Expand All @@ -811,6 +855,7 @@

## `SVGImage`

Inherits or Implemented: [MaskableGraphic](#MaskableGraphic)

## `SVGPath`

Expand All @@ -828,10 +873,8 @@

## `TooltipContext`


## `TooltipData`


## `TooltipHelper`

|public method|description|
Expand All @@ -855,7 +898,6 @@

## `TooltipViewItem`


## `UGL`

|public method|description|
Expand All @@ -878,6 +920,7 @@

## `UGLExample`

Inherits or Implemented: [MaskableGraphic](#MaskableGraphic)

## `UGLHelper`

Expand Down Expand Up @@ -905,6 +948,7 @@

## `VisualMapContext`

Inherits or Implemented: [MainComponentContext](#MainComponentContext)

## `VisualMapHelper`

Expand Down Expand Up @@ -936,6 +980,8 @@

## `XChartsPackageResourceImporterWindow`

Inherits or Implemented: [UnityEditor.EditorWindow](#UnityEditor.EditorWindow)

|public method|description|
|--|--|
| `ShowPackageImporterWindow` |public static void ShowPackageImporterWindow()</br> |
Expand Down
Loading

0 comments on commit edd6d94

Please sign in to comment.