Fix colors of svg charts in Firefox
This commit is contained in:
parent
d9895265f3
commit
d3c4660c2d
|
@ -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
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# ignore all files
|
||||
*
|
||||
**/*
|
||||
lib/fonts/log.htm
|
||||
|
||||
# except of gitignore
|
||||
!.gitignore
|
||||
|
|
Loading…
Reference in New Issue