Srishti Jaiswal
Members-
Content count
94 -
Joined
-
Last visited
Everything posted by Srishti Jaiswal
-
Fusiontimes binning not working for hours/minutes
Srishti Jaiswal replied to marco811's topic in General usage
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 -
Fusiontimes binning not working for hours/minutes
Srishti Jaiswal replied to marco811's topic in General usage
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 -
stack100percent chart negative values
Srishti Jaiswal replied to Brian Fisher's topic in Miscellaneous
Hi Brian, Welcome. Unfortunately, as of now there's no workaround possible for your use case. Thanks, Srishti -
stack100percent chart negative values
Srishti Jaiswal replied to Brian Fisher's topic in Miscellaneous
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 -
Welcome
-
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
-
Not possible as of now in Drag node charts.
-
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
-
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
-
Hi Nico, Currently it is not possible to have a tooltip on the process labels that is different from the label itself. Thanks, Srishti
-
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
-
resize legend position with respect to chart resizing
Srishti Jaiswal replied to RahulY's topic in Bug Reports
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 -
resize legend position with respect to chart resizing
Srishti Jaiswal replied to RahulY's topic in Bug Reports
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 -
Wrong values on aggregated data tooltips
Srishti Jaiswal replied to maxenz0r's topic in General usage
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 -
New Chart (Combination of Donut & Radial)
Srishti Jaiswal replied to Matthias Heizmann's topic in Suggestions & Requests
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 -
Negative rounding doesn't give the good number
Srishti Jaiswal replied to MGS_Sebastien's topic in Bug Reports
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 -
Welcome
- 3 replies
-
- gantt
- annotations
-
(and 2 more)
Tagged with:
-
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
-
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
- 3 replies
-
- gantt
- annotations
-
(and 2 more)
Tagged with:
-
Hide the tooltip in the fusionchart when the value is 0
Srishti Jaiswal replied to Kruthika's topic in Bug Reports
Hi Kruthika, As of now, showing the Tooltip only for non-zero data values is not supported in stackedcolumn2dline chart type. Thanks, Srishti -
Horizontal Bar inner, <rect>, element does not fill container, <svg>, element width.
Srishti Jaiswal replied to BenBiz's topic in General usage
Thanks for the acknowledgement. Glad it worked. Welcome. -
Fusion Time legend dataset position
Srishti Jaiswal replied to yhooithin05's topic in FusionCharts and ASP.NET
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 -
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
-
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
-
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