Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraulle authored Oct 23, 2017
1 parent 97b6a8c commit 71192f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Helper/DrawChartHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function makeMultiTraceChart(
$type,
isset($serie[2]) ? $serie[2] : null,
isset($serie[3]) ? $serie[3] : null,
isset($serie[4]) ? $serie[4] : null
isset($serie[4]) ? $serie[4] : []
)
);
}
Expand Down

0 comments on commit 71192f2

Please sign in to comment.