web: avoid trailing commas in register chart values, in case of trouble with IE

Hopefully adding [] is harmless.
This commit is contained in:
Simon Michael 2013-06-03 23:18:04 -07:00
parent 4f5b43050e
commit 42da3a5071

View File

@ -503,7 +503,9 @@ registerChartHtml itemss =
[
$forall i <- reverse items
[#{dayToJsTimestamp $ triDate i}, #{triSimpleBalance i}],
[]
],
[]
],
{
xaxis: {