Created
September 4, 2020 10:08
-
-
Save VPetar/929af36285ae4c1e6f9826626709f796 to your computer and use it in GitHub Desktop.
data-example.json
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
[ | |
{ "Month": "Jan", "Sales_Figure": 21, "Perc": 5 }, | |
{ "Month": "Feb", "Sales_Figure": 32, "Perc": 15 }, | |
{ "Month": "Mar", "Sales_Figure": 19, "Perc": 11 }, | |
{ "Month": "Apr", "Sales_Figure": 8, "Perc": 17 }, | |
{ "Month": "May", "Sales_Figure": 26, "Perc": 5 }, | |
{ "Month": "Jun", "Sales_Figure": 31, "Perc": 2 }, | |
{ "Month": "Jul", "Sales_Figure": 37, "Perc": 28 }, | |
{ "Month": "Aug", "Sales_Figure": 16, "Perc": 14 }, | |
{ "Month": "Sep", "Sales_Figure": 25, "Perc": 19 }, | |
{ "Month": "Oct", "Sales_Figure": 30, "Perc": 8 } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment