Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. plottooltext in treemap

    Hi, FusionCharts plotToolText attribute lets you customize your tooltip at the chart level, you could also show the values and the labels for that particular plot using tooltip macros, for example, $label, $value etc, however defining a custom attribute for example test in your case which is not defined in FusionCharts library showing its value using tooltip macro is not possible. To know more about tooltip macros refer this link - https://www.fusioncharts.com/dev/basic-chart-configurations/tooltip-macros/introduction-to-tooltip-macros.html
  2. Okay, if you are still facing any problem, please share us a sample fiddle or a scale down sample replicating the problem.
  3. Hi @Shrabanee Thanks for sharing the information. Please note the data format for pie chart and stackchart so if you are rendering a pie chart, so when changing its chart type to stacked chart based on the same data format is not possible. However, in order to change the chart type dynamically, you could use FusionCharts chartType API method and change its chart type from pie to stack chart, for reference please check the sample fiddle - https://jsfiddle.net/uwmqsaw4/ To know more about chartType API method refer here - https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#chartType Also please note the data format for bar chart and pie chart are same that's why you are able to render the charts on changing its just chart type. Hope this helps.
  4. Hi, Hope you are doing well. Could you share few more insights with us, i.e could you let us know which chart type you are using, also it would be really helpful if you could share us a sample replicating the problem so that we could investigate it at our end. Awaiting for your responses.
  5. Different font Colors for Data Values

    Hi, Font related styles can no longer be inherited in charts from external sources in the displayValue attribute, so the requirement could not be achievable natively as of now. Apologies for the inconvenience.
  6. Create new JS map

    Hi, The individual municipalities maps for Colombia are already in our pipeline and would be available in the next upcoming release. You could send us a mail to [email protected] so that we could share some more details regarding the maps for the same.
  7. Base Font Color not applying

    Hi, We checked the attribute baseFontColor attribute for pie2d,pie3d and doughnut charts on FusionCharts 3.12.0 version and its working properly at our end, please find the screenshots for all the charts from the attachments. If you are still facing the problem, kindly share us a sample including FusionCharts library files so that we could assist you further.
  8. Different font Colors for Data Values

    Hi, Hope you are doing well. As stated earlier valueFontColor attribute could be placed only at the chart level which would be generic for all the data plot values present inside the chart, the above workaround could be only possible with annotations as of now.
  9. Create new JS map

    Hi, Kindly confirm whether you are looking for each individual municipalities (departments) maps for Colombia?
  10. B.register is not a function.

    @chilly : Please share us a scale down sample replicating your problem, so that we could assist you further. @Vishal Chhabria : Kindly refer our sample which was shared with you via this ticket id: 520468
  11. B.register is not a function.

    Hi, Could you give us few more details, about which FusionChart's javascript plugin you are using, so that we could assist you further.
  12. Pie Chart with drill down

    Hi, Please check the sample fiddle based on your requirement - https://jsfiddle.net/x6rk16vt/ To change the chart type on drill down please refer to configureLink API method of FusionCharts from here - https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-methods.html#configureLink
  13. Table chart

    Welcome. Good to know that the problem was solved.
  14. Chart not rendering while tab is not active

    Hi, The reason for this whenever you reloading the page and switching it to the next tab, and then when the page reloads on revisiting the page the chart animates, because the viewport is not visible when you are on the other tab as soon as you open the tab containing the chart it comes to the active state and animates that way, if you dont want the chart to animate when you are revisiting the tab after refreshing kindly set animation attribute at the chart level to 0
  15. Table chart

    Hi, Could you share a mockup image so that we could assist you based on that sample image? Also, check heatmap chart of FusionCharts which also showcase the data in tabular form - https://www.fusioncharts.com/dev/chart-guide/heat-map-chart/introduction.html
  16. Pie Chart with drill down

    Welcome. Glad to know that the problem was solved.
  17. Pie Chart with drill down

    Hi, Hope you are doing great. Please check the sample fiddle of pie chart with drill-down functionality - http://jsfiddle.net/u4o5ooqh/
  18. scroll charts support

    Glad to know that the problem was solved.
  19. scroll charts support

    Hi, Thanks for replying back. Please note the data structure for area2d and scrollarea2d chart are different, so when you render a single series area2d chart and change its chart type to scrollarea2d this would throw an error as the data structure prescribed for area2d and scrollarea2d are different. For reference please check the sample fiddle for the following: Area2d - http://jsfiddle.net/fusioncharts/x5FBh/ Scroll Area2d- http://jsfiddle.net/fusioncharts/7neLV/
  20. scroll charts support

    Hi, We check a sample scroll area chart on version 3.12.0 and its working fine at our end please check the attached screenshot for details. Also please refer this link for the list of scroll charts which we supported in 3.12.0 from here - http://docs.fusioncharts.com/archive/3.12.0/chart-guide/scroll-charts/creating-scroll-charts.html#basics-of-scroll-charts
  21. Chart type not supported

    Hi, For implementing Line charts in FusionCharts you need to provide line as chart type at the constructor level. For reference please check the sample fiddle based on your above chart data source - http://jsfiddle.net/w4tvpcrr/
  22. Hi, FusionCharts bar charts do not support legend properties as of now, could you please let us know which chart type you are using so that we could investigate it further, also kindly share us a sample fiddle with your chart data source. For further reference please check this sample fiddle for bar charts - http://jsfiddle.net/fusioncharts/y3H2G/
  23. Good to know that the problem was solved.
  24. Hi, In order to display the values without getting overlapped kindly use rotateValues attribute at the chart level and set its value as 1, refer the sample fiddle - http://jsfiddle.net/L42kd9hv/
  25. Labels on the right

    Hi, As of now, the values could not be shown side wise for scatter charts. Sorry for the inconvenience.