soumya

Moderators
  • Content count

    52
  • Joined

  • Last visited

Everything posted by soumya

  1. Not able to generate image at Server side (C#)

    Hi Ramesh, Would like to request you please check your implementation. Please note FusionCharts supported ASP.NET private export server is working properly at our end. Please implement FusionCharts supported ASP.NET private export server and check. For further reference regarding FusionCharts supported ASP.NET private export server please visit https://www.fusioncharts.com/dev/exporting-charts/using-fc-export-server/server-side-export/setup-private-export-server-asp-net.html
  2. Hi, You could use FusionCharts supported Real-time charts for further reference please visit https://www.fusioncharts.com/dev/chart-guide/real-time-charts/introduction.html
  3. Hi, Please let us know why you set the auto-refresh of the div and also please send us the scaled down sample for further investigations. Also please check whether the browser memory stack is getting overflowed or not.
  4. Gantt Chart Indent Tasks

    Hi, Thanks for the query. Please set the align attribute within processes object as left, center or right to set the alignment for the process labels. For further reference please check the sample fiddle http://jsfiddle.net/fLqSL/299/ Please note here the align attribute within the processes object is set as left but according to your requirement you could set the center or right. Thanks
  5. Get DrillDown chart linked data from Ajax

    Hi, Please check your implementation once. Also please note the child chart data source needs to be within the parent chart data source for performing the drill down operation. Kindly check by performing the AJAX call and modify the parent chart data source with the child chart data source and check. Hope this would help.
  6. Fusionchart for Visual Basic

    Hi, We guess you are using a too old version of Visual Studio i.e. VS 2010 please check with the newer version of Visual Studio preferably post 2015 version. Also, check with XML data format for rendering FusionCharts as shown in the given Blog post link. Hope this would help.
  7. Fusionchart for Visual Basic

    Hi, Please visit our Blog post link for rendering FusionCharts in Windows based application using VB.NET for further reference. http://www.fusioncharts.com/blog/2017/04/rendering-fusioncharts-in-vb-net-and-windows-based-form-applications/ Hope this would help you .
  8. Upgrading from 3.9 to 3.12

    Hi, Please elaborate your issue and try the latest version of FusionCharts i.e. 3.12.1. Please attach the sample you are creating with the latest version of FusionCharts. Thanks
  9. Cannot read property 'el' of undefined

    Hi, No there is no limitations of number of charts could be embedded in a single page. Please check your implementations and include all library files for different genre of charts. Thanks
  10. Cannot read property 'el' of undefined

    Hi, There is no limitation of adding library files I guess but it is totally depending on implementation. I would like to suggest you try to include JavaScript library files in the head section of the Razor view as shown in the blog link. Also I guess you have gone through the given blog link and please try to implement in the same way. Thanks
  11. Cannot read property 'el' of undefined

    Hi, Please check whether the required FusionCharts JavaScript library files(fusioncharts.js, fusioncharts.charts.js etc) files are included properly and FusionCharts ASP.NET wrapper has been used. Meanwhile please check the below given blog link on how to render FusionCharts in ASP.NET MVC Framework using Razor view. http://www.fusioncharts.com/blog/2017/03/rendering-fusioncharts-in-asp-net-mvc-framework-using-razor-view/ Thanks
  12. Creating a dashboard

    Hi, You need to define CSS properties for div elements to bring the charts according to required locations and the ASP.NET Literal control need to be defined within the particular div. For further reference please download the sample dashbord using ASP.NET wrapper from the below given DropBox link. https://www.dropbox.com/s/o8oxjkhdmu9jlio/DashbordDemoWith FusionCharts.zip?dl=0
  13. Hi, The chart supported by FusionCharts getting rendered using FusionCharts ASP.NET wrapper in all browsers including Internet Explorer. Please send us a scaled down sample replicating the issue for further investigation. Thanks
  14. Hi, The chart supported by FusionCharts getting rendered using FusionCharts ASP.NET wrapper in all browsers including Internet Explorer. Please send us a scaled down sample replicating the issue for further investigation. Thanks
  15. Hi, I am afraid that you are using too older version please upgrade your FusionCharts to it's latest version because the Flash based version is deprecated. Please try to implement FusionCharts supported ASP.NET private export server. For further reference please visit http://www.fusioncharts.com/dev/exporting-charts/server-side-export/setup-private-export-server-asp-net.html You could download the scaled down sample implementing FusionChrts ASP.NET Private export server from the below given DropBox link. https://www.dropbox.com/s/kvji3kt4i7n5e5g/Demo%20asp.net%20export%20handler%20for%20save%20as.zip?dl=0 Please check the sample and try to implement the same at your end.
  16. Hi Sangeeta, Please check the reply in your another post http://forum.fusioncharts.com/topic/19000-firefox-not-displaying-x-axis-labels/?p=66563 Thanks Soumya sankar Dutta
  17. Firefox not displaying x-axis labels

    Hi Sangeeta, After going through your code I came to the conclusion that you want to render multiple charts using FusionCharts and by integrating external JSON file through AJAX call. Please check the attached sample here with this response showcasing multiple charts(stackedcolumn2d,stackedarea2d) with your JSON data(for stackedcolumn2d) The sample consists of one html view one controller(app.js) and two json files and AJAX call has been implemented with the help of $http.get() method and the chart data source has been restructured after fetching data from JSON files. Please note for rendering multiple charts you need to declare multiple FusionCharts instances and the sample is rendering charts both in Google Chrome as well as in Mozilla Firefox. Hope this will help. Thanks Soumya sankar Dutta AjaxCallDemo.zip
  18. Hi, FusionCharts doesn't support stacked line chart rather it supports stacked column bar or area chart. From the mock up image it looks like "Multi series Line chart" hence you could achieve the same by implementing Multi series line chart. For further reference regarding rendering Multi series line chart in VB.Net please download the sample from below given Drop box link. https://www.dropbox.com/s/2v795ew4vvyp1o0/msline%20chartdemo%20in%20windows%20application%20vb.zip?dl=0 Thanks
  19. Hi, The mock-up image is not getting opened. Could you please attach the image with higher resolution in your response. Thanks
  20. Export causes page refresh

    Hi Emilio, Thanks for the query. The export menu button won't initiate post back event that's why the page is not getting refreshed / reloaded. For further reference please check the demo downloaded from the below given link. https://www.dropbox.com/s/9hp3752lq6nhsyu/Demo%20asp.net%20export%20handler.zip?dl=0 Please check chart_asp.aspx page the said issue is not there from our end. Hope this will help you. Thanks,
  21. Themes Data Specific Settings

    Hi Alex, Apologies for the delay. "rotateValues" attribute can be defined only at the chart levels and not at individual dataset level. As of now the requirement can't be achieved within the scope of current version we would try to implement it in our future release. Thanks Soumya
  22. Multi-series Chart: Empty-set not working issue

    Hi, Thanks for your query. By default empty dataset is not connected in Multi-series-Line or Multi-series-Area chart.We definitely can connect empty data set points in Multi-series-Line and Multi-series-Area chart by setting "connectNullData" attribute value to "1" using latest version of FusionCharts. Please refer to following sample. For Multi-series-Line : http://jsfiddle.net/Soumya_dutta/T5C6h/1505/ For Multi-series-area : http://jsfiddle.net/Soumya_dutta/T5C6h/1504/ Could you please illustrate how you want to visualize empty data sets.
  23. Padding only shows up when trendline is added

    Hi, Thanks for your query. The attached xml is working fine using the latest version of FusionCharts and the "canvasPadding" is also working properly irrespective of trendlines added or not. For your reference could you please check the xml structure that you are using. Please refer to following samples. Without "trendline" : http://jsfiddle.net/Soumya_dutta/T5C6h/1506/ After adding "trendlines" : http://jsfiddle.net/Soumya_dutta/T5C6h/1507/ Can you please try using the latest version and let us know if the issue is resolved?