Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. Hi, Yes it is possible to disable the hovering property of chart by using "showHoverEffect" : "0" which will disable hover effect on all chart elements or you can use "plotHoverEffect" : "0" which will disable hover effect on charts for data plots only. For further reference please check this fiddle link http://jsfiddle.net/ayanbhaduryfc/vey26vwt/ Hope this helps.
  2. Hi, Thanks for letting us know. We are checking this issue on each chart. We will keep you posted once it is fixed.
  3. Hi, Natively it is not possible to export charts as images without rendering it, but the same could be achieved by third party JS like phantom js. For further reference please visit http://www.fusioncharts.com/blog/2013/03/how-to-save-charts-as-images-at-server-side/
  4. Hi, Yes there is a problem when we want to hide labels on buttonclick. Thanks for spotting it out, we have raised a bug regarding this, we will keep you posted once it is fixed. Sorry for the inconvenience.
  5. Realtime chart flip render orentatation

    Hi, Unfortunately, it is not possible to render real-time chart chart from left to right as of now. Sorry for the inconvenience.
  6. Making angular/linear gauge clickable

    Hi, Yes, it is possible to make the whole angular gauge clickable to pass a link using this attribute "clickURL":"http://www.fusioncharts.com". For further reference please check this fiddle link http://jsfiddle.net/ayanbhaduryfc/6nVm2/344/ Hope this helps.
  7. C# Winform usage w/new version

    Hi, Yes you could render chart in java based windows form application using Javafx. For further reference please download the sample according to your query from the below given Dropbox link. https://www.dropbox.com/s/c7hjwc4cy6b6pv0/testwebview.zip?dl=0 Hope this helps.
  8. Line chart - select region using a mouse rectangle

    HI, Thanks for replying back. Zoomline chart is a line chart with zoomable feature. So, it will be best if you go for zoomline chart as it will fulfill all your requirements. Hope this helps.
  9. Divisional lines - field disabled to default

    Hi, Thanks for replying back. I am very sorry to say that there is no other way. In order to use the "visible" attribute you need to upgrade it to the latest version as it has been introduced in the later version of 3.4. Sorry for the inconvenience.
  10. Line chart - select region using a mouse rectangle

    Hi, Thanks for replying back. In that case zoomline chart will be your best solution. Please refer this link for a live demo http://jsfiddle.net/fusioncharts/v60znb4c/
  11. Line chart - select region using a mouse rectangle

    Hi, Yes, it is possible to select a part of a chart using a rectangle drawn by a mouse move, and also zooming into the selected region. Here are some few examples of such charts Zoom scatter - http://jsfiddle.net/fusioncharts/yfgzhtqg/ Zoomline - http://jsfiddle.net/fusioncharts/v60znb4c/ Hope this helps.
  12. Divisional lines - field disabled to default

    Hi, Thanks for replying back. "visible" attribute has been introduced in the later version. We would recommend to upgrade to the latest version to make use of new features. However, Flash charts are deprecated now since FusionCharts version 3.4. Now, FusionCharts renders charts using pure JavaScript only. You can download latest version using this link: http://www.fusioncharts.com/download/ You can also check this developer documentation for latest version: http://www.fusioncharts.com/dev/
  13. Divisional lines - field disabled to default

    Hi, Yes it is possible to load the chart with both the fields disabled, by setting "visible":"0" in both the dataset object. Please upgrade it to the latest version for best performance and lots of other improvements For further reference please visit this fiddle link http://jsfiddle.net/ayanbhaduryfc/uy13mgd5/2/ Hope this helps.
  14. Custom tooltext not working in zoomline chart

    Hi, I am sorry to say custom tool text is not supported in fusioncharts, as it will hamper its performance, so it is not included in zoomline charts.
  15. Data labels not shown after data change

    Hi, Yes, we have made an note of this issue, we will keep you posted once it gets solved. However you can achieve your requirements by setting chartType dynamically. Please refer this fiddle link for further reference http://jsfiddle.net/ayanbhaduryfc/m808tLkv/1/ And also created a sample for you using two custom functions you can also take this reference http://jsfiddle.net/ayanbhaduryfc/oczd8k06/5/ Hope this helps.
  16. Set axis intervals for scatterplot

    Hi, Thanks for those kind words. I am happy that you got your solution. Please let me know if further information is required.
  17. Set axis intervals for scatterplot

    Hi, Thanks for replying back. I checked your query and found that fusioncharts.js is throwing error as it can not plot properly because the data which you provided has up to 18 decimal places, but fusioncharts only provide up to 10 decimal places, so its rounding off to log 0 as a result its throwing error in the console and not plotting properly. I have logged an improvement regarding this we will notify you once it is fixed. But you can plot your all your data using msline or msspline chart. Please refer to this fiddle link for further information http://jsfiddle.net/ayanbhaduryfc/oxLmc0ko/2/
  18. Chart Export changes font in Chart

    Hi, Its seems to be working as expected while using latest version of FusionCharts. I have attached two image below please have a look. For further reference please refer this fiddle linkhttp://jsfiddle.net/ayanbhaduryfc/s7t8F/1859/ If issue is still unresolved, please share a sample, to look further into the issue.
  19. Remove Default White Background

    I am so happy to hear that
  20. Remove Default White Background

    Hi, Thanks for replying back. Can you please elaborate your query so that I can help. Do you want to change the background using css? If you don't want to use "bgcolor" attribute you can alternatively use containerBackgroundOpacity :'0' and set your background as per your div. For further information regarding this check this fiddle link http://jsfiddle.net/ayanbhaduryfc/FxgCD/39/ Hope this helps.
  21. Remove Default White Background

    Hi, Yes it is possible to change the background color of the map by setting this attribute "bgcolor":"hexcode". For further information regarding this please check the fiddle link http://jsfiddle.net/ayanbhaduryfc/FxgCD/35/ Hope this helps.
  22. Set axis intervals for scatterplot

    Hi, Thanks for replying back. For any multi series chart, the number of data in the "catergories" object should be same as the number of data in the "dataset" object. So if you want to plot all your data's in the chart, please increase the number of data in the "category" object however you can set "showlabel":"0", "showverticalline": "0" for a particular "category" object to achieve your goal. For further reference regarding this please check this link http://jsfiddle.net/ayanbhaduryfc/1LLkc4x7/ But according to your mock image which you provided, it will be great if you go for multi-series spline chart. You can find the example in this fiddle link http://jsfiddle.net/ayanbhaduryfc/eqq4h/49/ Hope this helps.
  23. Bug in display chart

    Hi, This issue is fixed in the upcoming version. Once it is released please download the latest version, to get it solved. We will keep you posted. Hope this helps.
  24. Set axis intervals for scatterplot

    Hi, The chart is rendering perfectly. Since your x values precision is quite high, so the vertical lines for high precision values (like 0.0001, 0.001, 0.01 ) , these are getting placed very close to each other taking the scale of 0 to 10. So it seems only one vertical line is placed there. To see the different vertical lines are actually getting placed increase the chart width to very large size. Please refer to this fiddle for further reference http://jsfiddle.net/bp8yavzp/3/
  25. Apply scroll from one chart to multiple charts

    Hi, I'm glad that it worked for you. Happy fusioncharting