Hey s16pt,
of course I will share it with you, but what do you mean exactly?
For the colors you have to find in:
scp/graphs/sBar.ResPerf.php, sBar.VolContact.php and sBar.VolDay.php
the code:
// Setup color for gradient fill style
$bplot->SetFillGradient('navy','orange',GRAD_RAISED_PANEL);
and change it to:
// Setup color for gradient fill style
$bplot->SetFillGradient('darkred','orange',GRAD_RAISED_PANEL);
And in scp/graphs/line.Distribution.php find:
$p1->SetFillGradient('navy@0.4','orange@0.4');
and change it to:
$p1->SetFillGradient('darkred@0.4','orange@0.4');
I hope that will help you!
Many greetings,
Torben