Skip to main content
Glama
VisActor
by VisActor

generate_scatter_chart

Create scatter charts to analyze data distribution, trends, and correlations. Detect outliers and visualize relationships between variables in two-dimensional or multi-dimensional space.

Instructions

Generate a scatter chart to visually display the distribution, clustering trends, and correlations of data points in two-dimensional or multi-dimensional space. Suitable for analyzing relationships between variables, outlier detection, and similar scenarios.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
backgroundNoChart background color (hex). Optional, defaults to white.
chartThemeNoChart theme. Optional, defaults to 'light'.
colorFieldNoColor grouping field. Should not duplicate the dimension field.
colorsNoColor palette for chart elements.
dataTableYesScatter chart data, e.g., [{ x: 34, y: 10, category: 'A' }].
heightNoChart height. Optional, defaults to 500.
outputNoChart output type. Defaults to 'image'.image
sizeFieldNoNumeric field for bubble size.
subTitleNoChart subtitle text.
titleNoChart title text.
titleOrientNoTitle position in the chart.
widthNoChart width. Optional, defaults to 500.
xAxisHasGridNoShow vertical grid lines for the X-axis.
xAxisHasLabelNoShow X-axis labels.
xAxisHasTickNoShow X-axis ticks.
xAxisOrientNoX-axis position in the chart.
xAxisTitleNoX-axis title.
xAxisTypeNoX-axis type: categorical ('band') or continuous ('linear').
xFieldYesMeasure field. Must be numeric and exist in the data.
yAxisHasGridNoShow horizontal grid lines for the Y-axis.
yAxisHasLabelNoShow Y-axis labels.
yAxisHasTickNoShow Y-axis ticks.
yAxisOrientNoY-axis position in the chart.
yAxisTitleNoY-axis title.
yAxisTypeNoY-axis type: categorical ('band') or continuous ('linear').
yFieldYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VisActor/vchart-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server