Search the Community

Showing results for tags 'FusionCharts XT'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 9 results

  1. Hi, Can we display dates data in bar and column charts. I tried but it always shows in thousands. 2013 will be shown as 2k. Is there way to achieve this? Appreciate the response. Regards, rAvi
  2. Hi, we're trying to load a page with 3 sets of Pie Charts and associated Grid Charts. After upgrading from 3.3.1 to 3.11.2, the pie charts now render okay, but the associated Grid Charts are stuck at "Loading Chart. Please wait." Checking the chart object with the javascript console: The state object reports:dataAvailable: true dataReady: undefined dataSetDuringConstruction: true rendering: true hasRendered() returns false If I call .render() on the chart, all 3 of the "stuck" grid charts render properly, but the chart I called render() on throws 2 errors: fusioncharts.js:456 Error: <tspan> attribute dy: Expected length, "NaN". fusioncharts.js:70 Uncaught DesignTimeError: #25081843 WebUrlsReportsGrid.render Error >> #25081843:IECompatibility() Chart Id is same as a JavaScript variable name. Variable naming error. Please use unique name forchart JS variable, chart-id and container id. Anyone have any ideas so I don't have to manually call "render" to get these to load? Elsewhere, we're using Grid Charts and even with the new version, these charts render properly automatically. Any help would be greatly appreciated. Thanks, Spencer P.S. Chart Data: <chart bordercolor="FFFFFF" listrowdividercolor="666666" listrowdividerthickness="1" listrowdivideralpha="0.15" colorboxwidth="12" colorboxheight="12" colorboxpadding="4" valuecolumnpadding="4" alternaterowbgcolor="FFFFFF" numberitemsperpage="5" formatnumberscale="0" showvalues="0" showborder="0" bgalpha="100" bgcolor="FFFFFF" canvasborderthickness="0" canvasbgcolor="E1E1E1" plotbordercolor="FFFFFF" plotborderthickness="0" showplotborder="0" palettecolors="F7BD01,AED9FB,8ABD00,FF903E,008E90,D94543,904391,57861C,B2AC00,008CD9,9E0300" showalternatehgridcolor="false"> <set label="www.webex.com " value="0.04" /> <set label="www.checkpoint.com " value="0.01" /> <set label="www.avg.com " value="0.01" /> <set label="s.huffpost.com " value="0.01" /> <set label="s-passets-ec.pinimg.com " value="0.01" /> <set label="fe2.update.microsoft.com " value="0.01" /> <set label="i.huffpost.com " value="0.01" /> <set label="ia.media-imdb.com " value="0.01" /> <set label="tools.google.com " value="0.01" /> <set label="apis.google.com " value="0.01" /> </chart>"
  3. Hi, I am using the "stackedbar2d" chart as in the following jsfiddler http://jsfiddle.net/x8MDc/437/ If you notice, in the dataset = "PERCENTAGE", I am using "alpha"=0, and plotbordercolor="#FFFFFF". But still, I can see border around this dataset, before upgrading it used to work. Another thing, the first dataset, the border is not showing completely, it is breaking from start. Please see details in the image below. So, My main Issues: 1. Incomplete border in the first Datset 2. Alpha attribute in last dataset.
  4. Hi, I have created a stacked column 2d line chart. In the legend the text are bit long. So instead of adjusting in the different lines, they are overlapping on each other. I have tried all the legend options but could not fix it. If I display the legend right of the chart, it is displaying fine. But I want it to display at the bottom of the chart. Even the last two letters of the trend line text is been cut down. Attached is the image for the reference. Please suggest me a solution. Regards, Mohanraj T.
  5. Hi Friends, I am using Fusioncharts XT 3.3.1. In Stacked Column 2D chart usage,I want to know the Exact Property(or combination of multiple properties) which will enable me to limit the Labels(Long Text Values) to a specific length(or lines). As of now because of Long text labels The chart height is getting reduced a lot and the "showSum=1" values are not showing up.When text labels are shorter then "showSum=1" values are displayed. We have tried the various values for "labeldisplay = AUTO, WRAP, STAGGER, ROTATE, NONE" but none these values is giving the required output. Kindly give a solution for this urgent requirement. Thanks regards, Ravi
  6. Hi, We are an existing customer of Fusion Charts. We are in process of moving to the XT version so that we can make use of the javascript charts for iPad (in our hosted solution). I read in the documentation that I do not need to include the files- jquery.min.js, FusionCharts.HC.js and FusionCharts.HC.Charts.js, explicitly as long as I have included FusionCharts.js and also these files are present in the same folder as FusionCharts.js. This does not work for me. I checked in the console logs for web inspector (Safari) as well as the Firebug (Firefox). The url that FusionCharts.js tries to use to load the other javascript files is incorrect. I believe it's not able to resolve the url correctly or find the right url to use for resources (js, images etc.). I workaround this problem by including the other 3 js files explicitly in my code. Questions- ------------- Does this explicit inclusion of these files have a downside? Could this be fixed to dynamically load js files as stated in the documentation? Now the more critical part: we are using jquery-1.10.2.js in our application for certain widgets/components/utilities. FusionCharts also has a jquery file: jquery.min.js. I have no immediate way to test these together as these are developed in parallel and will be merged and released together. I have read a number of posts regarding similar scenarios on FusionCharts forum where people have complained about Charts not loading. I am afraid we might hit the same issue. Questions: ------------- Is there a sure shot way of avoiding this? Which verison of jquery is used by FusionCharts XT and will it conflict with 1.10.2 that we use? Can I avoid including jquery.min.js from the FusionCharts XT package and just rely on jquery-1.10.2.js that is used and loaded in almost every page of the application? Will really appreciate a quick response. Regards, Jitesh
  7. I using FusionChart with asp.net. In implementation i hiting to server with ajax through which i get JSOn in response and i simply pass the json in datasource of fusion chart. Fusion chart is prepared successfully but in second time fusion chart in prepared but the output chart lost its own height and width. why is this so i can't understand. Following code i use <div id="dvGraph" style="width: 800px; height: 300px;"> </div> <input type="button" value="click me" onclick="GetChartData()"/> function GetChartData(){ var postURL = 'abc.aspx?data=PopUp'; $.ajax({ type: "POST", url: postURL, contentType: "application/json;charset=utf-8", dataType: "json", cache: false, beforeSend: function () { }, success: function (response) { var strJson = response.ChartParams[0]; RenderChart(strJson); }, error: function (msg) { ShowErrorMessage(msg); } }); } function RenderChart(strJson) { var uniqueId = GetUniqueId(); // Like dv_5kF7e var myChart = new FusionCharts("MSCombiDY2D", uniqueId, "800", "320", "0", "1"); myChart.setJSONData(strJson); myChart.render("dvGraph"); } it work on first time with actual width:800 and hegiht: 320 but after that its not getting its actual height and width. Please refer Image1.jpg its good but after that height and width not working. But i regularly set height and width by calling RenderChart method. .
  8. In attached image there is a legend area in red rectangle. Can we customize the legend as attached pictures. For reference please follow the attached image.
  9. Hello, We plan to release a software that renders charts via java script. It perfectly works in FF and Chrome. However, in IE 10 (disabled debug console) the blank space is not filled. As soon as we once enable the debug console (F12) IE 10 renders all charts. A restart brings up the same misbehavior. (We are forced to use the java script rendered due to the overlapping charts.) Do you have an idea how to tackle this issue? Please let me know if you wish more details from our side. Many thanks, Markus