neat-charts/README.md
2016-06-26 14:49:30 -04:00

19 lines
685 B
Markdown

# Dash-SVG-chart
PHP project to generate cached SVG price charts
![Dash 24h price in BTC](http://cryptohistory.org/dash/24h/)
## 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
* PHP output buffering based on http://www.the-art-of-web.com/php/buffer/
* Chart appearance based on advice found at http://vis4.net/blog/posts/doing-the-line-charts-right/