datavis-tech / reactive-vis

A library for reactive data visualizations (Work in progress)
MIT License
15 stars 0 forks source link

Data #5

Closed curran closed 8 years ago

curran commented 8 years ago

Part of #1

Initial sketch:

      // Adds the "data" property.
      function Data(my){
        my("data");
      }