lime-echart

Creates and displays ECharts charts in UniApp and UniAppX projects across H5, mini-programs, and App platforms.

610|93|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/partme-ai/full-stack-skills --skill lime-echart
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lime-echart
Source: https://github.com/partme-ai/full-stack-skills/tree/main/skills/lime-echart
Command: npx skills add https://github.com/partme-ai/full-stack-skills --skill lime-echart

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating and displaying complex ECharts visualizations within UniApp and UniAppX applications, overcoming platform-specific challenges.

Core Features & Use Cases

  • Cross-Platform Charting: Seamlessly render various ECharts chart types (bar, line, pie, etc.) across H5, mini-programs, and App environments.
  • Configuration & Customization: Provides extensive options for customizing chart appearance, behavior, and interactivity.
  • Use Case: You need to display real-time sales data using a dynamic line chart in your UniApp mobile application. This Skill allows you to easily configure and update the chart with fetched data.

Quick Start

Use the lime-echart skill to create a basic bar chart with the provided data.

Frequently Asked Questions about lime-echart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I display ECharts visualizations in a UniApp project?

To display ECharts visualizations in a UniApp project, you need a component that supports rendering ECharts within H5, mini-programs, and App environments. This approach handles cross-platform compatibility and allows dynamic data updates for various chart types.

Can I update ECharts data dynamically in UniApp mobile applications?

Yes, you can update ECharts data dynamically in UniApp mobile applications. The integration supports dynamic data updates and event handling, enabling real-time visualization changes such as displaying fetched sales data in a line chart.

Does the lime-echart component work across mini-programs and H5 platforms?

The lime-echart component works seamlessly across mini-programs and H5 platforms. It ensures cross-platform compatibility for rendering ECharts, allowing your charts to function consistently in App environments as well.

What's the best way to customize chart appearance in UniAppX?

The best way to customize chart appearance in UniAppX is by leveraging extensive configuration options provided for ECharts. This allows you to tailor chart visuals, interactivity, and behavior to meet specific display requirements.

Do I need the ECharts library to render charts in UniApp?

Yes, you need the ECharts library to render charts in UniApp. The charting component requires both the ECharts library and the lime-echart component to properly display and manage visualizations.