mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 13:44:58 -06:00
Removed iconv() commented code. See other commit.
This commit is contained in:
parent
20ffd8d61b
commit
8475757716
@ -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