mirror of
https://github.com/heavyai/heavyai-charting.git
synced 2026-01-25 14:57:45 +00:00
* First draft polygons layer + lines layer * Small adjustments to query to get it to work * Add opacity for contour colors, change colors a bit * Formatting * Fix lint problems and bug created when refactoring * Move default opacity to constant, use throughout * Add validation check for table before generating preflight query. Reject promise if not * Spiff up check, used extracted data const, formatting
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