Skip to content

Instantly share code, notes, and snippets.

@nshimiye
Created November 17, 2018 01:32
Show Gist options
  • Save nshimiye/5cceb1b6fc3f35d4826ecea22a33cc76 to your computer and use it in GitHub Desktop.
Save nshimiye/5cceb1b6fc3f35d4826ecea22a33cc76 to your computer and use it in GitHub Desktop.
const input = [
{ label: '08/01', dailySale: 5 },
{ label: '08/02', dailySale: 18 },
{ label: '08/03', dailySale: 12 },
{ label: '08/04', dailySale: 8 },
{ label: '08/05', dailySale: 12 },
{ label: '08/06', dailySale: 9 },
{ label: '08/07', dailySale: 5 },
{ label: '08/08', dailySale: 5 },
{ label: '08/09', dailySale: 5 },
{ label: '08/10', dailySale: 5 },
{ label: '08/11', dailySale: 8 },
{ label: '08/12', dailySale: 8 },
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment