From 437ccd0ee73eae95dcccfb1091feb1dc59fb5f16 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Sun, 26 Jun 2016 14:49:30 -0400 Subject: [PATCH] Credit where it's due --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index afd00a4..2293307 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,9 @@ PHP project to generate cached SVG price charts 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 -`` \ No newline at end of file +`` + +## 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/