Created
November 23, 2023 19:16
-
-
Save ishar19/24e443ac2127e57edc9bd504169f1011 to your computer and use it in GitHub Desktop.
barChart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ 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