Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit adb0720

Browse files
committed
feat: new chart - molecule
1 parent 0c9ad71 commit adb0720

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build-backend = "hatchling.build"
99

1010
[project]
1111
name = "swankit"
12-
version = "0.1.6"
12+
version = "0.1.7"
1313
dynamic = ["readme", "dependencies"]
1414
description = "Base toolkit for SwanLab"
1515
license = "Apache-2.0"

swankit/core/data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ def __init__(self, chart_type: str, column_type: str):
151151

152152
OBJECT3D = ChartItem("object3d", "OBJECT3D")
153153

154+
MOLECULE = ChartItem("molecule", "MOLECULE")
155+
154156
# ---------------------------------- 需要子类实现的方法 ----------------------------------
155157

156158
@abstractmethod

0 commit comments

Comments
 (0)