Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 706 Bytes

About

A PHP abstraction library for JavaScript charting.

Getting Started

To run the example, you need the following dependencies:

Jquery - http://jquery.com JQPlot or Flot - http://www.jqplot.com ; http://www.flotcharts.org Flot Bubbles - https://github.com/ubermajestix/flot-plugins

Unpack all the files into php enabled web server such as apache or nginx.

Run the following commands to get the javascript dependencies.

mkdir js
git clone git://github.com/flot/flot.git js/flot
git clone git://github.com/jonmchan/jqplot.git js/jqplot
git clone https://github.com/ubermajestix/flot-plugins js/flot-bubbles

Load example.php in your browser.