Prerana

Moderators
  • Content count

    204
  • Joined

  • Last visited

Everything posted by Prerana

  1. Hello, Thanks for the query. Your requirement is achievable using stacked column 2D chart to plot the chart and annotation to show the series name at the right side. For further reference about stacked chart and annotation,please visit the links given below. Stacked column 2D chart - http://www.fusioncharts.com/dev/chart-attributes.html?chart=stackedcolumn2d Annotation - http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/introduction.html Kindly refer the fiddle link below for the implementation. http://jsfiddle.net/f1p6ecbb/8/ Hope this helps, Thanks
  2. Remove options from Export Chart Button

    Hello, We are glad to inform you that the bug has been fixed. ie the exportFormat attribute is working as expected from our end. P.S Kindly clear cache before testing with the new files. Kindly refer the fiddle below for the implementation. http://jsfiddle.net/Prerana/jqrd4epg/12/ Hope this helps, Thanks.
  3. Zero Axis is drawn over the graph

    Hello, Thanks for the query. The issue is being replicated for the chart scroll combination 2D(dual Y), when the attribute parentYAxis is set as "P",instead of "S". We have looged a bug for the same,will keep you posted. Hope this helps Thanks
  4. Hello, It seems to be an issue with Flash version 23. Kindly downgrade the Flash player version and check. Flash based version is deprecated now,and support is not available for the same. Hope this helps, Thanks
  5. trendline effects, and hidden scatter points

    Hello, Thanks for replying back. 1. How do I hide the value of the trendline/vtrendline only. I still want to see the normal values on the axis, just no the value of the trendline. Solution : Instead of hiding the trendline/vtrendline value, You could set the displayValue attribute inside the object of line array as " " ,ie a blank space inside double quotes. 2 . Are there any events on the trendline, hover / mouse enter that I can tie into? Solution : This feature is not supported by FusionCharts. 3. Is there anyway to 'fake' a hover event. So if I have a table outside of the chart, and I hover a row on that table, I want it to trigger a hover on a specific data point / anchor. Is this possible? Solution : This feature is not supported by FusionCharts. Kindly refer the fiddle link below for the implementation. http://jsfiddle.net/Prerana/akeoz24L/20/ Hope this helps, Thanks, Prerana Singh
  6. trendline effects, and hidden scatter points

    Hello, Thanks for the query. Few of your requirements is achievable . 1. How can I not show any values in the margin (none on the left/right/bottom/top). Solution : Please set the attribute showLabels and showYaxisValues as 0. Which will hide the x-axis and y-axis values respectively. 2. On my vtrendlines/trendlines I need to display a tooltip for the $startValue of the trendlines. Solution : For scatter plot tooltip is working as expected from our end, and for the zoom-scatter we have logged a bug and will keep u posted. 3. On my vtrendlines/trendlines I need a hover effect to increase the size of the thickness line. Solution : This feature is not supported by fusioncharts. 4. On a scatter plot. if 2 points have the same x and y, one of them will be hidden. I need the tooltip when hovering over which ever point is displayed, to put the name and value for BOTH points that share that x,y position. Solution : This feature is not supported by fusioncharts. 5. On a scatter plot, I need to show additional values in the tooltip. For a series like below, how would I generate the described tooltip? Solution : Manually this can be done using the toolText attribute at the data level. I have tried to create a sample as per the requirement. Kindly refer the fiddle link below for the implementation. http://jsfiddle.net/Prerana/akeoz24L/14/ Hope this helps, Thanks, Prerana Singh
  7. Gauge with XML

    Hello Aman, The fusioncharts.widget.js and fusioncharts.hc.widget.js are not same. fusioncharts.hc.widget.js has been used for the earlier version. You can download latest version using this link:http://www.fusioncharts.com/download/ Also you can visit the link below for the sample using php with the earlier version. http://docs.fusioncharts.com/charts/?guide-for-web-developers/php/PHP_DB.html Hope this helps, Thanks, Prerana Singh
  8. Logarithmic Zoom-line charts

    Hello, Currently it's not supported by FusionCharts. Hope this helps, Thanks
  9. Hello, Thanks for replying back. If feasible, we will include this. Thanks, Prerana Singh
  10. Hello, Thanks for the query. It's not possible. The algorithm is designed in such a way that every time the percentage will be re-calculated for the existing data. Hope this helps, Thanks, Prerana Singh
  11. Hello, Thanks for the query. The ssgrid chart is working as expected from our end. Kindly refer the fiddle below for your implementation. http://jsfiddle.net/Prerana/mby835o4/ Hope this helps, Thanks, Prerana Singh
  12. Hello, It's not supported by FusionCharts. Thanks
  13. Hello, Thanks for replying back. As the xml structure of multi axis line chart and the msspline or mssplinearae chart are not same. So the previous code won't work in case of msspline or mssplinearae chart. I have tried to create a new sample as per the requirement ie. multi series spline chart in xml using database. For any other multi series chart,please change the chart type in the sample. Kindly refer the link below for the implementation. https://www.dropbox.com/s/03p5foaltf4t7q0/multiAxis%2BmsSpline_Chart.zip?dl=0 Hope this helps, Thanks
  14. Hello, I have tried to create a sample as per your requirement ie. Multi-axis line chart in xml using mysql and it is working as expected from our end. Kindly refer the link below for your implementation. https://www.dropbox.com/s/n2t8njyfjr6rbdg/multiAxisLine.zip?dl=0 You can also refer our docs for creating charts in php using database . http://www.fusioncharts.com/dev/using-with-server-side-languages/php/creating-charts-with-data-from-a-database.html Hope this helps, Thanks
  15. manipulate plugins

    Hello, Thanks for the query. Here is the list of available plugin in FusionCharts. 1. jQuery plugin : http://www.fusioncharts.com/dev/using-with-javascript-libraries/jquery/introduction.html 2. Angular JS : http://www.fusioncharts.com/dev/using-with-javascript-libraries/angularjs/introduction.html 3. React JS : http://www.fusioncharts.com/dev/using-with-javascript-libraries/reactjs/creating-charts-using-the-react-fusioncharts-plugin.html For any query regarding particular plugin or if you are looking out for anything specific , Kindly revert back to us. Hope this helps, Thanks,
  16. Hello, Thanks for the query. I have tried to create a sample as per your requirement. Kindly refer the link below for the implementation. https://www.dropbox.com/s/3v42xh6y6n5uqbo/RadarChart_sql_php.zip?dl=0 For further details about creating charts in PHP using Database, please refer the link below. http://www.fusioncharts.com/dev/using-with-server-side-languages/php/creating-charts-with-data-from-a-database.html Hope this helps, Thanks,
  17. Hello, Thanks for the query. Your requirement is achievable. I have tried to create a sample as per your requirement. Please find the absolute path of "index.php" file which is inside the php-export-handler folder provided with the fusioncharts package in your server, and then set that path as the value of the exportHandler attribute . ie "exportHandler" =>"http://localhost/fc-sample/php_exportChart/php-export-handler/index.php". Please visit the link for further reference about the setup of private export server using php. http://www.fusioncharts.com/dev/exporting-charts/server-side-export/setup-private-export-server-php.html Kindly refer the link below for your implementation. https://www.dropbox.com/s/uset5xtb9rkvx41/php_exportChart.zip?dl=0 Hope this helps, Thanks,
  18. Overlaping labels in Pie Charts

    Hello Jordi, Thanks for replying back. The attribute "labelBorderPadding" and "labelBorderThickness" are working as expected from our end. The attribute "labelBorderPadding" is used to set a padding in between the labels and the edges of the its own borders. The attribute "labelBorderThickness" is used to set the thickness of the borders. And yes there is a room for the improvement with the font size. We are looking into this, and will keep you posted. Kindly refer the fiddle below for the implementation. http://jsfiddle.net/Prerana/fegf4zp5/6/ Hope this helps, Thanks,
  19. Overlaping labels in Pie Charts

    Hello Jordi, Thanks for the query. At present the labels of pie chart avoid overlapping for the default font size. And yes there is a room for the improvement. We are looking into this. Meanwhile, for a workaround we can skip labels that are overlapping , by using smart labels. We use smart labels by setting the attribute "enableSmartLabels" as "1" and then to skip the overlapped labels, set "skipOverlapLabels" attribute as "1", and If not, they might overlap if there are too many labels. Kindly refer the fiddle below for the implementation. http://jsfiddle.net/Prerana/fegf4zp5/4/ Hope this helps, Thanks
  20. Hello Remy, Thanks for the query. We are looking into this issue. Meanwhile as a workaround, please remove the fusioncharts.widget.js file from the fiddle. Kindly refer the fiddle below for the implementation. http://jsfiddle.net/Prerana/f5cv6sby/4/ Hope this helps, Thanks,
  21. Hello Remy, Your requirement is achievable. You don't need to call the render() function again. Please call the render() function once, after setJSONData(myChartData) ie. setJSONData(myChartData); myChart.render("chart-container"); Kindly refer the fiddle below for the implementation. http://jsfiddle.net/f5cv6sby/2/ Hope this helps, Thanks,
  22. manually set secondary y axis value

    Hello, Thanks for the query. FusionCharts XT automatically tries to adjust divisional lines and limit values based on the data provided. However, if you want to set your explicit lower and upper limit values and number of divisional lines, first set "adjustDiv" attribute to false. That will disable automatic adjustment of divisional lines. The Number of horizontal axis division lines that you want on the chart can be adjust by numDivLines attribute. You can adjust the div and limits by setting both the primary y-axis and secondary y-axis with the attributes "pYAxisMaxValue", " pYAxisMinValue", "sYAxisMinValue" , "sYAxisMaxValue" respectively. But the numDivLines will be same for both the y-axis.. Please refer the fiddle link below for the implementation. http://jsfiddle.net/Prerana/wod0um8y/2/ Hope this helps Kind regards,
  23. Hello Remy, We have again logged a bug for the 1st part of your query. In the 2nd part, as the "useVerticalScrolling" is set as 0, It seems that a part of the last row cuts off. Please set the "useVerticalScrolling" as 1, it will get resolved. We will keep you posted. Please refer the fiddle below for implementation. http://jsfiddle.net/Prerana/8q3yL3yh/6/ Hope this helps, Thanks,
  24. Hello Remy, Thanks for replying back. We have logged a bug. We will keep you posted. Thanks,
  25. Gauge with XML

    Hello, Thanks for replying back. I have tried to structure the sample according to your requirement. Please replace the hex code in $colorCode array with the color code of your choice. Kindly refer the links below for the implementation. http://fc.gagansikri.in/workspace/fc-prerna/Angular-Gauge-XML-DB/index.php https://www.dropbox.com/s/d91iujm1qwmtjvl/Angular-Gauge-XML.zip?dl=0 Hope this helps. Thanks, Hope this helps. Thanks,