Dhruva

Members
  • Content count

    448
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Dhruva

  1. Solid colors

    In column3D, please try using the use3DLighting in the chart element as follows:
  2. Fusion chart hides my PopupControl

    Hello MPLKM, Welcome to the forum. The code has to be set manually, and in the HTML body. This is what it should generally look like:
  3. problem to shows all legends in multiseries chart

    Hello Ivan, Could you please upgrade to the v3.1 of FusionCharts and try again? It might resolve the issue where charts are not being displayed.
  4. Regarding javascript calling

    Hello shajeerkt, Please check this link for a possible solution: http://www.fusioncharts.com/forum/FindPost12823.aspx
  5. Fusion Chart Drill down Problem

    Hello shajeerkt, Please check this link for a possible solution: http://www.fusioncharts.com/forum/FindPost12823.aspx
  6. View 3D for StackedColumn2D

    I'm afraid, the StackedColumn2D and the StackedColumn3D are separate charts, and at the time we have no feature to convert one into the other.
  7. Error: Chart ignores "DisplayValue" attribute

    Hello siconed, You might have forgotten to attach the XML file, because it doesn not seem to be available. To use the displayValue attribute, please update your chart to v3.1 and try once more. It is a free upgrade, available at http://www.fusioncharts.com/PUC
  8. Gantt Charts

    Hello Kris, I'm afraid this feature is not available as of now. However it will be implemented in the next release.
  9. how to make show value of trend line?

    You're most welcome! We will certainly keep your suggestion in mind for the next release!
  10. Link in Category label

    Hello ZM, For the link to work, please remove the labelDisplay='Rotate' attribute from the <chart> element. Also, please remove the # symbol from the hex colour codes. For eg., it should be <set value="50" color="018D55"/>, instead of <set value="50" color="#018D55"/>. Hope this helps.
  11. Hello starinsky, Please go to http://www.fusioncharts.com, where you will find extensive documentation for the same.
  12. how to make show value of trend line?

    The valueOnRight attribute shifts the display value string to the right, it does not display the numerical value of the trendline itself. To display the numerical value of the trendline, you will have to manually put the value in the displayValue attribute (Which, I presume, you were doing initially). However, there is a way to force a carriage return within the string. To do that, one must use <styles>. Styles has to be added into the XML within the <chart></chart> tags. The general format for using styles in this case should be something like this: And then, the displayValue string should be modified thus: (Here, Target is the label, and the numerical value is 30000.) This should solve the problem. Especially if you also move this to the right (using valueOnRight) it should result in a much better viewing clarity. I hope this will help. We look forward to hearing from you.
  13. Labels are displayed on the chart

    You're welcome!
  14. how to make show value of trend line?

    Hello barado43, In addition to putting value and label as displayValue, please try using the valueOnRight attribute for the <line> element in the XML. The general format would be as follows: Please let us know if this solves your problem, or feel free to get back to us for further assistance.
  15. Hello sesi, If you do not want to customize every element of the data plot/legend, you can choose to use the paletteColors attribute for the <chart> element. I quote from the relevant section of the documentaion: I hope this helps! We look forward to hearing from you.
  16. Hello Kenny, Welcome to the forum Currently, this feature is not available. Thanks.
  17. Gantt Chart onClick event?

    You're welcome!
  18. Labels are displayed on the chart

    Hello uberalles, To avoid the first two labels, simply use the showLabel attribute. Set it to 0 to hide the label/s in question. The XML should look something like this: Optionally, you could omit the label name, like this:
  19. Gantt Chart onClick event?

    Hello jesse.martinez, There is in fact a very easy and convenient way to make the Gantt task bars clickable. To do that, you must link the JavaScript function to the task bar/s. The xml format for doing this is as follows: (Here, myJS is the function name of a JavaScript function, and Hello is the parameter.) I hope this helps you. For more information, please follow this link: http://www.fusioncharts.com/docs/Contents/DrillDown/JavaScript.html We hope to hear from you soon!
  20. Hello MaxMer, Welcome to the forum! Unfortunately, this feature is not supported as of now.
  21. Hello lkelly, Ordinarily, the chart gets re-rendered automatically once the div is made visible. However, problems might arise if the chart is made invisible by any process which removes the internal HTML. Once you get the empty area with no chart, please right click on it and see if you see a message 'Movie not loaded.' in the context menu. If you could send us the code you are using, it would be helpful. Also, since you mention using a JavaScript tooltip, could you please elaborate on the code which you are using for the same? It would be much easier to track down the issue, then. We look forward to hearing from you. Thank you.
  22. upgrade from evaluation

    Hello, Thank you for your interest in FusionWidgets. To remove the evaluation logo, you need to purchase the licensed version of FusionWidgets. Please find additional information for licensing at: http://www.fusioncharts.com/widgets/License.asp