0.1.0 • Published 8 years ago

ngplot-pie v0.1.0

Weekly downloads
4
License
(GPL-2.0 OR MIT)
Repository
github
Last release
8 years ago

ngplot-pie

ngplot plugin to draw a pie chart.

Build Status Coverage Status Dependencies Dependencies js-standard-style

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-pie

NPM:

npm install ngplot-pie

Direct 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.gz

Building from source:

  1. Clone the repository into the folder of your choice.
  2. Install NodeJS
  3. ngplot-pie is a NPM module so you can run npm install to install the necessary "npm" dependencies like "grunt".
  4. Grunt is used to build the application and documentation from source. What is Grunt Run grunt to build the application for local use.
git clone https://github.com/ngplot/ngplot-pie.git
npm install
grunt

Legal 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.