No description
Find a file
2016-06-27 22:35:47 -04:00
.gitignore don't wanna check in IDE preferences 2016-06-26 15:03:35 -04:00
buffer.php lots of changes, added smoothing, added many parameters, fixed grid 2016-06-27 22:35:32 -04:00
index.php lots of changes, added smoothing, added many parameters, fixed grid 2016-06-27 22:35:32 -04:00
LICENSE.txt This matters 2016-06-26 14:46:21 -04:00
README.md re-fetch preview image 2016-06-26 23:44:55 -04:00
SVGChartBuilder.php lots of changes, added smoothing, added many parameters, fixed grid 2016-06-27 22:35:32 -04:00
test-stockMarket.php better testing pages 2016-06-27 22:35:47 -04:00
test-temperature.php better testing pages 2016-06-27 22:35:47 -04:00
Util.php separated SVG generation from demo file 2016-06-26 16:59:39 -04:00

Dash-SVG-chart

PHP project to generate cached SVG price charts

Dash 24h price in BTC from Poloniex

Requirements

  • PHP

Installation

Extract the files from https://github.com/seigler/Dash-SVG-chart/archive/master.zip where you want to use the chart, or from the command line run git clone "https://github.com/seigler/Dash-SVG-chart" . in the folder where you want the charts served from.

Usage

<img src="path to the folder where you cloned this project">

Credits