1.5.28 • Published 9 years ago

pillow-js v1.5.28

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

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.

1.5.28

9 years ago

1.5.27

9 years ago

1.5.26

9 years ago

1.5.25

9 years ago

1.5.24

9 years ago

1.5.23

9 years ago

1.5.22

9 years ago

1.5.21

9 years ago

1.5.20

9 years ago

1.5.19

9 years ago

1.5.18

9 years ago

1.5.17

9 years ago

1.5.16

9 years ago

1.5.15

9 years ago

1.5.14

9 years ago

1.5.13

9 years ago

1.5.12

9 years ago

1.5.11

9 years ago

1.5.10

9 years ago

1.5.9

9 years ago

1.5.8

9 years ago

1.5.7

9 years ago

1.5.6

9 years ago

1.5.5

9 years ago

1.5.4

9 years ago

1.5.3

9 years ago

1.5.2

9 years ago

1.5.1

9 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.9

10 years ago

1.1.8

10 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.15

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.5

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago