Skip to content

Commit 8c96200

Browse files
authored
Added CTkExtendedGraph
1 parent 0f9bdc2 commit 8c96200

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

assets/database.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,5 +1016,24 @@
10161016
"image_url": "https://github.com/Xiaokang2022/maliang-demos/blob/main/preview/demo1-1.png?raw=true",
10171017
"installation": "pip install maliang",
10181018
"tags": ["maliang", "canvas", "tkinter", "ui framework", "widgets", "tkintertools"]
1019+
},
1020+
1021+
"CTkExtendedGraph": {
1022+
"name": "CTkExtendedGraph",
1023+
"type": "pip",
1024+
"icon": "ctk",
1025+
"desc": "A customizable and dynamic widget for stacked bar charts!",
1026+
"full_desc": "CTkExtendedGraph is a customizable and dynamic widget built on top of matplotlib for displaying stacked bar charts in Tkinter applications. It supports resizable GUIs, allows dynamic updates, and is highly customizable in terms of colors, categories, units, and title.",
1027+
"author": "Loris Dante (iLollek)",
1028+
"highlights": [
1029+
"Resizable: Automatically adjusts dimensions based on available space.",
1030+
"Customizable: Tailor title, categories, colors, and units.",
1031+
"Dynamic Updates: Easily add new data entries.",
1032+
"Easy Install: Install via pip."
1033+
],
1034+
"repo_url": "https://github.com/iLollek/CTkExtendedGraph",
1035+
"image_url": "https://raw.githubusercontent.com/iLollek/CTkExtendedGraph/refs/heads/main/demo_picture.png",
1036+
"installation": "pip install CTkExtendedGraph",
1037+
"tags": ["customtkinter", "widget", "matplotlib", "data visualization", "bar chart", "chart", "graph", "ctkextendedgraph"]
10191038
}
10201039
}

0 commit comments

Comments
 (0)