Ayan Bhadury

Moderators
  • Content count

    655
  • Joined

  • Last visited

Everything posted by Ayan Bhadury

  1. Javasacript Pie Chart not being loaded

    Hi, Flash versions are deprecated, FusionCharts now renders in Javascript, also FusionCharts supports dedicated server-side JSP wrapper using which you could render charts in Java. Kindly upgrade it to the latest version i.e. 3.12.2
  2. Charts in scaled div

    HI, We were able to replicate the problem, and the issue has been logged internally, we would get back to you if there are any updates.
  3. Maximum number of data points for scroll column 2d and column 2d

    Hi, Please share us a scale down sample of the problem you are facing so that we can investigate it further. Also please note there is no as such data limits for scroll charts.
  4. Maximum number of data points for scroll column 2d and column 2d

    Hi, Please share us the JSON file so that we could investigate it and provide you with the solution accordingly.
  5. Change Color for value in Multiseries Line Chart

    Hi, Apologies for the delayed response. valueFontColor needs to be applied at the chart level, which will set the same color for the all the plot values, As of now setting different valueFontColor for different series is not possible.
  6. CSS transform breaks higlighting and tooltips

    Hi, We were able to replicate the problem, and we have already forwarded this to the concerned team, we would get back to you if there are any updates.
  7. Hi, Apologies for the delayed response. FusionCharts uses its own internal algorithm to calculate the y-axis div line calculation, also based on the data you have shared since the difference between the intervals are uneven it will not be possible to show the values as [98644729, 88484843, 56464921], you could set the limits using yAXisMaxValue and yAxisMinValue attribute but the mid value will be different than you have specified, you can also control the number of div lines using numDivLine attribute.
  8. Design of heat map chart like table

    Hi, In heat map chart the number of columns and number of rows are defined for the entire tabular structure so showing a custom header at the top is not possible, however, as a workaround you could showcase the header information using caption attribute of FusionCharts.
  9. Hi, Hope you are doing great. Please drop a mail to [email protected], with your licensing details, so that we could share a patch fix for the above problem accordingly.
  10. Angle Gauge Limits

    Hi, Please share us a scale down sample of the problem you are facing so that we could investigate it further, also please share us which version of FuisonCharts you are using. For reference please check the sample fiddle in Plain JS - http://jsfiddle.net/5kwcgkbx/
  11. Background color of Spark Column

    Hi, In order to set the canvas color same as the background either set the same hex code for canvasBgColor as you have applied for bgColor attribute or you could set the canvasBgAlpha as 0, and provide the color using only bgColor. A sample for reference - http://jsfiddle.net/uyjjmofe/
  12. Hi, Please share us which version of FusionCharts angular 2 plugin you are using, also please check the path location 'fusioncharts' : '/lib/fusioncharts/fusioncharts.js' is proper or not. For reference please check the latest FusionCharts Angular 2 plugin link - https://github.com/fusioncharts/angular2-fusioncharts
  13. Please raise a ticket at [email protected] with the problems you are facing, and if feasible we would schedule a GoToMeeting session accordingly.
  14. Display data in grid format

    Hi, You can use the heat-map chart as a workaround to visualize your data in tabular format. To know more check this link - https://www.fusioncharts.com/dev/chart-guide/standard-charts/heat-map-chart
  15. Rendering text values in different cultures

    Welcome
  16. Rendering text values in different cultures

    Hi, Please use "thousandSeparator": "." at the chart level For reference please check the sample fiddle - http://jsfiddle.net/89ph7Lt3/
  17. Rendering text values in different cultures

    Hi, Could you please share a sample image of your requirement, so that we could assist you accordingly. Awaiting for responses.
  18. HI, Please share me a sample or a live URL of the problem you are facing so that I can assist you accordingly.
  19. Cylinder not rendering the chart

    Hi, The data format for cylinder and angular gauge are different, kindly follow the prescribed format in order to render both the charts accordingly.
  20. Cylinder not rendering the chart

    Hi, Please refer this sample - https://stackblitz.com/edit/angular4-cylinder-sample?file=app/app.module.ts
  21. Hi, Could please tell me the steps to replicate the issue from the above URL so that I can investigate it further. Please note I am able to see the chart by clicking all the options from the above-given URL.
  22. Special Character degree

    Hi, Apologies for the delayed response. Since all the chart attributes are provided as a string the Python compiler is changing the degree symbol to its corresponding Unicode, therefore as a workaround, you can apply the degree symbol using javascript from your view page and apply this method when the chart has been initialized using FusionCharts API events, to know more check this sample - https://www.dropbox.com/s/ovb7nm0li5g6buv/fc_column2d.zip?dl=0 To know about initialized events check here - https://www.fusioncharts.com/dev/api/fusioncharts/fusioncharts-events#initializedstatic-event-7
  23. Issues with 'worldwithcountries' map

    Hi, Yes it is possible to show the legends without the gradient bar, please check the sample for reference - https://jsfiddle.net/m6vn4sce/