Categories

Range Chart Generator

Create range charts to visualize min-max value ranges with median markers and outlier detection

Data ranges as JSON array with min, max, and optional median, mean, and outliers

Title that will be displayed above the range chart

Label for the X-axis

Label for the Y-axis

Primary color for range visualization

Color for median markers

Color for mean point markers

Color for outlier points

Color for range lines (when applicable)

Width of range lines in pixels

Size of min/max data points in pixels

Size of outlier points in pixels

Opacity level for range fills (0.0-1.0)

Display median markers on ranges

Display mean point markers

Display outlier data points

Display minimum and maximum data points

Display background grid lines

Color of grid lines

Background color of the chart

Width of the chart in pixels

Height of the chart in pixels

Font size for labels and text

Font size for the chart title

Font family for text elements

Animate the chart when it loads

Animation duration in milliseconds

API Documentation

Request Endpoint

POST /en/api/tools/range-chart-generator

Request Parameters

Parameter Name Type Required Description
chartTitle text No Title that will be displayed above the range chart
dataRanges textarea Yes Data ranges as JSON array with min, max, and optional median, mean, and outliers
xAxisLabel text No Label for the X-axis
yAxisLabel text No Label for the Y-axis
rangeStyle select Yes -
rangeColor color No Primary color for range visualization
medianColor color No Color for median markers
pointColor color No Color for mean point markers
outlierColor color No Color for outlier points
lineColor color No Color for range lines (when applicable)
lineWidth number No Width of range lines in pixels
pointSize number No Size of min/max data points in pixels
outlierSize number No Size of outlier points in pixels
opacity number No Opacity level for range fills (0.0-1.0)
showMedian checkbox No Display median markers on ranges
showMean checkbox No Display mean point markers
showOutliers checkbox No Display outlier data points
showDataPoints checkbox No Display minimum and maximum data points
showGrid checkbox No Display background grid lines
gridColor color No Color of grid lines
backgroundColor color No Background color of the chart
chartWidth number No Width of the chart in pixels
chartHeight number No Height of the chart in pixels
valueFormat select No -
fontSize number No Font size for labels and text
titleSize number No Font size for the chart title
fontFamily text No Font family for text elements
animationEnabled checkbox No Animate the chart when it loads
animationDuration number No Animation duration in milliseconds

Response Format

{
  "result": "
Processed HTML content
", "error": "Error message (optional)", "message": "Notification message (optional)", "metadata": { "key": "value" } }
HTML: HTML

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-range-chart-generator": {
      "name": "range-chart-generator",
      "description": "Create range charts to visualize min-max value ranges with median markers and outlier detection",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=range-chart-generator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]