Open Issues Need Help
View All on GitHubAI Summary: The task is to add an `outputType` schema field to all charting tools within the `mcp-echarts` project, mirroring the existing implementation in the `generate_echarts` tool. This field will allow users to specify the desired output format (png, svg, or option) for generated charts.
🧬 Generate visual charts using ECharts with AI MCP dynamically, used for chart generation and data analysis.
AI Summary: Debug and fix styling errors in generated ECharts charts. The issue involves discrepancies between expected and actual chart renderings for candlestick and treemap chart types, as evidenced by provided screenshots. This requires familiarity with ECharts styling and potentially the mcp-echarts library.
🧬 Generate visual charts using ECharts with AI MCP dynamically, used for chart generation and data analysis.
🧬 Generate visual charts using ECharts with AI MCP dynamically, used for chart generation and data analysis.
AI Summary: Upgrade the `mcp-echarts` project to use the latest version of ECharts (version 6). This involves updating dependencies, modifying code to accommodate any breaking changes introduced in ECharts 6, and thorough testing to ensure functionality remains intact.
🧬 Generate visual charts using ECharts with AI MCP dynamically, used for chart generation and data analysis.
AI Summary: Integrate MinIO cloud storage into the existing MCP ECharts application to store generated chart images as Base64 encoded strings and return URLs instead. This involves adding MinIO configuration (using environment variables) and modifying the application to upload images to MinIO and return the generated URLs.
🧬 Generate visual charts using ECharts with AI MCP dynamically, used for chart generation and data analysis.