Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pillow-js

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pillow-js

Pillow.js transforms your data into HTML charts.

  • 1.5.28
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
20
increased by11.11%
Maintainers
1
Weekly downloads
 
Created
Source

Pillow.js

Use Pillow.js to transform your data into HTML charts.

Please note Pillow.js is currently in alpha state.

Dependencies

  • jQuery 1.7+
  • Raphael Light 2.0.1
  • Less 1.6.0+

NPM package

Installing a NPM package is the preferred way to use Pillow.js.

To use Pillow.js as a CommonJS module (e.g. to use some Node.js tool, such as Browserify, to package your app), you should install the NPM module:

npm install pillow-js

You can then require individual Pillow.js charts:

PieChart = require("pillow-js/lib/pie_chart");

To use it in your application, you should instantiate a Pillow.js object:

pie = new PieChart;

Standalone

All the files you need are in the build folder.

  1. Download standalone.js (or standalone.min.js) and include it in your HTML file.
  2. Optionally, download and include pillow.css and img folder for default style (recommended).

Examples

Look into demo html file.

Development

  • Node.js 0.10+
  • Source files are located in src and less for CoffeeScript and LESS, respectively.
npm install -g gulp
npm install

npm start # or just gulp

If you want minified files just run gulp build or npm run build.

FAQs

Package last updated on 09 Apr 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc