stacked-chart-visualization

Convert percentage data into stacked bar charts for trend analysis.

4.9k|347|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill stacked-chart-visualization
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stacked-chart-visualization
Source: https://github.com/OpenSenseNova/SenseNova-Skills/tree/main/skills/sn-da-excel-workflow/capability/excel-data-visualization/stacked-chart-visualization
Command: npx skills add https://github.com/OpenSenseNova/SenseNova-Skills --skill stacked-chart-visualization

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires matplotlib, seaborn, pandas, and includes scripts (resource) components.

What problem does it solve?

This Skill enables users to visualize multi-dimensional percentage data over time or categories by creating intuitive stacked bar charts, facilitating comparison and trend analysis.

Core Features & Use Cases

  • Data Cleaning and Transformation: Converts percentage strings into numerical ratios and structures data for visualization.
  • Missing Data Handling: Computes and fills in missing category proportions based on total sum constraints.
  • Visualization: Generates stacked bar charts that clearly display the contribution of each category over time or groups, supporting presentations and reports.
  • Use Case: Imagine analyzing a company's quarterly sales contributions across product categories, identifying shifts in market share visually. Users can specify raw percentage data and obtain a comprehensive, visually appealing chart suitable for stakeholder updates.

Quick Start

Provide the raw percentage data for each category over time, and use this Skill to generate a stacked bar chart illustrating their proportions and trends.

Frequently Asked Questions about stacked-chart-visualization

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

FAQPage Schema
How do I create a stacked bar chart from percentage data for trend analysis?

To create a stacked bar chart from percentage data, you can use this Skill to convert percentage strings into numerical ratios. It structures the data and generates visual charts comparing category contributions over time.

What is the best way to visualize category percentage contributions over time?

Visualizing category percentage contributions over time is best achieved with stacked bar charts. This Skill transforms multi-dimensional percentage data into intuitive charts, facilitating comparison and revealing shifts in market share.

How do I handle missing category proportions when generating stacked bar charts?

To handle missing category proportions in stacked bar charts, this Skill computes and fills in the missing values automatically. It estimates missing data based on total sum constraints to ensure comprehensive visual reports.

Can I use pandas and matplotlib to automate stacked chart generation for business monitoring?

Yes, you can automate stacked chart generation for business monitoring using this Skill, which relies on pandas and matplotlib. It processes raw percentage data to produce visually appealing charts suitable for stakeholder updates.

Why does my stacked bar chart show incorrect proportions for categorical data?

Stacked bar charts show incorrect proportions when raw percentage strings are not properly converted into numerical ratios. This Skill performs data cleaning and transformation to accurately structure data for visualization.

Does this Skill require data cleaning before generating a stacked bar chart?

No, this Skill does not require prior data cleaning before generating a stacked bar chart. It automatically converts percentage strings, handles missing values, and structures data to produce comprehensive visual reports.