Bebetto

Members
  • Content count

    6
  • Joined

  • Last visited

About Bebetto

  • Rank
    Forum Newbie
  1. Firefox not able to print Chart

    Hello I have a problem in use print mode chart. When I try to print pie 3d chart in print mode, title text show not correct (see attach), in flash mode all right. Code: builder.Append("<script type=\"text/javascript\">" + Environment.NewLine); builder.AppendFormat("FusionCharts.setCurrentRenderer('javascript');"); builder.AppendFormat("FusionCharts.printManager.enabled(true);"); builder.AppendFormat("var chart_{0} = new FusionCharts(\"{1}\", \"{0}\", \"{2}\", \"{3}\", \"{4}\", \"{5}\");" + Environment.NewLine, chartId, chartSWF, chartWidth, chartHeight, boolToNum(debugMode), boolToNum(true)); ...... Can anybody help me ?
  2. Set wmode for chart

    Find answer in http://www.fusioncharts.com/forum/Topic584-35-1.aspx#bm934
  3. Set wmode for chart

    Hello. How I can set wmode for the chart flash object. For example i need: embed wmode = "opaque" ................. /> in html. In code I use RenderChartALL function from ASP.NET example somethig like this: builder.AppendFormat("var chart_{0} = new FusionCharts("{1}", "{0}", "{2}", "{3}", "{4}", "{5}");" + Environment.NewLine, builder.AppendFormat("chart_{0}.setTransparent({1});" + Environment.NewLine, chartId, "true");
  4. The first x-axis value cut in WRAP mode

    Thank you for answer.I set left an right margins chartLeftMargin='100' chartRightMargin='100' . Proplem is solved.
  5. HelloI use column chart in labelDisplay='WRAP' mode and I have a problem with first long name in x-axis. It cut. Iam using v.3 FusionChart Free.