Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. How to interact with specific bubbles in a bubbles chart?

    Hi, As mentioned earlier, its not natively possible. However, we would like to share a work around. To hide/show specific bubble in a bubble chart, by identifying the bubble, retrieving its "dataset" index and "data" index of that particular data plot using 'dataObj' of the 'dataPlotClick' event function. Then setting its "alpha" value in the JSON variable accordingly,and then updating the JSON using "setJSONData" method. For the further reference please check this sample fiddle link http://jsfiddle.net/ayanbhaduryfc/4eqsjzfe/
  2. bgimage cropping on 3D charts in Edge and IE

    Hi, We investigated your issue both in google chrome and edge and its working fine from our end. If the problem is still not solved you can send a scale down sample in a fiddle and share with us. For further reference please check this sample fiddle link http://jsfiddle.net/ayanbhaduryfc/rqqzpjzy/ Also check the attachment for the screen shot images tested in both chrome and edge. Hope this helps.
  3. Gantt Chart Export

    Hi, Regarding the export feature problem, its is not possible as because the plotting logic and the data points are mapped in a different way, so export feature will fetch the snap of the view-able portion of the chart. Scroll bar cannot be applied on msbar charts, however you can use scroll bar feature in mscolumn chart. Please check this sample fiddle link for an implementation of the same http://jsfiddle.net/ayanbhaduryfc/edt7bygx/ Hope this helps.
  4. real time update of gauge

    Hi, Can you please elaborate about your query, also can you provide a scale down sample so that it will be easier for us to investigate.
  5. Gantt Chart Export

    Hi, According to your first query, it would not be ideal to specify the maximum number of tasks/processes that degrades the performance, as it depends on various parameters like system configuration, browser used and types of data. For the second query,export feature will fetch the snap of the view-able portion of the chart.
  6. Map events not working on some maps

    Hi, Thanks for replying back. Yes it is possible to fetch displayvalue on "entityRollover" event, using the property 'sender' of the event object, which returns the FusionCharts object, also you need to fetch the JSON data using "getJSONData()" method which will return all the chart object, as a result you will be able to extract the corresponding displayValue of the data object. For further information regarding getJSONData method check here. For further reference please visit the fiddle link and check the sample code http://jsfiddle.net/ayanbhaduryfc/p5prmd5a/
  7. Hi, Thanks for replying back. Flash charts are deprecated since FusionCharts version 3.4. I would recommend you to upgrade to latest version of FusionCharts i.e. 3.11.3 and use latest version. You can download evaluation version using this link: http://www.fusioncharts.com/download/. The tool-tips of "zoom-line" chart are not getting overlapped at our end even if the anchor plot values are same or close to each other using the latest version, please find a working sample fiddle link http://jsfiddle.net/ayanbhaduryfc/wcyogrwL/1/
  8. Hi, Thanks for replying back. "Zoom Line" chart takes the category object and data object as an attribute belonging to the categories and dataset object array respectively. The attached json file which you provided contains the category and data object as an array of objects, which does not comply with the supported zoomline format. Please refer this documentation for further details of category and data attribute in the below link http://www.fusioncharts.com/dev/chart-guide/zoom-line-chart/creating-a-zoom-line-chart.html#brief-explanation-of-the-data-structure For further reference check this sample fiddle link http://jsfiddle.net/fusioncharts/v60znb4c/ Hope this helps.
  9. How show Vertical Lines's label?

    Hi, In order to display label in vertical lines set the "label" attribute and for your information vertical lines object does not have "showLabel" attribute. For details please read the documentation of Vertical Lines from here For further reference please check this sample fiddle link http://jsfiddle.net/ayanbhaduryfc/y6F8b/887/
  10. Hi, The tool-tips of "zoom-line" chart are not getting overlapped at our end even if the anchor plot values are same or close to each other, please find a working sample fiddle link http://jsfiddle.net/ayanbhaduryfc/9gka2dr9/ We are unable to replicate the issue at our end. Please let us know which version of FusionCharts are you currently using? Please share a sample fiddle link of your implementation or provide us the datasource and steps to replicate the issue so that we can look into the issue.
  11. Fusioncharts JS compression

    Hi, Thank you for the feedback. We have passed your feedback to respective team and we will notify you about the same soon.
  12. Fusioncharts JS compression

    Hi, Thanks for replying back. FusionCharts uses standard tools (closure - compiler configuration) only no additional tools and configuration are used and JS files that are distributed in package are already compressed /minified.
  13. Hi, To render your charts in JavaScript please upgrade it to the latest version. You can download the latest version from here . In order to upgrade it to the latest version please follow the instructions here. For implementing gauge using javascript refer here. You can check live sample with source code here - http://jsfiddle.net/fusioncharts/577w5/ Hope this helps.
  14. Fusioncharts JS compression

    Hi, FusionCharts uses simple google-closure-compiler version 20160208.4.0 for distributing JS files. So the JS files are already compressed to the "simple" compression level, re-compressing is not required. Though advanced compression is not supported as of now. We have passed to feedback to respective team and we will notify you about the same soon. Hope this helps.
  15. Hi, Great to know that it worked.
  16. Hi, The problem you are facing with the process labels seems to be working fine from our end, please upgrade to the latest version of FusionCharts if you face any problem. For further reference please visit the fiddle link and check the sample code http://jsfiddle.net/ayanbhaduryfc/wncku5rd/ If it still doesn't solves your problem, it will be very helpful if you provide us with your implementation in a sample fiddle. Hope this helps.
  17. Map events not working on some maps

    Hi, The reason you are getting "Population : nullM" instead of number because you are using the shortlabel as "id" in the data object, please use the appropriate id for each entity to get it worked. For reference regarding the specification sheet of map of Africa please visit here. For further reference please visit the fiddle link and check the sample code http://jsfiddle.net/ayanbhaduryfc/eqavf29c/ Hope this helps.
  18. Zoomline Tooltip

    Hi, Unfortunately this feature is not possible in FusionCharts as of now, but we will take this as an option in our future updates, sorry for the inconvenience.
  19. Drill down to multiple maps based on continent clicked

    Hi, To create a worldmap which redirects to a continent map on clicking the entity object, you need to set an entityclick FusionCharts api event which on clicking will show you the respective continent maps. For information regarding entityclick FusionCharts api event please visit here. For further reference please visit the fiddle link and check the sample code http://jsfiddle.net/ayanbhaduryfc/e57mb/148/ Hope this helps.
  20. How to specify the range of Y-axis to strings

    Hi, If you want both the keys and values to be in string , then "heatmap" may suffice your use case requirement, since it supports both the axis to have string values. For details regarding heatmap chart please visit here. For a live sample please check this fiddle link http://jsfiddle.net/fusioncharts/LsSU9/
  21. Treemap implementation

    Hi, The FusionCharts library file you are using is deprecated now, please upgrade it to the latest version. Please find the instructions for upgrading and the new file names for the deprecated files here. For further reference regarding Fusioncharts in angularjs in debugger mode please check this fiddle - http://jsfiddle.net/ayanbhaduryfc/7roaLue2/6/ Hope this helps.
  22. jQuery and HTMLtable datasource for Angular Gauge

    Hi, HTML table as data source is supported currently with Single/Multiple series charts. Meanwhile, for other chart types we have raised an improvement. Will keep you posted.
  23. Using date in columned chart

    Hi, The requirement you are trying to achieve is possible using dataplotClick event where the dataObj object will support the parameter mentioned in the link If you require to retrieve additional information using dataObj object you can do so by passing the information via "toolText" attribute and then retrieve it , instead of defining new parameter "start". For further reference please visit this fiddle link http://jsfiddle.net/ayanbhaduryfc/eLs2oopp/ Hope this helps.