mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #259] [MERGED] plugin: add plugin tools/echarts #1223
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:tools_echarts📝 Commits (2)
b404691plugin: add plugin tools/echartsd91ac2fauthor 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.