For live examples and more on this project, visit its GitHub page.
angular-fusioncharts was designed to work with FusionCharts Suite XT and AngularJS version 1.x.
angular-fusioncharts currently depends on the following libraries:
- FusionCharts Suite XT vCurrent
- AngularJS v1.x
Note that FusionCharts will load the jQuery library it comes bundled with. You may prefer to include your own. The demo app for this project uses jQuery v1.9.1.
This repository contains both the full and minified version of angular-fusioncharts in the build folder.
Run the following commands before running test-cases for the first time:
npm install
- This will install Bower globally and Karma test runner locally.bower install
- This will install components that are needed to run test-cases.
Tests can be run using following command: karma start
If you would like to contribute to angular-fusioncharts' source code, please read the guidelines for pull requests and contributions. Following these guidelines will help make your contributions easier to bring in to the next release.
StackOverflow is a good place to start, but be sure to read the documentation for FusionCharts, and of course the AngularJS documentation
For change logs and release notes, see the changelog file.
Copyright © 2013 SunGard
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.