Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
ember-charts
Advanced tools
A charting library built with the Ember.js and d3.js frameworks. It includes time series, bar, pie, and scatter charts which are easy to extend and modify. The out-of-the-box behavior these chart components represents our thoughts on best practices in chart interactivity and presentation.
http://addepar.github.com/ember-charts/
http://emberjs.jsbin.com/rekawobugu/1/edit
# ember-cli >= 0.2.0
ember install:addon ember-charts
# ember-cli >= 0.2.3
ember install ember-charts
Once it's installed, you can customize the look of ember-charts with CSS.
bower install ember-charts --save
Or, just include dist/ember-charts.js
and dist/ember-charts.css
in your app.
Using Ember Charts with bower is deprecated and will eventually be removed. We recommend that you migrate your apps to Ember CLI! Documentation has been updated to show Ember CLI usage. If you need documentation for globals-based use, please check out version 0.5.0 of Ember Charts and follow the setup instructions under "Running Old Versions" to display the old guides.
After cloning this repo, install dependencies and run the demo app:
$ npm install
$ ember serve
You can view the examples at http://localhost:4200.
You can run the tests at http://localhost:4200/tests.
Before submitting a pull request, please compile the globals-based version of
Ember Charts (the dist
folder):
$ npm install -g grunt-cli # install grunt
$ grunt dist
We aim to support the last two major versions of every common browser.
If you need to support further browsers, we welcome pull requests with fixes.
Touch support may work but has not been tested.
Got something to add? Great! Bug reports, feature ideas, and (especially) pull requests are extremely helpful, and this project wouldn't be where it is today without lots of help from the community.
Please read the contribution guidelines for directions on opening issues and working on the project.
Ember Charts uses Semantic Versioning to keep track of releases using the following format:
<major>.<minor>.<patch>
In a nutshell, this means:
Update version numbers and release using https://github.com/webpro/grunt-release-it:
$ vim CHANGELOG.md
$ grunt release-it:<options>
By default, this will release a new patch version. Other suggested commands:
$ grunt release-it:minor
$ grunt release-it:major
$ grunt release-it:X.Y.Z
Ember Charts uses the "distribution repository" feature of release-it
to push to
the gh-pages
branch and update documentation. When prompted, do NOT update the
tag for the distribution repository. We'll streamline the release process a bit
more soon.
Copyright © 2013 Addepar, Inc. All Rights Reserved
Licensed under the BSD License (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE.md file.
Ember Charts 1.0.0 (November 4, 2015)
The first version of Ember Charts in the npm repository! Now Ember-CLI can download the modules-based version from the npm repo. Otherwise identical to 0.5.1.
FAQs
A powerful and easy to use charting library for Ember.js.
The npm package ember-charts receives a total of 54 weekly downloads. As such, ember-charts popularity was classified as not popular.
We found that ember-charts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.