Prerana

Moderators
  • Content count

    204
  • Joined

  • Last visited

Everything posted by Prerana

  1. Hello, Have you referred the sample I have provided? Using that sample, your requirement is achievable. Kindly check once.
  2. Realtime Line Graph with PHP

    Hello, To render real time line chart, please use datastreamurl attribute. To know more about data stram url, please visit this doc. Kindly refer the sample given below for the implementation. https://www.dropbox.com/s/m9ey8rapyomx9l3/Real Time Line Charts with PHP and MySQL.zip?dl=0 Thanks, Prerana Singh
  3. Legends Overlapping on Data labels

    Hello, Thanks for replying back. Please share the entire code, there are few things which are missing, e.g - $numtot24hr, $arr24hr etc. However we have tried to render the chart using the data provided by you, and the issue was not getting replicated. Please find the sample fiddle given below for the reference. http://jsfiddle.net/Prerana/Pm3nf/268/
  4. Want to create chart like this?

    Hello, You can try this using marimekko chart. For further details about marimekko chart please visit this doc.
  5. Want to create chart like this?

    Hello, Thanks for the query. As of now its not supported by FusionCharts.
  6. Hello, Thanks for the query. The code which you have shared is for single series chart, for multi-series chart the json format is different. Please modify the php code to generate the json structure required to render multi-series chart using FusionCharts. Kindly find the sample attached below for the implementation. Please note : To make this sample work, kindly modify the database connection as per your set-up and import the database table provided with the sample. mscolumn2d_mysql.zip
  7. Kanban Board possible

    Hello, Thanks for the query. Kanban board is not supported by Fusioncharts. Please feel free to revert back to us for further assistance.
  8. Legends Overlapping on Data labels

    Hello, Thanks for the replying back. Please send us the scale down sample, so that we can replicate the issue at our end. Awaiting for your response.
  9. Hello, Thanks for the query. Your requirement is achievable using parentYAxis attribute at dataset level. This attribute allows you to set the parent axis of the dataset - P (primary) or S (secondary). Primary datasets are drawn as on the left y-axis and secondary on the right y-axis. In 3D Column (or stacked Column) + Line Combination Charts, the columns draw against primary y-axis and the lines against secondary y-axis. In 2D dual Y combination charts, you can choose which dataset to render against which y-axis. Please find the sample fiddle given below for the implementation. http://jsfiddle.net/Prerana/Au3LY/115/ Hope this will help.
  10. Legends Overlapping on Data labels

    Hello, Thanks for the query. Please tell us which chart type you are using, is this a real time line chart ? In case of real time line chart, please check whether you are using the attribute named as labelstep or not. Awaiting for your response.
  11. Fetching linked charts data on click

    Hello, Thanks for getting in touch. In case of linked chart, you need to fetch all the data required to render the child chart when you are fetching the data required to render the parent chart.
  12. Value In Legend

    Hello, Thanks for the query. The label which we set with a value, that same label is used by the legend. So if you want to modify the legend, you need to reach there by setting the label in the desired format. e.g "label" : "Teenage, 29.4%" Note : We need to modify the tooltext and the display value to avoid redundancy. Please find the sample fiddle below, for the implementation. http://jsfiddle.net/Prerana/9cPeU/1042/
  13. How to emulate a Step Area?

    Welcome, Happy FusionCharting
  14. formula for yAxisMaxValue?

    Hello, For calculating the yAxisMaxValue, we take the max value(data value) and then divide it by the no. of y-interval, further adding one with the result, and finally multiply it with y-interval. This is how we get the yAxisMaxValue. Hope this will help.
  15. How to emulate a Step Area?

    Hello, As of now step area chart is not supported by FusionCharts. However as a workaround you can achieve the visualisation of step area chart using stacked chart. Please refer the sample given below for the same. http://jsfiddle.net/Prerana/15zbv887/158/
  16. Invert the Legend Interaction

    Hello, This is Prerana stepping in for Akash. The sample provided in the previous response was just a workaround. The ctrl+click event is not supported by FusionCharts. Hope this will help.
  17. 3D Stacked Column/Bar Charts

    Hello, As of now, its not supported by FusionCharts. Please feel free to revert back to us for further assistance.
  18. Hello, Thanks for the reply. If we will support the attribute to make the label backgroud transparent, would that going be the fix of this issue? Kindly share your view on this.
  19. Hello, Kindly verify one thing, that adding the transparency to background of the vLine label is a fix for the actual problem or not ? Looking forward to your valuable response.
  20. Add the Step Area chart type

    Hello, As a workaround you can use stacked column chart to achieve your requirement. Kindly refer the sample fiddle below for the implementation. http://jsfiddle.net/Prerana/15zbv887/155/
  21. Add the Step Area chart type

    Hello, Thanks for the query. As of now step area chart is not supported by FusionCharts. Kindly enlighten us with the use case of such chart type, so we will discuss internally about the feasibility.
  22. Hello, Glad to know that it worked. Happy FusionCharting
  23. Hello, Thanks for the query. Your requirement is achievable by setting transposeAxis attribute as 1 at chart attribute level. If you hide a dataset using legend icon, the transposeAxis attribute (when set to 1) will compute the axes limit with respect to maximum and minimum value of the visible dataset(s). Kindly refer the sample fiddle below for the implementattion. http://jsfiddle.net/Prerana/1hyzrsod/1/ Please feel free to revert back to us for further assistance.
  24. Hello Remy, We are glad to inform you that - FusionCharts 3.12.0 release is available now. You can download latest files from PUC portal: http://puc.fusioncharts.com/ You can also download evaluation version, using this link: http://www.fusioncharts.com/download/ Version History link: http://www.fusioncharts.com/version-history/ The issue reported by you has been fixed, kindly check this fiddle for the same. Please revert back to us if you have any queries.