Jonathan Huang e89bbab693 add tests for raster point layer
progress on sizing spec

finish new point layer genVega

working point raster layer with vega lite spec

fix popup behavior on raster point layer

fix examples

fix examples

add limit to point vega

update transform api and add sampling

update raster poly layer to use setState vega-lite api
2017-11-28 08:21:31 -05:00
..
2015-12-31 17:59:27 -08:00
2017-08-28 15:03:01 -07:00
2017-08-28 15:03:01 -07:00
2017-11-28 08:21:31 -05:00
2017-08-28 15:03:01 -07:00
2017-11-28 08:21:31 -05:00
2017-08-28 15:03:01 -07:00
2017-11-28 08:21:31 -05:00
2017-11-28 08:21:31 -05:00
2017-08-28 15:03:01 -07:00
2017-08-28 15:03:01 -07:00
2017-08-28 15:03:01 -07:00
2017-08-28 15:03:01 -07:00

Charting Examples

To run the examples locally, go to the root directory and run:

npm start

Running Integration Tests

The integrations tests for the charting examples are written in Elixir using the Hound library.

To run the tests, first install the selenium server by running from the root directory:

npm run selenium:install

Then start the selenium server:

npm run selenium:start

Next, go into the example/test directory and run:

mix deps.get

Once that is done, you can run the tests with:

mix test