[php] dzdz

Viewer

  1. {
  2.             type: 'bar',
  3.             data: {
  4.                 labels: ['Red', 'Blue', 'Yellow', 'Green', 'Purple', 'Orange'],
  5.                 datasets: [{
  6.                     label: '# of Votes',
  7.                     data: [12, 19, 3, 5, 2, 3],
  8.                     borderWidth: 1
  9.                 }]
  10.             },
  11.             options: {
  12.                 scales: {
  13.                     y: {
  14.                         beginAtZero: true
  15.                     }
  16.                 }
  17.             }
  18.         };

Editor

You can edit this paste and save as new:


File Description
  • dzdz
  • Paste Code
  • 29 Apr-2024
  • 511 Bytes
You can Share it: