Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. Hi, FusionCharts as of now, supports inverted axis only for single y-axis charts, here is a link for reference: https://www.fusioncharts.com/dev/chart-guide/standard-charts/inverse-y-axis-chart For dual y-axis support in inverse charts along with the y-axis scale customization, please drop a mail to [email protected] with your license details.
  2. Can't seem to get wkhtmltoimage working

    Hi Danny, Apologies for the delay. You can try out FusionExport for saving the chart image to your disk along with much more functionalities: https://www.fusioncharts.com/dev/exporting-charts/using-fusionexport/overview For the issue related to wkhtmltoimage please check their forum, if you are getting any issue logged from the fusioncharts library please let us know.
  3. custom shadow

    Hi, Please find the solution to your queries : Customizing the shadow property is not possible as of now. Setting the legend as the dashed line is also not possible as of now. If you have an active license please drop a mail to [email protected] so that we could prioritise your requirments.
  4. If you are using typescript apply in the following way : FusionCharts.options['license']({ key: '<YOUR KEY>', creditLabel: false, });
  5. FusionCharts + Vb6

    Hi @RandyBirch No problem! please drop a mail to [email protected] Meanwhile please check out our vb.net wrapper: https://www.fusioncharts.com/dev/getting-started/aspnet/your-first-chart-using-aspnet GitHub : https://github.com/fusioncharts/vb-net-wrapper
  6. @Kacper Rokicki Please drop a mail to [email protected] with your license details
  7. @Kacper Rokicki Please try with fusioncharts:3.15.1
  8. Ho to update latest Jquery used in Fusion Chart

    FusionCharts 3.2.3 is a flash-based version that is now deprecated, kindly upgrade to the latest version 3.16.0, please refer to the links below Upgrade from flash to JavaScript: https://www.fusioncharts.com/dev/upgrading/from-flash-to-javascript Render charts using jquery : https://www.fusioncharts.com/dev/getting-started/jquery/your-first-chart-using-jquery
  9. Error data output (json) stackedcolumn2d

    palettecolors works at the chart object level if you want to set color at the data level use color attribute data:[{ label:'A', value:100, color:"#808080" }]
  10. scrollbar2d not work

    The data structure for bar2d and scrollbar2d is different bar2d - single series charts, have label & value as an object example: http://jsfiddle.net/fusioncharts/y3H2G/ scrollbar2d - multi-series chart, have separate category object, and dataset object, demo : http://jsfiddle.net/fje9xsgm/
  11. Hi, Please set divLineAlpha as 0 at the chart object level
  12. Error data output (json) stackedcolumn2d

    okay, for php implementation please check other web forums or kindly get our support license, if you face any problem with the chart library I would be assisting you accordingly,
  13. Error data output (json) stackedcolumn2d

    Please help me with your licensing details.
  14. no data to display

    https://www.fusioncharts.com//fusiongrid
  15. Idea for adding context menu in node drag chart for specific node

    1 - refer to the demo: https://www.fusioncharts.com/charts/drag-node-charts/network-visualization?framework=javascript 2 - Two nodes can have one connector in the drag-node chart, for multiple connectors use Sankey chart
  16. Error data output (json) stackedcolumn2d

    yes you can store the values in array or in object or in a variable and fetch them as per your choice
  17. Error data output (json) stackedcolumn2d

    Please check your implementation logic
  18. Error data output (json) stackedcolumn2d

    The example which you have shared does not have any series as YES, please note FusionCharts does not manipulate the data, please structure the data properly and visualize the data based on that.
  19. Error data output (json) stackedcolumn2d

    Please update the demo with your chart data ; https://jsfiddle.net/qjd56g8h/
  20. Error data output (json) stackedcolumn2d

    0 is considered as a number, it will obviously take a plot space based on your y-axis scale if you do not want to show any plot use null instead of 0, here is a demo : http://jsfiddle.net/bzdso20y/
  21. Error data output (json) stackedcolumn2d

    What is the error you are getting? could you please share the JSON data that is retrieved after the chart is rendered? You can check the view page source and share the JSON data or you in the browser console type FusionCharts.items[''chart-object"].getJSONData()
  22. Idea for adding context menu in node drag chart for specific node

    1 - You can add an icon in the form of an image and drag it. 2 - If you need two-way communication check out Sankey diagram : https://www.fusioncharts.com/charts/sankey-diagram/simple-sankey-diagram?framework=javascript
  23. Error data output (json) stackedcolumn2d

    Here is a demo based on your data : http://jsfiddle.net/x937haw5/1/
  24. Hi, For the first chart refer to this link: https://www.fusioncharts.com/fusiontime/examples/annotating-single-data-point?framework=javascript For spider chart refer to this page : https://www.fusioncharts.com/charts/radar-spider-charts