SkillStorr
Catalog/Operations/Chart Generator Tool Guide
C
PromptCC BY 4.0·attribution requiredv0.1.0 · current

Chart Generator Tool Guide

Builds bar, line, pie, scatter, and histogram charts from structured data.

B
Bohdan Tsaryk
·Published Jul 1, 2026·Token count not tracked
Uses (30d)
Stars
0
Versions
1
Forks
0
References
0

Full prompt

v0.1.0
prompt.md
preview

Chart Generator Tool Guide

Tool Purpose

Builds basic charts and graphs from analyzed data for reports, presentations, and dashboards.

When to Use

  • Visualizing Trend Analyzer output (line charts for trends)
  • Creating bar charts for Report Summarizer key metrics
  • Generating pie charts for sentiment breakdowns
  • Producing scatter plots for correlation analysis
  • Embedding charts in reports or presentations

Chart Types Supported

  • Bar Chart: Comparing categories or time periods
  • Line Chart: Trends over time
  • Pie Chart: Composition / breakdown ratios
  • Scatter Plot: Correlation between two variables
  • Histogram: Distribution of values

How to Use

  1. Provide the data in structured format (columns and rows)
  1. Choose chart type appropriate for the data
  1. Specify labels, colors, and title
  1. The tool returns a downloadable chart image or HTML

Best Practices

  • Use line charts for time series, bar charts for comparisons
  • Limit pie charts to 5-7 segments for readability
  • Include data labels on bars and lines
  • Use consistent color schemes within a report

Output

Chart image (PNG/SVG) or interactive HTML with embedded data.