Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created January 3, 2021 03:09
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/1cfdeffaccc68ccfc67f4a856ebbf394 to your computer and use it in GitHub Desktop.
Save parzibyte/1cfdeffaccc68ccfc67f4a856ebbf394 to your computer and use it in GitHub Desktop.
const datosVentas2020 = {
label: "Ventas por mes",
data: [5000, 1500, 8000, 5102], // La data es un arreglo que debe tener la misma cantidad de valores que la cantidad de etiquetas
backgroundColor: 'rgba(54, 162, 235, 0.2)', // Color de fondo
borderColor: 'rgba(54, 162, 235, 1)', // Color del borde
borderWidth: 1,// Ancho del borde
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment