Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 3, 2021 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f9fab830120c5eebd40f3568811f14e2 to your computer and use it in GitHub Desktop.
Save parzibyte/f9fab830120c5eebd40f3568811f14e2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gráficas con chart.js | By Parzibyte</title>
<script src="https://cdn.jsdelivr.net/npm/chart.js@latest/dist/Chart.min.js"></script>
</head>
<body>
<h1>Ejemplo 1 - Gráfica de líneas</h1>
<a href="https://parzibyte.me/blog">By Parzibyte</a>
<a href="../index.html">| Ir al inicio</a>
<canvas id="grafica"></canvas>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment