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

@micromeritics/jqplot-exported

v1.0.9-pm.10

Published

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

Downloads

4

Readme

jqPlot

Pure JavaScript plotting plugin for jQuery.

jqPlot home page: http://www.jqplot.com

Users forum: https://groups.google.com/group/jqplot-users

Developers forum: https://groups.google.com/group/jqplot-dev

Examples and unit tests: http://www.jqplot.com/examples

Documentation: http://www.jqplot.com/docs/

Project page and source code: https://www.github.com/jqPlot/jqPlot

Bugs, issues, feature requests: https://www.github.com/jqPlot/jqPlot/issues

Changes from upstream

Note: the version number will always match the upstream version number. Any changes in this package will increment the "pm" version.

This package contains jqplot modified to commonjs modules.

It can be imported:

import jqplot from 'jqplot-exported/jqplot';
import { CanvasAxisLabelRenderer } from 'jqplot-exported/plugins/CanvasAxisLabelRenderer';
import { CanvasAxisTickRenderer } from 'jqplot-exported/plugins/CanvasAxisTickRenderer';
import { EnhancedLegendRenderer } from 'jqplot-exported/plugins/EnhancedLegendRenderer';
import { LogAxisRenderer } from 'jqplot-exported/plugins/LogAxisRenderer';

For more information, see the documentation and examples.

This package was forked in order to allow usage of es6 imports. No functionality changes were made.

Maintenance

No maintenance should be needed, unless upstream releases a new version of jqPlot, in which case, that version should be integrated. Any typescript typings should not be made in this repository, instead they should be made in DefinitelyTyped.

Any bugfixes needed should be made here and submitted upstream to https://github.com/jqPlot/jqPlot.

Added Functionality

No new functionality should be added to this package. Instead, new functionality should be created as plugins.

Hosting

There is no reason to make the fork private, so it will be hosted publicly on github and npm.

Building from source

If you've cloned the repository, you can build a distribution from source.

Requirements and build tools

Getting started

  1. Fork the repo
  2. Clone the repository into the folder of your choice.
  3. Install Node.JS
  4. Run npm install to install the necessary dependencies.
  5. Run npm build to build the program.

Legal Notices

Copyright (c) 2009-2015 Chris Leonello

jqPlot 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 includes date instance methods and printf/sprintf functions by other authors:

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

Author: Ash Searle Version: 2007.04.27 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."