Skip to content

Commit

Permalink
Added note about Papa Parse.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Apr 2, 2015
1 parent 583d848 commit 0c02769
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,16 @@ This library supports high-level filtering and aggregation operations on HXL dat

## Load a dataset from the web:

Requires that the Papa Parse CSV library be loaded before HXL (there
is a copy bundled in lib/, with permission):

hxl.load('http://example.org/dataset.csv', function (dataset) {
console.log('Dataset has ' + dataset.columns.length + ' columns.');
});

The HXL library will soon also support autodetecting the availability
of D3 and JQuery-based CSV parsing.

## Create a dataset from array data

var rawData = [
Expand Down

0 comments on commit 0c02769

Please sign in to comment.