Hi,
It seems that my project charts for some reason have a black background.
I've tried CSS fixing the issue but it makes the chart as well transparent.
CSS is:
#highcharts-9 svg rect{
fill-opacity:0;
background-color:white;
}
With using a class it's like:
.highcharts-container svg rect{
fill-opacity:0;
background-color:white;
}
Is there a way to make this transparent or white?
These are the files I'm using
http://webinkgraphics.com/Charts/FusionCharts.zip
Thanks,
Brandon
FusionCharts.zip