Jonathan Rajavuori e95e507fb7
[FE-4902] Update for mapd-connector changes (#284)
* Format raster-chart.js

* Update to use new connector method renderVegaAsync and updated interface for getResultRowForPixel

* Use getResultRowForPixelAsync

* Update dependencies - master commits of connector and crossfilter for 4902, mapd-data-layer-2 0.0.8
2019-01-16 11:37:22 -06: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-08-28 15:03:01 -07:00
2017-08-28 15:03:01 -07:00
2018-03-08 15:49:23 -08:00
2018-03-08 15:49:23 -08:00
2017-08-28 15:03:01 -07:00
2018-11-07 14:21:38 -08: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