Fix colors of svg charts in Firefox

This commit is contained in:
Matthias Jentsch 2014-03-31 12:35:39 +02:00
parent d9895265f3
commit d3c4660c2d
2 changed files with 3 additions and 1 deletions

View File

@ -66,7 +66,7 @@ EOD;
*
* @var array
*/
private $colors = array('44bb77', 'ffaa44', 'ff5566', 'ddccdd');
private $colors = array('#44bb77', '#ffaa44', '#ff5566', '#ddccdd');
/**
* The width of the rendered chart

View File

@ -1,5 +1,7 @@
# ignore all files
*
**/*
lib/fonts/log.htm
# except of gitignore
!.gitignore