npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ngplot

v0.1.0

Published

ngPlot is a plotting and charting plugin for the jQuery Javascript framework with AngularJS support, based on jqPlot. ngPlot produces beautiful line, bar and pie charts with many features.

Downloads

7

Readme

ngPlot

Pure JavaScript plotting plugin for jQuery with AngularJS support, based on jqPlot.

Home page: http://ngPlot.github.io/ngPlot/

Examples: http://ngPlot.github.io/ngPlot/examples/

Documentation: http://ngPlot.github.io/ngPlot/docs/

Project page and source code: https://github.com/ngPlot/ngPlot/

Bugs, issues, feature requests: http://github.com/ngPlot/ngPlot/issues/

Install:

Direct download:

https://github.com/ngPlot/ngPlot/releases/

curl -L https://github.com/ngPlot/ngPlot/tarball/master -o ngPlot.tar.gz
tar -zxf ngPlot.tar.gz

Bower:

bower install ngplot

NPM:

npm install ngplot

Building from source:

  1. Clone the repository into the folder of your choice.
  2. Install NodeJS
  3. ngPlot 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. Or run grunt build to create the documentation, plus create the zip file, ready for distribution.
git clone https://github.com/ngPlot/ngPlot.git
npm install
grunt

Basic Usage Instructions:

ngPlot requires jQuery (1.4+ required for certain features). To use ngPlot, include jQuery, the ngPlot jQuery plugin, the ngPlot css file in your web page:

For more information, see the documentation and examples.

Browser support:

IE: 9+

Firefox: TBD

Chrome: TBD

Safari: TBD

Legal Notices:

Copyright (c) 2015 Christoph Möke

ngPlot is a plotting and charting plugin for the jQuery Javascript framework with AngularJS support, based on jqPlot. ngPlot 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.

ngPlot is based on jqPlot and it includes date instance methods and printf/sprintf functions by other authors.

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.

Date instance methods:

author Ken Snyder (ken d snyder at gmail dot com)
date 2008-09-10
version 2.0.2 (http://kendsnyder.com/sandbox/date/)
license Creative Commons Attribution License 3.0 (http://creativecommons.org/licenses/by/3.0/)

JavaScript printf/sprintf functions:

version 2007.04.27
author Ash Searle
http://hexmen.com/blog/2007/03/printf-sprintf/
http://hexmen.com/js/sprintf.js
The author (Ash Searle) has placed this code in the public domain:
"This code is unrestricted: you are free to use it however you like."

included jsDate library by Chris Leonello:

author Chris Leonello
Copyright (c) 2010-2015 jsDate is currently available for use in all personal or commercial projects
under both the MIT and GPL version 2.0 licenses.

jsDate borrows many concepts and ideas from the Date Instance
Methods by Ken Snyder along with some parts of Ken's actual code.

jqplotToImage function based on Larry Siden's export-jqplot-to-png.js.

author Larry Siden
https://github.com/lsiden/export-jqplot-to-png
Larry has generously given permission to adapt his code for inclusion into jqPlot.
jqplotToImage is currently available for use in all personal or commercial projects
under both the MIT and GPL version 2.0 licenses.