|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/19/2007 2:20:18 PM
Posts: 2,
Visits: 11
|
|
Below is the code I'm using for the Column2d Chart. If you goto the link below you will see the actual chart and the outline with rounded corners that goes around the chart. My logo is beneath the white area (with the gray shadow and rounded corner). I want to keep the outline with the round corners/ drop shadow but yet still be able to view my Logo (hrtfitlogo.jpg).
Basically if I could move the logo forward one layersort of speak so that it would then be visible, this would be great!
http://www.hrtfitsauna.com/demo/chartdemo.html
[font=System][color=#000000]
subcaption='Weight loss' xAxisName='Weight by Date (Hover over image to view Info)' yAxisName='weight loss in lbs'
showValues='0' showAlternateHGridColor='0' divLineColor='FFFFFF' divLineAlpha='0' canvasBorderColor='FFFFFF'
baseFontColor='666569' lineColor='FCB541' yAxisMinValue='196' yAxisMaxValue='280' showLabels='0' palette='4' bgcolor='FFFFFF'>[/color][/font]
I put in the damn code tags and my code still wont display! HELP on this so that I can post my code!
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 1:31:05 AM
Posts: 677,
Visits: 1,081
|
|
add/set canvasBgAlpha="0" . I hope it will work.
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/25/2008 3:15:30 PM
Posts: 4,
Visits: 16
|
|
| is it possible to have an actual SWF as a background for the chart? I have bgSWF='images/swf/600x275.swf' inside the chart element, yet it does not display. If SWF is not allowed - your documentation is quite confusing.
-Joey
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: Today @ 1:31:05 AM
Posts: 677,
Visits: 1,081
|
|
| Hi, Could you please try setting the path of the SWF relative to the wrapper HTML/application file?
Regards,
Sudipto Choudhury FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/25/2008 3:15:30 PM
Posts: 4,
Visits: 16
|
|
I got it to work - but no because of the path - it was the canvasBgAlpha = '0' that fixed it
-Joey
|
|
|
|