Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 371 Bytes

data.md

File metadata and controls

17 lines (13 loc) · 371 Bytes

chartwerk.data

An array of parsed data pasted into the editor by the chart creator. This is how every chart begins.

For example, the stock data in the above image would be converted to an array that looks like this:

[
  {
    Date: '2015-08-24',
    CBM: 45.47,
    GQS: 32.84
  }
]