KunjanSharma / gwt-chronoscope

Automatically exported from code.google.com/p/gwt-chronoscope
GNU Lesser General Public License v2.1
0 stars 0 forks source link

lightgray color does not work in flash #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Try this gss properties, flash will show the backgrownd and the foreground in 
black which makes the legend unreadable (see attached screenshot)

axes axis {
  background-color: lightgray
  color:black;
}

marker {
  background-color: lightgray;
  color: black;
  font-family: Verdana;
}

Original issue reported on code.google.com by manuel.carrasco.m on 23 Aug 2010 at 7:20

Attachments:

GoogleCodeExporter commented 9 years ago
Unfortunately the browser shorthand colors don't work in the flash fallback and 
we should probably move away from "lightgray" "red" etc style in the examples.  

Original comment by timepedia@gmail.com on 23 Aug 2010 at 10:31

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1174.

Original comment by manuel.carrasco.m on 7 Sep 2010 at 6:30