ucharts

Create and configure uCharts line, column, pie, and radar charts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides comprehensive guidance and examples for using the uCharts library to create various types of charts, simplifying data visualization in applications.

Core Features & Use Cases

  • Chart Creation: Generate line, column, pie, radar, and many other chart types.
  • Configuration: Customize chart appearance, data, and behavior.
  • Platform Support: Works with uni-app, WeChat Mini Program, H5, and APP.
  • Use Case: You need to display sales data over time in a mobile app. Use this Skill to quickly set up a line chart with custom colors and labels.

Quick Start

Use the ucharts skill to create a basic line chart with categories 'Mon', 'Tue', 'Wed' and series data [10, 20, 30].

Frequently Asked Questions about ucharts

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

FAQPage Schema
How do I create data visualization charts in a uni-app project?

To create data visualization charts in uni-app, use the uCharts library to generate line, column, pie, and radar charts by configuring categories and series data arrays for rendering across platforms.

Does uCharts work with WeChat Mini Programs and H5?

Yes, uCharts works with WeChat Mini Programs, H5, and native Apps. The library provides platform support to render chart configurations consistently across these multiple deployment targets.

How do I configure chart options for a basic line chart?

To configure a basic line chart, define category labels like 'Mon' and 'Tue' on the x-axis and provide a series data array of numeric values to map the points visually on the chart canvas.

What types of charts can I build for frontend data visualization?

For frontend data visualization, you can build line, column, pie, and radar charts. The library simplifies rendering these various chart types by accepting structured data formats and appearance configurations.

Can I customize the appearance and behavior of charts in my application?

Yes, you can customize the appearance and behavior of charts in your application. The library allows you to modify chart options including colors, labels, and interactive behaviors to fit your data display needs.

What is the best way to display sales data over time in a mobile app?

The best way to display sales data over time in a mobile app is using a line chart. Configure custom colors and time-based category labels to visually track data trends across specific periods.