Charts

Portfolio charts, bar charts, pie charts, and more
Portfolio Charts
generate_portfolio_chart
Image
PPTX
Video
HTML

Generate financial portfolio line charts with smooth curves, gradient fills, and professional styling. Supports light and dark themes, currency formatting, custom colors, annotations, and titles/subtitles. Perfect for investment reports, financial dashboards, and performance tracking.

Preview
Blue portfolio chartTitled chart - light theme
USD currency chartUSD currency formatting
Annotated chartWith text annotation
Dark green chartDark theme - green
Green positive trendPositive growth trend
Red decline trendDecline trend - red
Parameters
NameTypeDescriptionDefault
labels
required
arrayX-axis labels (dates/periods)

-

values
required
arrayY-axis values (numbers)

-

colorstringLine/fill color in hex#2196F3
titlestringChart title

-

subtitlestringChart subtitle

-

currencystringCurrency symbol for Y-axis$
annotationstringText annotation on the chart

-

widthintegerImage width in pixels800
heightintegerImage height in pixels400
themestringTheme: light or darklight
Example Prompts

Create a portfolio chart showing monthly returns for 2024 in blue

Generate a dark-themed investment performance chart with USD formatting

Show my portfolio growth from $10,000 to $15,000 over 12 months with an annotation at the peak

Portfolio Charts (PowerPoint)
generate_portfolio_chart_pptx
PPTX

Generate editable PowerPoint slides with portfolio charts rendered as native shapes. The chart line, gradient fill, axes, and labels are all individual PowerPoint objects. Modify colors, fonts, or data directly in PowerPoint.

All chart elements are native PowerPoint shapes, allowing full customization without leaving PowerPoint.

Preview
Portfolio chart PPTXEditable chart in PPTX
Annotated PPTX chartWith annotation overlay
Parameters
NameTypeDescriptionDefault
labels
required
arrayX-axis labels (dates/periods)

-

values
required
arrayY-axis values (numbers)

-

colorstringLine/fill color in hex#2196F3
titlestringChart title

-

subtitlestringChart subtitle

-

currencystringCurrency symbol$
annotationstringText annotation

-

themestringTheme: light or darklight
Example Prompts

Create a PowerPoint chart showing Q1-Q4 revenue growth

Generate an editable portfolio chart PPTX for the board presentation

Charts (General)
generate_chart
Image
PPTX
HTML

Generate a wide variety of charts and graphs using Chart.js. Supports bar, line, pie, doughnut, radar, scatter, bubble, and polar area chart types. Full customization of colors, labels, legends, axes, and data series.

Parameters
NameTypeDescriptionDefault
type
required
stringChart type: bar, line, pie, doughnut, radar, scatter, bubble, polarArea

-

data
required
objectChart.js data object with labels and datasets

-

optionsobjectChart.js options (axes, legend, title, etc.)

-

widthintegerImage width in pixels800
heightintegerImage height in pixels600
Example Prompts

Create a bar chart comparing revenue by region for Q1-Q4

Generate a pie chart showing market share breakdown

Make a line chart tracking user growth over 12 months with a trend line