akaunting/config/charts.php

16 lines
478 B
PHP
Raw Normal View History

2017-12-11 19:07:09 +03:00
<?php
return [
/*
|--------------------------------------------------------------------------
2019-11-16 10:21:14 +03:00
| Default library used in charts.
2017-12-11 19:07:09 +03:00
|--------------------------------------------------------------------------
2019-11-16 10:21:14 +03:00
|
| This value is used as the default chart library used when creating
| any chart in the command line. Feel free to modify it or set it up
| while creating the chart to ignore this value.
|
2017-12-11 19:07:09 +03:00
*/
2019-11-16 10:21:14 +03:00
'default_library' => 'Chartjs',
2017-12-11 19:07:09 +03:00
];