A plugin that enables Apache ECharts to render charts using Mermaid-like syntax. This plugin is particularly useful when you want to generate charts from text/markdown, especially in LLM applications.
This project shows how to implement an MCP (Model Context Protocol) server of Apache ECharts. The basic workflow is that it gets chart type, data and other parameters from an LLM, and returns the ...