No description
Find a file
2016-06-26 22:47:07 -04:00
.gitignore don't wanna check in IDE preferences 2016-06-26 15:03:35 -04:00
buffer.php separated SVG generation from demo file 2016-06-26 16:59:39 -04:00
index.php separated SVG generation from demo file 2016-06-26 16:59:39 -04:00
LICENSE.txt This matters 2016-06-26 14:46:21 -04:00
README.md Credit where it's due 2016-06-26 14:49:30 -04:00
SVGChartBuilder.php now using average slope (not median), also limit aspect ratio 2016-06-26 22:47:07 -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

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