Categories

Rating Star Chart

Create beautiful star rating visualizations for products, services, and user feedback analysis with interactive animations

Rating data (0-5). Supports JSON with label/rating/count, simple label:rating:count, or just rating values

Title that will be displayed above the chart

Size of each star in pixels

Color for filled stars

Color for empty stars

Duration of the star animation in milliseconds

Background color for the chart container

Display rating distribution and percentages

Display number of reviews for each item

Display overall rating summary and statistics

Display decimal ratings (e.g., 4.5) instead of rounded

Animate stars when they load

API Documentation

Request Endpoint

POST /en/api/tools/rating-star-chart

Request Parameters

Parameter Name Type Required Description
ratingData textarea Yes Rating data (0-5). Supports JSON with label/rating/count, simple label:rating:count, or just rating values
chartTitle text No Title that will be displayed above the chart
layout select No -
starSize number No Size of each star in pixels
starColor color No Color for filled stars
emptyStarColor color No Color for empty stars
animationDuration number No Duration of the star animation in milliseconds
backgroundColor color No Background color for the chart container
showPercentage checkbox No Display rating distribution and percentages
showCount checkbox No Display number of reviews for each item
showAverage checkbox No Display overall rating summary and statistics
showDecimal checkbox No Display decimal ratings (e.g., 4.5) instead of rounded
animated checkbox No Animate stars when they load

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-rating-star-chart": {
      "name": "rating-star-chart",
      "description": "Create beautiful star rating visualizations for products, services, and user feedback analysis with interactive animations",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=rating-star-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]