update neat-charts

This commit is contained in:
Joshua Seigler 2016-07-11 00:59:52 -04:00
parent b28531d4ec
commit 541dd03d91
2 changed files with 5 additions and 8 deletions

8
composer.lock generated
View file

@ -135,12 +135,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/seigler/neat-charts.git", "url": "https://github.com/seigler/neat-charts.git",
"reference": "6fa356305d3a357eba11ee5a49b96309188e5197" "reference": "0a9b7ee6a113b715b7f79f00e4116aeebe8b543c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/seigler/neat-charts/zipball/6fa356305d3a357eba11ee5a49b96309188e5197", "url": "https://api.github.com/repos/seigler/neat-charts/zipball/0a9b7ee6a113b715b7f79f00e4116aeebe8b543c",
"reference": "6fa356305d3a357eba11ee5a49b96309188e5197", "reference": "0a9b7ee6a113b715b7f79f00e4116aeebe8b543c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -171,7 +171,7 @@
"charts", "charts",
"svg" "svg"
], ],
"time": "2016-07-07 06:27:42" "time": "2016-07-11 04:53:54"
} }
], ],
"packages-dev": [], "packages-dev": [],

View file

@ -25,10 +25,7 @@ $router->map( 'GET', '/charts/[dark|light|sparkline|candlestick:theme]/[a:curA]-
$curA, $curA,
$curB, $curB,
$duration, $duration,
$format, $format
800,
250,
12
); );
}); });