Srishti Jaiswal

Members
  • Content count

    94
  • Joined

  • Last visited

Everything posted by Srishti Jaiswal

  1. Fusiontimes binning not working for hours/minutes

    Hi, This a known issue in the v3.16 of FusionCharts. However, you can expect a fix for this issue with the next release v3.18 of FusionCharts. Please share the your time-zone as well as your app users. Thanks, Srishti
  2. Fusiontimes binning not working for hours/minutes

    Hi, In FusionTime charts you can set binning for different levels like day, minutes, etc. and zoom in to see each data points. Please check your implementation: http://jsfiddle.net/srishti_fc/wq4mzj1o/1/ Please replicate the issue in the above demo so that we can investigation further. Thanks, Srishti
  3. stack100percent chart negative values

    Hi Brian, Welcome. Unfortunately, as of now there's no workaround possible for your use case. Thanks, Srishti
  4. stack100percent chart negative values

    Hi Brian, If you are using "stack100Percent" attribute, the chart will calculate and show the percentage distribution for individual items of a dataset considering only the absolute values and not negative or positive values. Reference: https://www.fusioncharts.com/dev/chart-guide/standard-charts/stacked-charts#create-100-stacked-charts However, if you still want to show the negative values below X axis you need to turn off "stack100Percent" attribute and enable "showPercentInTooltip" to see the percentage value calculated considering the negative value. Demo: http://jsfiddle.net/srishti_fc/kqvsg3n9/3/ Thanks, Srishti
  5. formatNumberScale in timeseries chart?

    Hi, You can disable the default formatting of the y-axis values to display the raw data in the chart. To disable the default formatting of the y-axis values, set the value of defaultFormat attribute to 0 under format object. Demo: http://jsfiddle.net/srishti_fc/xn6dzswh/18/ Reference: https://www.fusioncharts.com/dev/fusiontime/fusiontime-component/y-axis-in-fusiontime#automatic-number-formatting Thanks, Srishti
  6. Auto layout on Drag Node

    Not possible as of now in Drag node charts.
  7. Auto layout on Drag Node

    Hi , As of now automatic positioning and layout of the nodes is not possible in Drag node charts. You will need to specify the x- and y-coordinates for the each node to position them as per your needs. Thanks, Srishti
  8. Value and Color Range

    Hi James, The value should lie between the color range you are defining in the dataSource. However, you can have a value outside the defined color ranged but if your provide a value greater than the defined color range then the widget will automatically choose the color of the max color range for the bulb and vice versa. Thanks, Srishti
  9. Gannt Process tooltip

    Hi Nico, Currently it is not possible to have a tooltip on the process labels that is different from the label itself. Thanks, Srishti
  10. hled lowerLimit now working

    Hi Robert, For the reported scenario, could you please upgrade your current version to the latest, i.e, FusionCharts Suite XT v3.17.0 and check? Change log : FT : https://www.fusioncharts.com/dev/fusiontime/release-notes To download the Evaluation version of FusionCharts Suite XT v3.17.0, please visit the link: https://www.fusioncharts.com/download/fusioncharts-suite-xt?framework=js Thanks, Srishti Jaiswal
  11. resize legend position with respect to chart resizing

    Hi Rahul, It is not currently supported to set the legends position exactly above the 3rd last column even if you resize by changing width of chart as of now. Thanks, Srishti
  12. resize legend position with respect to chart resizing

    Hi Rahul, Since you are setting the values of the X and Y coordinates of the legend in fixed pixels using the legendXPosition and legendYPosition attributes, it is the intended behaviour to have the legend render at the provided coordinates, even if you resize. Reference: https://www.fusioncharts.com/dev/chart-guide/chart-configurations/legend#set-legend-coordinates As of now, it is not possible to resize legend position with respect to chart resizing. Thanks, Srishti
  13. Wrong values on aggregated data tooltips

    Hi, In the below sample, the "Last" aggregation function is used and the timeseries chart is rendered as expected without any errors. Please refer to this demo for implementation: http://jsfiddle.net/srishti_fc/a60gntkr/ Please try replicating the issue you are facing in the above sample and share with us so that we can check. Thanks, Srishti
  14. New Chart (Combination of Donut & Radial)

    Hi Matthias, In FusionCharts having a combination of doughnut and radial charts is not supported as of now. However, you can use "arc" annotation to achieve your desired visualization. Demo: http://jsfiddle.net/srishti_fc/87eaw4k3/1/ Please note: Annotations are static in nature hence it's configurations need to be modified if the chart is resized or if it's components are updated at runtime. Thanks, Srishti
  15. Negative rounding doesn't give the good number

    Hi, We have logged this bug internally and forwarded it to the concerned team. We would update you with the progress in due course. Hope this would help. Thanks, Srishti Jaiswal
  16. Gantt chart annotations

    Welcome
  17. hled lowerLimit now working

    HI Robert, The concerned issue is expected to be fixed with the release of FusionCharts v3.17. We will keep you posted with the updates. Thanks, Srishti
  18. Gantt chart annotations

    Hi SergioWhite, For positioning image annotation in the Gantt chart you can use the same dataset macros. Reference: https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations/annotation-references#-dataset You may refer to this demo: http://jsfiddle.net/srishti_fc/75Lfyr3k/1/ Hope this will help. Thanks, Srishti
  19. Hide the tooltip in the fusionchart when the value is 0

    Hi Kruthika, As of now, showing the Tooltip only for non-zero data values is not supported in stackedcolumn2dline chart type. Thanks, Srishti
  20. Thanks for the acknowledgement. Glad it worked. Welcome.
  21. Fusion Time legend dataset position

    Hi, As of now reversing or reordering the legend items is not supported in FusionTime charts. As a workaround, you can provide the plots/ datasets objects in the order in which you wish to arrange the legend items. Demo: http://jsfiddle.net/srishti_fc/16up0z3k/ Hope this will help. Thanks, Srishti
  22. Dual Y Axix

    Hi, The kind of visualization you shared in the mock up image is of overlapped column chart and the dual y axis feature is not available in overlapped column chart type. Reference: https://www.fusioncharts.com/dev/chart-guide/standard-charts/overlapped-column-and-bar-charts Also, before version 3.13.0 visualization of dual y-axis multi-series chart was like the usual multi-series chart type and not overlapped one. Reference: https://docs.fusioncharts.com/archive/3.13.0/upgrading/changed-behavior#secondary-data-plots-overlap-primary-data-plots-3 However, there is a way to achieve the older visualization as in your shared image, by applying an extension. If you required the extension for the older visualization (without overlapping columns) please drop a mail at [email protected] explaining your query for further assistance. Hope this will help. Thanks, Srishti
  23. Bullet Chart Height Not Consistent

    Hi Ben, Long labels take more space than smaller ones hence the space for the bullet plot was reducing in case of million data values. We are glad that you got the solution which works for you as per your requirement. Thanks, Srishti
  24. Bullet Chart Height Not Consistent

    Hi BenBiz, No, the chart data values does not affect the chart height of the bullet chart even if it exceeds 1 million. Please follow the suggestions and demo shared previously and implement accordingly to resolve the issue. Demo showing equal chart height with data exceeding 1 million: https://jsfiddle.net/srishti_fc/b3q9vjn6/2/ Thanks, Srishti