1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Change project chart style

This commit is contained in:
Hillel Coren 2017-12-26 15:47:56 +02:00
parent 57549437f9
commit e336b6b117

View File

@ -88,7 +88,6 @@ class GenerateProjectChartData extends Job
$dataset->borderWidth = 4;
$dataset->borderColor = "rgba({$color}, 1)";
$dataset->backgroundColor = "rgba({$color}, 0.1)";
$dataset->steppedLine = true;
$data = new stdClass();
$data->labels = $labels;