Len4a Veretilo

Members
  • Content count

    6
  • Joined

  • Last visited

About Len4a Veretilo

  • Rank
    Forum Newbie
  1. Style upperlimit only

    Is it still impossible? I really need to set one color to lowerLimit ( zero - in my case ) and another color to upperLimit ( budget ). And also use diff font sizes for these values. Maybe there is some trick to do it, if it's still impossible in a plain way. Maybe to use trendpoints somehow or another objects of the chart. I use speedometer and gauge. Thanks for any help!
  2. Hi! We use FusionCharts and Widgets in our JSF app. It works fine in all browsers, except that which is installed in multiq media player. When render charts using multiq player - they have black boxes as a backround. Multiq documentation says, that they use Mozilla Gecko 1.9, same as used for Firefox 3.0.10. I downloaded this old version of Firefox, but on my computer - charts are working perfect without black boxes as background. I render charts as Flash. And I use setTransparent(true). Please, give me any ideas - what can be wrong. Maybe someone have the same problems with old versions of Firefox. Any help will be highly appreciated. Thanks!
  3. Exportchart Is Not A Function

    Hi all! I figure out that exportChart() method doesnt work when you open the page with this JS as standalone page. But if you open it as a part of web app (I am using tomcat 6.0 to do it) - I dont get this error, but it seems don't work either. How can I check - if I save swf as image, where are images saved (what folder), how I can control the proccess of saving? Please - help me) Thanks!
  4. Exportchart Is Not A Function

    Hi all! I need your brilliant minds! I am very newbie in FusionCharts, so I need yopu help. <html><head><title>Sfront</title><META HTTP-EQUIV="Pragma" CONTENT="no-cache"><META HTTP-EQUIV="Expires" CONTENT="-1"> <script type="text/javascript" src="../../../FusionCharts/FusionCharts.js"></script> <table> <tbody> <tr> <td><div id="chartForm:div7539" style="text-align: center; margin: 20px 40px; width: 280px; height: 380px; float: left;"> <div style="font-size:22px; height:30px; margin: 0px auto; white-space:nowrap;"> <span id="chartForm:inplaceInputId1816787239">Department:DrammenPapirEngros</span></div> <!-- START Script Block for Chart null--> <div id="nullDiv" align="center"> Chart. </div> <script type="text/javascript"> var chartLen4a = new FusionCharts('../../../FusionCharts/AngularGauge.swf', 'myChart', '280', '320', '0', '1'); chartLen4a.setDataURL("DepartmentDrammenPapirEngrosSpeedometerDay.xml"); chartLen4a.setTransparent(true); chartLen4a.render(nullDiv); </script> <!--END Script Block for Chart null--> </div> <script type="text/javascript"> function FC_Rendered(DomID) { var chartObject = getChartFromId(DomID); chartObject.exportChart(); } </script> <input type="button" value="Export My Chart" onclick="FC_Rendered('myChart')" /> </td> </tr> </tbody> </table> </table></body></html> when I am push the button I get the error "exportChart is not a function". What am I doing wrong? I use last FusionCharts 3.2 version. Thanks for any help!
  5. The tick marks (or values) aren't shown

    Hi all! I solve my problem) The problem was in that - the value was too small and the upperLimit - too big, and the chart dont want to draw tick values, because he thinks - he doesnt need them. So I add adjustTM='0' and everything works beautiful))) Thanks)
  6. Hi all! I am so newbie in fusioncharts, so dont be angry with my questions. I use fusioncharts in my jsf application. And when I get the upperLimit, that are not divided by the number of majorTMNumber (I suppose its the number of tick marks (or values)), the marks arent shown. Or maybe the problem could be with that the upperLimit is double. For example - if I get upperLimit = 20749.9375, I see no TickValues. chart.txt