Categories

Parallel Coordinates Chart Generator

Generate parallel coordinates charts for multidimensional data visualization with customizable normalization

Data for the chart. Must be a JSON array of objects with numeric dimensions

Title that will be displayed above the chart

Maximum number of dimensions/axes to display

Background color for the chart container

Color for the grid lines

Width of the data lines

Opacity of the data lines (0-1, supports decimals)

Width of the chart in pixels

Height of the chart in pixels

Font size for axis labels

Margin around the chart

Display grid lines for better readability

Display labels for each axis

Display a legend with line colors

Display chart statistics and dimension ranges

API Documentation

Request Endpoint

POST /en/api/tools/parallel-coordinates-chart

Request Parameters

Parameter Name Type Required Description
chartData textarea Yes Data for the chart. Must be a JSON array of objects with numeric dimensions
chartTitle text No Title that will be displayed above the chart
axisCount number No Maximum number of dimensions/axes to display
normalizationMethod select No -
colorScheme select No -
backgroundColor color No Background color for the chart container
gridColor color No Color for the grid lines
lineWidth number No Width of the data lines
lineOpacity number No Opacity of the data lines (0-1, supports decimals)
chartWidth number No Width of the chart in pixels
chartHeight number No Height of the chart in pixels
fontSize number No Font size for axis labels
marginSize number No Margin around the chart
showGrid checkbox No Display grid lines for better readability
showLabels checkbox No Display labels for each axis
showLegend checkbox No Display a legend with line colors
showStats checkbox No Display chart statistics and dimension ranges

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-parallel-coordinates-chart": {
      "name": "parallel-coordinates-chart",
      "description": "Generate parallel coordinates charts for multidimensional data visualization with customizable normalization",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=parallel-coordinates-chart",
      "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]