mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-27 19:31:01 -06:00
Merge branch 'release/3.3.7' into develop
This commit is contained in:
commit
1035f0e139
@ -1,4 +1,4 @@
|
||||
Firefly III (v3.3.6)
|
||||
Firefly III (v3.3.7)
|
||||
===========
|
||||
|
||||
[![Build Status](https://travis-ci.org/JC5/firefly-iii.svg?branch=develop)](https://travis-ci.org/JC5/firefly-iii)
|
||||
|
@ -89,7 +89,7 @@ class GoogleChartController extends Controller
|
||||
$index = 1;
|
||||
/** @var Account $account */
|
||||
foreach ($accounts as $account) {
|
||||
$accountName = $account->name;//iconv('UTF-8', 'ASCII//TRANSLIT', $account->name);
|
||||
$accountName = $account->name;
|
||||
$chart->addColumn('Balance for ' . $accountName, 'number');
|
||||
$chart->addCertainty($index);
|
||||
$index++;
|
||||
|
Loading…
Reference in New Issue
Block a user