Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. Multiple charts in vue.js issue

    @RonV please share the import statements also assuming that you are importing FusionCharts files locally at the component level, I would request you to apply at the global level. https://github.com/fusioncharts/vue-fusioncharts#usage
  2. FusionTime- How do I handle 24 hour charts?

    Hi, Please share your license details so that we could verify them at our end.
  3. Removing decimals in a column chart

    Yes you can set the following attributes : adjustDiv : 0, numDivLines:0
  4. Error in react-fusioncharts in fusioncharts

    Hi, Please let us know the chart type that you are rendering so that we could check accordingly.
  5. How can I apply custom theme in angular project

    @dinesh.rajbhar You can drop a mail to [email protected]
  6. How can I apply custom theme in angular project

    @dinesh.rajbharPlease share your license details so that we could verify them at our end.
  7. Fusiontimes binning not working for hours/minutes

    @marco811Pleaae share your license details so that we could verify them at our end.
  8. How long is the trial?

    Hi, The trial period is indeed for 14 days after which you will need to have a license to continue using FusionCharts.
  9. formatNumberScale in timeseries chart?

    @Akshay TalwarPlease refer to above shared solutions
  10. FusionChart show number for legend for chart

    Yes check out muti-level pie chart : https://www.fusioncharts.com/dev/chart-guide/standard-charts/multi-level-pie-chart
  11. Export option similar to Tally

    Hi, Could you please share the URL which you are referring to as the requirement. However, you can export the chart in multiple formats with XML Data:http://jsfiddle.net/zLwgtn7a/ For rendering charts in VB refer to this guide: https://github.com/fusioncharts/vb-net-wrapper https://github.com/fusioncharts/vb-net-wrapper/blob/master/samples/Pages/ChartWithXmlData.aspx.vb
  12. Hi, Please share your license details so that we could verify them at our end.
  13. FusionChart show number for legend for chart

    Hi, Legends are dependent on the number of plots defined, if you have n number of plots then n number of legends will be displayed, setting only 5 legends is not possible. As a workaround, you can use multi-series charts - http://jsfiddle.net/9u3c24zm/
  14. Container resize with FC 3.17

    @randomnuggets Yes the issue is present for charts that have categories & dataset objects, you can use version 3.16.0 for an immediate fix. Internally the issue is fixed and will be released in version 3.18.0
  15. Getting Visible Data Points in Zoom Scatter

    @VueZoomScatterThe trial period is for 14 days, you will need a license post that.
  16. Container resize with FC 3.17

    Please help me with your license details so that we could assist you accordingly.
  17. Getting Visible Data Points in Zoom Scatter

    @VueZoomScatterPlease help me with your license details so that we could verify them accordingly.
  18. Creating Zoom Scatter in Vue

    Welcome
  19. cannot display data in Grantt chart

    Hi, Please add the import statement below import Gantt from 'fusioncharts/fusioncharts.gantt'
  20. Getting Visible Data Points in Zoom Scatter

    Hi, Please use zoomedIn event where you can get the startLabel & endLabel and map the values accordingly.https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-events Also please check out select scatter chart (no zoom option) - http://jsfiddle.net/fusioncharts/3JjL8/
  21. Creating Zoom Scatter in Vue

    You are missing this module : import Zoomscatter from "fusioncharts/fusioncharts.zoomscatter"; Make sure all the lib files are imported properly before the chart is rendered. Import in your main app component.
  22. Creating Zoom Scatter in Vue

    Hi, According to your given query, we tried replicating the issue at our end. It seems to be working fine for us. Kindly find the link for the sample below: https://codesandbox.io/s/recursing-shaw-wijpu Please try this at your end and feel free to reach out to us if you face any issues.
  23. Switch X and Y axis in Timeseries chart

    According to your mentioned requirements, we are sorry to inform you that FusionCharts does not provide any attribute that will help you flip the X and Y-axis in a Time Series chart. For the workaround please check bar charts : https://www.fusioncharts.com/charts/column-bar-charts/grouped-bar-chart-with-scrolling?framework=javascript
  24. Creating a sunburst chart in vue

    Hi, According to your given code snippet, a minor addition needs to be made. Kindly add the below import to your code. import Sunburst from fusioncharts/fusioncharts.powercharts Please feel free to reach out to us if you face any issues.
  25. Receiving Warnings When Hovering with Version 3.15.2

    Please try the latest version 3.17.0 : https://www.fusioncharts.com/download