Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 4, 2021 17:24
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/422778bbc877b1d17f75378317617be7 to your computer and use it in GitHub Desktop.
Save parzibyte/422778bbc877b1d17f75378317617be7 to your computer and use it in GitHub Desktop.
<?php
// Valores con PHP. Estos podrían venir de una base de datos o de cualquier lugar del servidor
$etiquetas = ["Enero", "Febrero", "Marzo", "Abril"];
$datosVentas = [5000, 1500, 8000, 5102];
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment