{"id":13692351,"url":"https://github.com/heavyai/heavyai-charting","last_synced_at":"2025-12-28T14:42:35.021Z","repository":{"id":37834517,"uuid":"89939739","full_name":"heavyai/heavyai-charting","owner":"heavyai","description":"Dimensional charting built to work natively with crossfilter rendered using d3.js","archived":false,"fork":false,"pushed_at":"2025-03-24T18:33:56.000Z","size":119852,"stargazers_count":399,"open_issues_count":67,"forks_count":73,"subscribers_count":48,"default_branch":"master","last_synced_at":"2025-04-25T13:50:58.037Z","etag":null,"topics":["charting-library","crossfilter","gpu","interactive-visualization","mapd","visualization"],"latest_commit_sha":null,"homepage":"https://heavyai.github.io/heavyai-charting/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heavyai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-01T16:12:49.000Z","updated_at":"2025-04-18T19:32:39.000Z","dependencies_parsed_at":"2023-02-18T18:46:54.191Z","dependency_job_id":"22f32abe-cdb4-4928-b8e1-4cd5dbd54017","html_url":"https://github.com/heavyai/heavyai-charting","commit_stats":null,"previous_names":["mapd/mapd-charting"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavyai%2Fheavyai-charting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavyai%2Fheavyai-charting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavyai%2Fheavyai-charting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavyai%2Fheavyai-charting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavyai","download_url":"https://codeload.github.com/heavyai/heavyai-charting/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252095291,"owners_count":21693895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["charting-library","crossfilter","gpu","interactive-visualization","mapd","visualization"],"created_at":"2024-08-02T17:00:56.909Z","updated_at":"2025-12-28T14:42:29.956Z","avatar_url":"https://github.com/heavyai.png","language":"JavaScript","funding_links":[],"categories":["[↑](#contents) Cross Filtering"],"sub_categories":[],"readme":"# HEAVY.AI Charting\n\nDimensional charting built to work natively with crossfilter rendered using d3.js.\n\n# Screenshots\n\n#### Flights Dataset: Brushing on timeline with Bubble Chart and Row Chart\n\n![example1](https://cloud.githubusercontent.com/assets/2932405/25641647/1acce1f2-2f4a-11e7-87d4-a4e80cb262f5.gif)\n\n#### Tweets Dataset: Brushing on timeline and hovering on Pointmap datapoint which displays row information\n\n![example2](https://user-images.githubusercontent.com/4845281/28191946-21bb7ec0-67e8-11e7-855e-8922939d1241.gif)\n\n#### Tweets Dataset: Using draw-js tool on pointmap to select specific areas on a map\n\n![example5](https://user-images.githubusercontent.com/4845281/28191947-21bd2ad6-67e8-11e7-9c8d-a5ddcd0f07fc.gif)\n\n# Examples\n\nVisit our [examples page](https://heavyai.github.io/heavyai-charting/example/) for ideas of what can be created with HEAVY.AI Charting\n\n# Quick Start\n\n##### Step 1: Install Dependencies\n\n```bash\nnpm install #downloads all dependencies and devDependencies\n```\n\n##### Step 2: Run Start Script\n```bash\nnpm run start\nor\nnpm run watch\n```\n\n# Synopsis\n\nHEAVY.AI Charting is a superfast charting library that works natively with [crossfilter](https://github.com/square/crossfilter) that is based off [dc.js](https://github.com/dc-js/dc.js).  It is designed to work with HEAVY.AI Connector and HEAVY.AI Crossfilter to create charts instantly with our HeavyDB SQL Database.  Please see [examples](#examples) for further understanding to quickly create interactive charts.\n\nOur [Tweetmap Demo](https://www.heavy.ai/demos/tweetmap/) was made only using HEAVY.AI Charting.\n\n# Documentation\n\nVisit our [API Docs](https://heavyai.github.io/heavyai-charting/docs/) for additional information on HEAVY.AI Charting\n\n# Testing\n\nNew components in HEAVY.AI Charting should be unit-tested and linted.  All tests will be in the same folder as the new component.\n\n```\n+-- src\n|   +-- /mixins/new-mixin-component.js\n|   +-- /mixins/new-mixin-component.unit.spec.js\n```\n\nThe linter and all tests run on\n```bash\nnpm run test\n```\n\nTo check only unit-tests run:\n```bash\nnpm run test:unit\n```\n\n### Linting\n\nPlease lint all your code in `@heavyai/charting/`. The lint config file can be found in `.eslintrc.json`.  For new components, please fix all lint warnings and errors.\n\n# Scripts\n\n| Command        | Description  |\n--- | ---\n`npm run start` | Copies files for examples and then serves the example\n`npm run build` | Runs webpack and builds js and css in `/dist`\n`npm run docs` | Creates and opens docs\n`npm run test` | Runs both linting and unit tests\n`npm run clean` | Removes node modules, dist, docs, and example files\n\n# Documentation\nThe charting library uses [documentation.js](https://github.com/documentationjs/documentation) for API documentation. Docs can be built and viewed locally with the `npm run docs` command.\n\n## Contributing\n\nInterested in contributing? We'd love for you to help! Check out [Contributing.MD](.github/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavyai%2Fheavyai-charting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavyai%2Fheavyai-charting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavyai%2Fheavyai-charting/lists"}