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

View file

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