Skip to content

Instantly share code, notes, and snippets.

@VPetar
Created September 4, 2020 10:08
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 VPetar/929af36285ae4c1e6f9826626709f796 to your computer and use it in GitHub Desktop.
Save VPetar/929af36285ae4c1e6f9826626709f796 to your computer and use it in GitHub Desktop.
data-example.json
[
{ "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