malwarebytes/altamira

Library to display charts utilizing jqPlot or the flot library

This package's canonical repository appears to be gone and the package has been frozen as a result.

dev-master 2013-01-24 18:52 UTC

This package is not auto-updated.

Last update: 2024-01-20 10:51:15 UTC


README

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.