Data Visualization
Graphique d'Étoiles de Notation
Créer de belles visualisations de notation par étoiles pour les produits, services et analyses de feedback utilisateur
html· Résultat HTML
Démarrage rapide
Appelez cet outil depuis votre code en trois langages.
cURL
curl -X POST 'https://api.elysiatools.com/fr/api/tools/rating-star-chart' \
-H 'Content-Type: application/json' \
-d '{"ratingData":"JSON format:\n[{"label": "Product A", "rating": 4.5, "count": 120},\n{"label": "Product B", "rating": 3.8, "count": 85},\n{"label": "Product C", "rating": 4.2, "count": 200}]\n\nor text format:\nProduct A:4.5:120\nProduct B:3.8:85\nProduct C:4.2:200\n\nor just ratings:\n4.5\n3.8\n4.2","chartTitle":"Entrez le titre du graphique...","layout":"list","starSize":"30","starColor":"#fbbf24","emptyStarColor":"#e5e7eb","animationDuration":"1000","backgroundColor":"#ffffff","showPercentage":true,"showCount":true,"showAverage":true,"showDecimal":true,"animated":true}'