Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
popup:public:notation [16/12/2024/H22:25:31] jeannot |
popup:public:notation [17/12/2024/H08:53:43] (Version actuelle) jeannot |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Notation Médias ====== | ====== Notation Médias ====== | ||
- | <radar width="300" height=" | + | ~~NOTOC~~ |
- | @dataset Player 1|rgba(255, | + | ~~NOSIDEBAR~~ |
- | Speed|85 | + | ~~NOCACHE~~ |
- | Accuracy|92 | + | / |
- | Power|78 | + | <html lang="en"> |
- | Control|95 | + | |
- | Endurance|88 | + | |
- | @dataset | + | < |
- | Speed|75 | + | <meta charset=" |
- | Accuracy|88 | + | <meta name=" |
- | Power|92 | + | " |
- | Control|85 | + | < |
- | Endurance|79 | + | The Radar Chart Example |
+ | </ | ||
+ | <script src= | ||
+ | " | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | <canvas id=" | ||
+ | height=" | ||
+ | </ | ||
+ | < | ||
+ | const ctx = document. | ||
+ | getElementById(' | ||
+ | getContext(' | ||
+ | const myRadarChart = new Chart(ctx, { | ||
+ | type: ' | ||
+ | data: { | ||
+ | labels: | ||
+ | [' | ||
+ | ' | ||
+ | datasets: [{ | ||
+ | label: ' | ||
+ | data: | ||
+ | [10, 20, 15, 25, 30], | ||
+ | backgroundColor: | ||
+ | ' | ||
+ | borderColor: | ||
+ | ' | ||
+ | borderWidth: | ||
+ | }, { | ||
+ | label: ' | ||
+ | data: | ||
+ | [15, 25, 20, 30, 35], | ||
+ | backgroundColor: | ||
+ | ' | ||
+ | borderColor: | ||
+ | ' | ||
+ | borderWidth: | ||
+ | }] | ||
+ | }, | ||
+ | options: { | ||
+ | scale: { | ||
+ | ticks: { | ||
+ | beginAtZero: | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | }); | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | |||
+ | <radar width=" | ||
+ | @dataset Média 1|rgba(255, | ||
+ | Véracité|85 | ||
+ | Honnêteté|92 | ||
+ | Bon Sens|78 | ||
+ | Pertinence|95 | ||
+ | Concision|88 | ||
+ | |||
+ | @dataset | ||
+ | Véracité|75 | ||
+ | Honnêteté|88 | ||
+ | Bon Sens|92 | ||
+ | Pertinence|85 | ||
+ | Concision|79 | ||
</ | </ | ||
you see this when javscript or css is not working correct