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