mirror of
https://github.com/heavyai/heavyai-charting.git
synced 2026-01-25 14:57:45 +00:00
* 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
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