增加JsonUtil工具类

This commit is contained in:
monitor1394
2024-05-09 13:13:51 +08:00
parent b86cae6717
commit 4e3182edfc
10 changed files with 161 additions and 24 deletions

View File

@@ -199,6 +199,7 @@ import APITable from '@site/src/components/APITable';
- [LangCandlestick](#langcandlestick)
- [LangTime](#langtime)
- [MainComponent](#maincomponent)
- [Wrapper<T>](#wrappert)
- [XCResourcesImporter](#xcresourcesimporter)
- [XCSettings](#xcsettings)
@@ -2442,6 +2443,10 @@ Serie的状态样式。Serie的状态有正常高亮淡出选中四种
</APITable>
```
## Wrapper&lt;T&gt;
> class in XCharts.Runtime
## XAxis
> class in XCharts.Runtime / 继承自: [Axis](#axis)