Skip to content

Instantly share code, notes, and snippets.

@ishar19
Created November 23, 2023 19:16
Show Gist options
  • Save ishar19/24e443ac2127e57edc9bd504169f1011 to your computer and use it in GitHub Desktop.
Save ishar19/24e443ac2127e57edc9bd504169f1011 to your computer and use it in GitHub Desktop.
barChart
[
{ category: "Category A", value: 30 },
{ category: "Category B", value: 50 },
{ category: "Category C", value: 70 },
{ category: "Category D", value: 40 },
{ category: "Category E", value: 60 },
// Add more data as needed
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment