chart-visualization

Generate line, bar, area, pie, and scatter charts from data input.

4|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/syusama/deer-flow-wechat --skill chart-visualization-syusama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chart-visualization
Source: https://github.com/syusama/deer-flow-wechat/tree/main/deer-flow/skills/public/chart-visualization
Command: npx skills add https://github.com/syusama/deer-flow-wechat --skill chart-visualization-syusama

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nodejs, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of data visualization by providing a comprehensive toolset to create 26 different chart types, making it easier to interpret and communicate data insights.

Core Features & Use Cases

  • Intelligent Chart Selection: Automatically selects the most suitable chart type based on the data features.
  • Parameter Extraction: Extracts parameters based on detailed specifications provided in the references/ directory.
  • Chart Generation: Generates chart images using a JavaScript script.
  • Use Case: Visualize sales trends over time by generating a line chart with specific parameters such as data range, title, and theme.

Quick Start

Generate a line chart for sales trends from 2020 to 2023 with a title 'Sales Trends' and a theme 'dark'.

Frequently Asked Questions about chart-visualization

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

FAQPage Schema
How do I generate charts from raw data automatically?

To generate charts from raw data, this tool processes your input and extracts parameters to produce chart images. It intelligently selects the most suitable chart type based on your data features and generates the visualization using JavaScript scripts.

Can I visualize data trends using specific chart types like line or bar charts?

Yes, you can visualize data trends using 26 different chart types, including line, bar, area, pie, and scatter charts. The tool automatically handles chart selection or allows you to specify the exact chart type needed for your data analysis.

Do I need Node.js installed to create chart images from my data?

Yes, you need Node.js installed to create chart images from your data. The chart generation process relies on specific JavaScript scripts that execute within the Node.js environment to produce the final visualizations.

What is the best way to choose the right chart type for my data analysis?

The best way to choose the right chart type for data analysis is using the intelligent chart selection feature. It automatically evaluates your data features and selects the most suitable visualization from 26 available chart types to ensure precise interpretation.

How do I set parameters like title and theme when generating a line chart?

To set parameters like title and theme when generating a line chart, you provide them during the data input phase. The tool extracts these parameters from your specifications to customize the final chart image generation.