{"id":13481309,"url":"https://github.com/Addepar/ember-charts","last_synced_at":"2025-03-27T11:32:10.928Z","repository":{"id":52977971,"uuid":"13790555","full_name":"Addepar/ember-charts","owner":"Addepar","description":null,"archived":true,"fork":false,"pushed_at":"2021-04-11T15:10:31.000Z","size":13919,"stargazers_count":785,"open_issues_count":30,"forks_count":133,"subscribers_count":165,"default_branch":"master","last_synced_at":"2024-05-22T16:13:02.083Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opensource.addepar.com/ember-charts/","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/Addepar.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-23T01:27:05.000Z","updated_at":"2024-05-22T16:13:02.084Z","dependencies_parsed_at":"2022-08-30T16:11:41.800Z","dependency_job_id":null,"html_url":"https://github.com/Addepar/ember-charts","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addepar%2Fember-charts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addepar%2Fember-charts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addepar%2Fember-charts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Addepar%2Fember-charts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Addepar","download_url":"https://codeload.github.com/Addepar/ember-charts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245836318,"owners_count":20680352,"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":[],"created_at":"2024-07-31T17:00:50.699Z","updated_at":"2025-03-27T11:32:10.165Z","avatar_url":"https://github.com/Addepar.png","language":"JavaScript","readme":"# Ember Charts [![Build Status](https://secure.travis-ci.org/Addepar/ember-charts.svg?branch=master)](https://travis-ci.org/Addepar/ember-charts)\n\nA charting library built with the Ember.js and d3.js frameworks. It includes\ntime series, bar, pie, and scatter charts which are easy to extend and modify.\nThe out-of-the-box behavior these chart components represents our thoughts on\nbest practices in chart interactivity and presentation.\n\n\n## Demo and Documentation\nhttps://opensource.addepar.com/ember-charts/\n\n\n## Getting Started\n\n#### JS Bin Starter Kit\n\nhttps://emberjs.jsbin.com/rekawobugu/1/edit\n\nUnfortunately, this version of Ember Charts is out of date,\nand the current maintainers of Ember Charts at Addepar have not been\nable to update it recently.\n\n#### Installation with Ember CLI (Recommended)\n\nEmber Charts is an Ember CLI addon published to the public NPM\nrepository at https://www.npmjs.com/package/ember-charts ,\nso it can be installed like so:\n\n```bash\n# ember-cli \u003e= 0.2.0\nember install:addon ember-charts\n\n# ember-cli \u003e= 0.2.3\nember install ember-charts\n```\n\nOnce it's installed, you can customize the look of Ember Charts with CSS.\n\n#### Installation with Bower (Globals-Based Version)\n\n```bash\nnpm install -g bower      # install Bower\nbower install ember-charts --save\n```\n\nUsing Ember Charts with bower is **deprecated** and will eventually be removed.\nWe recommend that you migrate your apps to Ember CLI! Documentation has been\nupdated to show Ember CLI usage. If you need documentation for globals-based\nuse, please check out version 0.5.0 of Ember Charts and follow the setup\ninstructions under \"Running Old Versions\" to display the old guides.\n\n#### Developing or Testing\n\nAfter cloning this repo, install dependencies and run the demo application:\n\n```bash\nyarn\nbower install\nember serve\n```\n\nNow you can:\n- View the demos and read the documentation: http://localhost:4200\n- Run tests: http://localhost:4200/tests\n\n\n## Dependencies\n* ember\n* lodash\n* d3\n* jquery-ui\n\n\n## Browser Support\n\nWe aim to support the last two major versions of every common browser.\n\nIf you need to support further browsers, we welcome pull requests with fixes.\n\nTouch support may work but has not been tested.\n\n\n## Contributing\n\nGot something to add? Great! Bug reports, feature ideas, and (especially) pull\nrequests are extremely helpful, and this project wouldn't be where it is today\nwithout lots of help from the community.\n\nPlease read the [contribution guidelines](CONTRIBUTING.md) for directions on\nopening issues and working on the project.\n\n\n## Versioning\n\nEmber Charts uses [Semantic Versioning](https://semver.org) to keep track of\nreleases using the following format:\n\n`\u003cmajor\u003e.\u003cminor\u003e.\u003cpatch\u003e`\n\nIn a nutshell, this means:\n* Breaking changes to the API or behavior increases the major version\n* Adding functionality in a backwards-compatible way increases the minor version\n* Making backwards-compatible bug fixes increases the patch version\n\n\n## Releasing a New Version (For Maintainers)\nPrior to releasing, ensure that the CHANGELOG.md is updated to track any changes\nthat have been made since the prior release.\n\nWe increment version numbers and release using [release-it](https://github.com/release-it/release-it):\n\n```bash\nnpm run release -- \u003coptions\u003e\n```\n\nThe local configuration file for `release-it` is named `.release-it.json`, found in the\nroot directory of the repository.\n\nBy default, `release-it` without options will increment the\n\u003cpatch\u003e version number (`X.Y.Z` --\u003e `X.Y.(Z+1)`) in the `VERSION` file and\n`package.json` file, and then commit the resulting changes to the ember-charts\ngit repository.\n\nIf you want to control the version number, use these options:\n\n```bash\nnpm run release -- major # 1.2.3 -\u003e 2.0.0\nnpm run release -- minor # 1.2.3 -\u003e 1.3.0\nnpm run release -- X.Y.Z # 1.2.3 -\u003e X.Y.Z\n```\n\nEmber Charts has also configured `release-it` to automatically update the `gh-pages`\nbranch (from which the demo and documentation website is published). This is done by\npushing the `/ember-dist/` directory after constructing it with `ember build`.\nThese commands can be seen in the `.release-it.json` file.\n\n`release-it` is also configured to automatically publish the updated version to\n`npm`.\n\nLastly, the new version should be released on Github, which can be done via the Github UI\nafter the steps above are complete.\n\n## Copyright and License\nCopyright © 2013 Addepar, Inc. All Rights Reserved\n\nLicensed under the BSD License (the \"License\"); you may not use this work\nexcept in compliance with the License. You may obtain a copy of the License in\nthe [LICENSE.md](LICENSE.md) file.\n","funding_links":[],"categories":["Charts","Packages"],"sub_categories":["Charts"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAddepar%2Fember-charts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAddepar%2Fember-charts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAddepar%2Fember-charts/lists"}