Srishti Jaiswal

Members
  • Content count

    94
  • Joined

  • Last visited

Everything posted by Srishti Jaiswal

  1. 2D Pie Formatting

    Hi James, For your first query, we would suggest you to provide color to the individual data objects to set the data plot/ slice color as per your requirement. And for the second query, please set "valueposition='inside'" to place the values inside the pie chart as desired. Please refer to this link for the implementation: http://jsfiddle.net/31acnkfs/ Kindly implement the above sample and if you still face the issue, please replicate the same in the above sample and share with us. Please refer to these links for further information:- Color individual data plots: https://www.fusioncharts.com/dev/chart-guide/chart-configurations/data-plot#color-individual-data-plots Place values inside the Pie chart: https://www.fusioncharts.com/dev/chart-guide/standard-charts/pie-and-doughnut-charts#place-values-inside-the-pie-doughnut-chart Hope this will help. Thanks, Srishti
  2. Console Error in Column Bar Chart Fusion chart XT using with angular 9

    Hi, We tried replicating the issue and did not get any console error while rendering the Column2d chart with Angular. Please refer to this link for the implementation: https://codesandbox.io/s/column2d-chart-angular-forked-ojny2 Kindly implement the above sample and if you still face the issue, please replicate the same in the above sample and share with us. Hope this would help. Thanks, Srishti
  3. Responsiveness of Widgets

    Hi Albedo, FusionCharts supports providing chart/ gauge height and width in percentage with respect to the chart container dimension. You need to set/ configure the container div's dimension accordingly, and if chart height and width is set in percentage, it will take it's container dimension automatically. Please refer to this fiddle for the implementation: http://jsfiddle.net/u24ca3hm/ Please refer to this link for more information: https://www.fusioncharts.com/dev/chart-guide/chart-configurations/size-and-type#set-width-and-height-in-percentage Hope this would help.
  4. Heatmap gradient start and end color range

    Hi Mennims, As per your use case, you can derive the maximum value from the data object array by iterating through each data object and then set it in the color object's maxValue attribute. Then you need to feed this modified dataSource object to the chart constructor to get the desired result. Please refer to this fiddle for the implementation: https://jsfiddle.net/h7j01f8m/ Hope this would help.
  5. Linesets drawn on a bar chart

    Hi Matthew, FusionCharts as of now does not support combination chart with horizontal bar visualization hence your requirement of drawing line over bar chart is not possible. Thanks, Srishti Jaiswal
  6. invalid data error

    Hi, We have checked your dataSource with Column2D chart and the chart is rendered successfully. However, "Invalid data" chart message is displayed in case the dataFormat does not matches with the format of the dataSource, so please ensure they match in your implementation. Please refer to this sample fiddle : http://jsfiddle.net/9rxdezyf/ We request you to please replicate the behavior where you are getting the "invalid data" error in the above sample and share with us. Feel free to revert us back for any further assistance. Hope this would help. Thanks, Srishti Jaiswal
  7. Problem with changing localhost to IP

    Hi Danpol, We would like to let you know that you can refer to this link for resolving the problem you are facing: https://superuser.com/a/1077555 Please feel free to revert us back for any further assistance. Hope this would help. Thanks, Srishti Jaiswal
  8. chartclick event

    Hi cnfczn, We appreciate the use case you have. As of now there is no support and workaround for getting the dataPlot related information through the "chartClick" event. Please feel free to revert us back for any further assistance. Hope this would help. Thanks, Srishti Jaiswal
  9. Hi dlt, We appreciate the use case you have. As of now there is no support and workaround for renaming or removing null data points when using "connectnulldata". As a workaround, we suggest you that you can opt out showing the crossline feature by setting "drawCrossLine" attribute to "0". Please refer to this fiddle for the implementation: http://jsfiddle.net/ofhqv27g/ Please feel free to revert us back for any further assistance. Hope this would help. Thanks, Srishti Jaiswal
  10. Hi Zcaudate, We would like to let you know that we tried replicating the issue and it is getting difficult for us to replicate without having the sample data and schema that you're feeding into the chart. Please refer to this fiddle to find our way of replicating the behavior with some sample data and schema: http://jsfiddle.net/vmtjs7rz/ We request you to please share the data and schema so that we can assist you further. Feel free to revert us back for any further assistance. Hope this would help. Thanks, Srishti Jaiswal
  11. Hi Zcaudate, We would like to let you know that it will help us assist you better if you could explain what did you mean by loading data asynchronously when the chart is at a certain magnification? Feel free to revert us back for any further assistance. Thanks, Srishti Jaiswal
  12. Exporting extra data with excel export option

    Hi WolfgangJT, We appreciate the use case you have. As of now there is no support and workaround for appending an extra column to any export function's output. Please feel free to revert us back for any further assistance. Hope this would help. Thanks, Srishti Jaiswal
  13. Fusion chart functionality to switch between datasets

    Sure Sneha, we would love to assist you further. You're Welcome. Regards, Srishti
  14. [FusionTime] Binning second

    Hi Guillaume, Thank you for reverting back. We would like to inform you that we are looking into it internally and will get back to you with an update soon. Thanks, Srishti Jaiswal
  15. Fusion chart functionality to switch between datasets

    Hi Sneha, Thank you for writing to us. Apologies for the delayed response. We would like to inform you that you can switch between datasets by clicking on any clickable HTML element by using our "setJSONData" method and some toggling series logic. Please refer to this fiddle for the implementation: http://jsfiddle.net/qj2ap9nx/1/ Thanks, Srishti Jaiswal
  16. FusionTime Log Y-Axis

    Hi Klakurka, Thank you for writing to us. Apologies for the delayed response. We would like to inform you that you will need to define the plot.value property with series name (as in schema) as value along-width 'type' property with 'log' value for each of the 3 series in separate objects inside yAxis array to correctly implement the logarithmic yAxis. Please refer to this fiddle for the implementation: https://jsfiddle.net/mLfs435b/ Thanks, Srishti Jaiswal
  17. [FusionTime] Binning second

    Hi Guillaume, Thank you for writing to us. Apologies for the delayed response. We would like to inform you that the date value in your data is converted to timestamp before feeding into the chart. Hence, milliseconds' binning cannot be a blank array and you will need to modify the milliseconds' binning to [1, 2] to zoom into seconds granularity. Please refer to this fiddle: https://jsfiddle.net/zrdmuhcx/ Thanks, Srishti Jaiswal