[PR #259] [MERGED] plugin: add plugin tools/echarts #1223

Closed
opened 2026-02-16 10:22:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/259
Author: @junjiem
Created: 2/25/2025
Status: Merged
Merged: 3/1/2025
Merged by: @crazywoola

Base: mainHead: tools_echarts


📝 Commits (2)

  • b404691 plugin: add plugin tools/echarts
  • d91ac2f author changed to langgenius

📊 Changes

14 files changed (+400 additions, -0 deletions)

View changed files

tools/echarts/.env.example (+4 -0)
tools/echarts/README.md (+0 -0)
tools/echarts/_assets/icon.svg (+5 -0)
tools/echarts/main.py (+6 -0)
tools/echarts/manifest.yaml (+38 -0)
tools/echarts/provider/echarts.py (+6 -0)
tools/echarts/provider/echarts.yaml (+21 -0)
tools/echarts/requirements.txt (+1 -0)
tools/echarts/tools/bar.py (+59 -0)
tools/echarts/tools/bar.yaml (+48 -0)
tools/echarts/tools/line.py (+59 -0)
tools/echarts/tools/line.yaml (+48 -0)
tools/echarts/tools/pie.py (+57 -0)
tools/echarts/tools/pie.yaml (+48 -0)

📄 Description

#258


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/259 **Author:** [@junjiem](https://github.com/junjiem) **Created:** 2/25/2025 **Status:** ✅ Merged **Merged:** 3/1/2025 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `tools_echarts` --- ### 📝 Commits (2) - [`b404691`](https://github.com/langgenius/dify-official-plugins/commit/b404691a317dbcd041527128c92efbf4861d3db8) plugin: add plugin tools/echarts - [`d91ac2f`](https://github.com/langgenius/dify-official-plugins/commit/d91ac2f834a2f4efb3dc1583d82bb7ca93a3a452) author changed to langgenius ### 📊 Changes **14 files changed** (+400 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tools/echarts/.env.example` (+4 -0) ➕ `tools/echarts/README.md` (+0 -0) ➕ `tools/echarts/_assets/icon.svg` (+5 -0) ➕ `tools/echarts/main.py` (+6 -0) ➕ `tools/echarts/manifest.yaml` (+38 -0) ➕ `tools/echarts/provider/echarts.py` (+6 -0) ➕ `tools/echarts/provider/echarts.yaml` (+21 -0) ➕ `tools/echarts/requirements.txt` (+1 -0) ➕ `tools/echarts/tools/bar.py` (+59 -0) ➕ `tools/echarts/tools/bar.yaml` (+48 -0) ➕ `tools/echarts/tools/line.py` (+59 -0) ➕ `tools/echarts/tools/line.yaml` (+48 -0) ➕ `tools/echarts/tools/pie.py` (+57 -0) ➕ `tools/echarts/tools/pie.yaml` (+48 -0) </details> ### 📄 Description #258 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:22 -05:00
yindo closed this issue 2026-02-16 10:22:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1223