0.1.0 • Published 10 years ago
ngplot-pie v0.1.0
ngplot-pie
ngplot plugin to draw a pie chart.
Home page: http://ngplot.github.io/ngplot/
Examples: http://ngplot.github.io/ngplot/examples/pie
Documentation: http://ngplot.github.io/ngplot/docs/pie
Source code: https://github.com/ngplot/ngplot-pie/
Bugs, issues, feature requests: http://github.com/ngplot/ngplot-pie/issues/
Install:
Bower:
bower install ngplot-pieNPM:
npm install ngplot-pieDirect download:
https://github.com/ngplot/ngplot-pie/releases/
curl -L https://github.com/ngplot/ngplot-pie/tarball/master -o ngplot-pie.tar.gz
tar -zxf ngplot-pie.tar.gzBuilding from source:
- Clone the repository into the folder of your choice.
- Install NodeJS
- ngplot-pie is a NPM module so you can run
npm installto install the necessary "npm" dependencies like "grunt". - Grunt is used to build the application and documentation from source. What is Grunt Run
gruntto build the application for local use.
git clone https://github.com/ngplot/ngplot-pie.git
npm install
gruntLegal Notices:
Copyright (c) 2015 Christoph Möke
ngplot-pie is a ngplot plugin to draw a pie chart, based on the jqPlot plugin. ngplot-pie is currently available for use in all personal or commercial projects under both the MIT and GPL version 2.0 licenses. This means that you can choose the license that best suits your project and use it accordingly.
jqPlot:
Copyright (c) 2009-2015 Chris Leonello
date 2015-12-02
version 1.0.8 (http://www.jqplot.com/)
jqPlot is currently available for use in all personal or commercial projects
under both the MIT and GPL version 2.0 licenses.0.1.0
10 years ago