We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f826022 commit b2e9b09Copy full SHA for b2e9b09
fast_tmp/amis/view/chart.py
@@ -6,6 +6,7 @@
6
# https://aisuda.bce.baidu.com/amis/zh-CN/components/chart#%E4%BA%8B%E4%BB%B6%E8%A1%A8
7
class Chart(SchemaNode):
8
type: str = "chart"
9
+ name:Optional[str]
10
className: Optional[str] # 外层 Dom 的类名
11
body: Optional[SchemaNode] # 内容容器
12
api: Optional[str] # 配置项接口地址
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "fast-tmp"
3
-version = "1.1.12"
+version = "1.1.13"
4
description = "fastapi tortoise amis admin"
5
authors = ["Chise1 <[email protected]>"]
include = ["LICENSE", "README.md"]
0 commit comments