Utilisateur non connecté
Notation Médias [ElseNews]

Outils pour utilisateurs

Outils du site


popup:public:notation

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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:29:49]
jeannot
popup:public:notation [17/12/2024/H08:53:43] (Version actuelle)
jeannot
Ligne 1: Ligne 1:
 ====== Notation Médias ====== ====== Notation Médias ======
 +~~NOTOC~~
 +~~NOSIDEBAR~~
 +~~NOCACHE~~
 +/*  <HTML>
 +<html lang="en">
 +
 +<head>
 +    <meta charset="UTF-8">
 +    <meta name="viewport" content=
 +"width=device-width, initial-scale=1.0">
 +    <title>
 +        The Radar Chart Example
 +    </title>
 +    <script src=
 +"https://cdn.jsdelivr.net/npm/chart.js">
 +    </script>
 +</head>
 +
 +<body>
 +    <canvas id="radarChart" width="400" 
 +        height="400">
 +    </canvas>
 +    <script>
 +        const ctx = document.
 +            getElementById('radarChart').
 +                getContext('2d');
 +        const myRadarChart = new Chart(ctx, {
 +            type: 'radar',
 +            data: {
 +                labels: 
 +                    ['Category 1', 'Category 2', 'Category 3', 
 +                    'Category 4', 'Category 5'],
 +                datasets: [{
 +                    label: 'Dataset 1',
 +                    data: 
 +                        [10, 20, 15, 25, 30],
 +                    backgroundColor: 
 +                        'rgba(255, 99, 132, 0.2)',
 +                    borderColor: 
 +                        'rgba(255, 99, 132, 1)',
 +                    borderWidth: 1
 +                }, {
 +                    label: 'Dataset 2',
 +                    data: 
 +                        [15, 25, 20, 30, 35],
 +                    backgroundColor: 
 +                        'rgba(54, 162, 235, 0.2)',
 +                    borderColor: 
 +                        'rgba(54, 162, 235, 1)',
 +                    borderWidth: 1
 +                }]
 +            },
 +            options: {
 +                scale: {
 +                    ticks: {
 +                        beginAtZero: true
 +                    }
 +                }
 +            }
 +        });
 +    </script>
 +</body>
 +
 +</HTML>  */
 +
 +
 +
 <radar width="400" height="300" colorScheme="pastel" minScale="0" maxScale="60" legendPosition="right" borderWidth="3" pointRadius="4"> <radar width="400" height="300" colorScheme="pastel" minScale="0" maxScale="60" legendPosition="right" borderWidth="3" pointRadius="4">
 @dataset Média 1|rgba(255,100,100,0.2)|rgb(255,100,100) @dataset Média 1|rgba(255,100,100,0.2)|rgb(255,100,100)
× iphelper toolbox

you see this when javscript or css is not working correct

Untested
IP Address:
First usable:
Subnet:
Last usable:
CIDR:
Amount of usable:
Network address:
Reverse address:
Broadcast address:

popup/public/notation.1734384589.txt · Dernière modification: 16/12/2024/H22:29:49 de jeannot