FusionCharts Support

Members
  • Content count

    2,097
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by FusionCharts Support

  1. Different Sizes

    hi, Can you please attach here the XML for both instances?
  2. Y Axis Minimum value is being ignored (Free Charts)

    hi, can you please send us the XML that you are using.
  3. Having issue with Column 2D Graph

    hi, Which chart swf and version you are using. Your XML has many values which are 0 and zero values will always go with the Y axis. If you dont want to provide a value instead of giving 0 you can keep the value blank : value=''
  4. Problem in Javascript while XML data Updating

    hi, To update you chart from JavaScript you need to register the chart with JS this can be done while defining th chart...i am modifying your code : var myChart = new FusionCharts("../Charts/AngularGauge.swf", "myChartId", "350", "200", "0", "1"); This 1 registers the chart with JS and you can now do interactions with the chart using javaScript.
  5. Multiple Pie3D charts

    hi, can you just send us a screenshot of the page?
  6. Circular Anchors

    hi, This will depend on the anchorRadius, the bigger the radius the more number of sides needed to make it a circle. Can try combinations like : (radius:3, sides:7+) (radius:10, sides:15+) (radius:30, sides:25+)
  7. ASP.NET 2.0 FusionMaps Basic Samples C# & VB.NET

    hi, We acknowledge that the code is more a classic ASP, mostly where the code is not releated to FusionMaps. We were in a hurry to give minimum ASP.NET support FusionMaps users who uses ASP.NET in a hope that they might extract out the FusionMaps's ASP.NET integration part and use that in their code. However we are preparing for our next FusionMaps release and we are still modifying the ASP.NET code samples to give these the real ASP.NET feel. We will be postin them as soon as possible.
  8. DotNet integration

    hi, We have posted 2 basic samples for FusionMaps in C# and VB.NET. Here you willl find a FusionMaps dll file. http://www.fusioncharts.com/forum/Topic4099-11-1.aspx We are currently working on the dll to make it more effective and will again post or provide with the FusionMaps new releases.
  9. Spanish characters not displaying properly

    hi, You need not use ContentEncoding. What you need to do is to add BOM mark to the XML. You can alos try saving the XML generator aspx file (not the cs) as UTF-8 Encoded. Otheswise, you need to the add the BOM just as the first 3 bytes of the XML.
  10. Multiple Pie3D charts

    hi, I have a quick view of your code and i trapped some javascript errors. The div ids that you have defined are having '-' character which is not permissible in JavaScript. can you please replace the character with say, '_' and things will work. e.g. <div style="z-index: 106; left: 56px; width: 250px; position: absolute; top: 88px; height: 250px" id="P1_P2"> <% = imprimeChart("P1_P2") %> </div> Moreover, the size of the chart are bigger (600x300) than the container (250x250). Please set the size of the charts too: return FusionCharts.RenderChart("FusionCharts/Pie3D.swf", "", dataXML, Div, "250", "250", false, false);
  11. Multi-series Area 2D chart

    hi, You need to use anchorAlpha='100' to make the invisible-but-enabled anchors visible. <chart anchorAlpha='100' > <categories> <category label='Jan' /> <category label='Feb' /> <category label='Mar' /> </categories> <dataset seriesName='2005' > <set value='31900' /> <set value='32900' /> <set value='34800' /> </dataset> <dataset seriesName='2006' > <set value='21900' /> <set value='22900' /> <set value='29800' /> </dataset> </chart>
  12. Can someone explain RenderChartHtml for me?

    Hi, I apologize that i did not understand that you are having FusionGadgets and not FusionCharts pack. Can you please download (eval version) FusionCharts so that you can get the things that you need. This DLL will be applicable to FusionGadgets too. http://www.fusioncharts.com/download.asp
  13. Custom error message

    hi, you need to pass the error message as a message variable to the chart. say, ...Column3D.swf?LoadDataErrorText=your message. To knnow more on these message variables please visit see DOCS in http://www.fusioncharts.com/docs/Contents/ChartMessages.html
  14. fusioncharts and Google Maps

    hi, try SRC="SelectScatter.swf?datURL=Data_Odessa.xml" WIDTH="600" HEIGHT="400"
  15. Can someone explain RenderChartHtml for me?

    hi, You do not need the Response.Write(...); It might be that the code has been written also to see the dataXML for the chart. Hence the code. FusionCharts is a Flash Charting Component and we currently provide a Wrapper class, FusionCharts (InfoSoftGlobal namespace) for the Chart. The FusionCharts.dll can be found in the CODE >> VB_NET / C# >> BIN folder. We are currently developing a Web Server Component which would simplify the process as you have said. As of now you can go to our docs : www.fusioncharts.com/docs >> Guide for Web Developers >> Using With ASP.NET VB // using with ASP.NT C# section where the things are explained in the simplest possible manner.
  16. Samples for VWD 2008 ASP.net 3.5

    hi, Please see the POST : http://www.fusioncharts.com/forum/Topic4099-11-1.aspx
  17. ChartBorder still visible when not wanted

    hi, for Map you need to give showCanvasBorder='0'
  18. Showing legend for Single Series charts

    Hi, SingleSeries charts as of now does not support Legend. But you can use a special chart SSGrid to show legends like data.
  19. Style upperlimit only

    hi, I am afraid you can can not do this as of now.
  20. FeedData_JS.html

    hi, feedData is not a JavaScript function. Its a method of the Gadget (Angular, Linear, Bulb, Thermoemter,Led and Cylinder) itself which can be called by JavaScript. To call the function you need to registerWithJS the gauge while defining using new FusionCharts() method.
  21. Caption for Gauges?

    hi, You can always text annotation for a caption
  22. Chart rendering error using AJAX

    hi, AJAX Posrtback responses are received and procesessed by a JavaScript method. Mostly if it gets responseText or responseXML as HTML it sets it to some DIV or other HTML object's innerHTML and the HTML gets updated. Now, this javaScript method that sets the innerHTML with the HTML received in AJAX posback response will also set any JavaScript revceived in the postback response, but...BUT the Browser WONT evaluate/run the script. Hence it wont work. I can think of a work around. Here we need to make a javaScript method which will 1 .examine the entire responseText and collect the javascript parts separately in a string, 2. do the regular HTML updatess setting innerHTML etc. and 3. Finally run/eval the collected JavaScript using eval(theString); method.
  23. How many datapoints is too much?

    hi, Line chart is a very light weight chart and we hope that it wont crash until the load the XML crashes the browser or the wrapper application.
  24. JavaScript Hook for 'Save as Image'

    hi, We are afraid, FusionCharts does not, as yet, expose the JS API to hook image saving function. But we are working on this.
  25. Chart combinations -

    hi, I think you need to check out scatter chart. http://www.fusioncharts.com/download.asp