Dhruva

Members
  • Content count

    448
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Dhruva

  1. Hi! You're welcome! Understandably so. :hehe: Looking constantly at code can make one woozy. We're people, after all, not compilers. Always happy to help, though!
  2. Bulb not updating in real time.

    Hello Sam, Welcome to the forum. We checked your code at our lab, it is just fine. Therefore, the problem might be lying in the source of the data, that is, Bulb.asp . Could you please send us the code being used in the same? Thank you.
  3. Hello again! Could you modify your query thus, and try again? Hope this helps!
  4. Hello Tipe, Welcome to the forum. The placeValuesInside attribute does put the values of the columns outside. However, sometimes, if the column is so big that the value would be rendered outside the chart area, it is automatically rendered inside the column, to prevent the anomaly. Since this is creating problems for you, you could consider using the yAxisMaxValue attribute in the <chart> element, and manually set a high enough value so that there will always be a sufficient gap between the column and the chart margin for the value to be displayed outside the column, yet inside the chart. The general format for this is as follows: I hope this helps!
  5. Hello Dennis, Welcome to the forum. Could you please upgrade to v3.1 of FusionCharts, and try again? It is a free upgrade available at http://www.fusioncharts.com/PUC Hopefully, this should solve your problem. If not, please get back to us with further details.
  6. SSGrid alternateRowbgColor, colorBoxWidth, etc

    Hello Luke, Could you try setting the values manually,using FlashVars in the parameters? I am attaching a zipped sample HTML file, which illustrates how. Please note, in the HTML, I have used alternateRowBgColor. You can add other parameters in a similarly concatenated fashion. I hope this will resolve your problem! Sample.zip
  7. Hello growerspro, Could you please send your request to [email protected]? Thank you.
  8. Hello Everyone, The FusionCharts Forum has been recently re-structured so that it is much easier to navigate through the various categories and subcategories. Previously, the forum home page had many subcategories listed, and thus one had to do a lot of scrolling. Now,one can get to their required category with a few neat clicks! All your familiar sections still remain intact! We have also added a new category, the FusionLounge. Nothing technical or legal here- this is a place to relax, interact casually and have fun! We certainly hope you will like these changes!
  9. Hello Tombstone, Welcome to the forum Could you please try to pass an SQL Query which will return the top 10 rows of the table (on the basis of your chosen field) to the FusionCharts class?
  10. Decrease the amount of decimals in the pie chart

    You are most welcome!
  11. Decrease the amount of decimals in the pie chart

    Could you please remove the formatNumber attribute from the <chart> element of the XML and try again?
  12. SSGrid alternateRowbgColor, colorBoxWidth, etc

    Hello Luke, The FusionCharts Grid accepts many parameters as FlashVars. Therefore, in your HTML, could you please try adding the same using JavaScript methods? It should look something like this: Hope this helps!
  13. PROBLEM DISPLAYING CHARTS WITH IE

    Hello ros, Could you please send us the HTML code, and tell us what language you are using?
  14. Broken chart when resizing window

    Hello craysen, Could you please upgrade to v3.1 of the products and try again? The link is at http://www.fusioncharts.com/PUC Also, could you please let us know if you are using percentage values (as opposed to pixel values) for width and height in the FusionCharts constructor?
  15. Decrease the amount of decimals in the pie chart

    Hello sahayaraj, Could you please set the chart XML in the following way?
  16. more than one y-value for one x-value

    Always glad to help!
  17. Error: Chart ignores "DisplayValue" attribute

    Hello Thomas Leonh
  18. plotSpacePercent='x'

    You're most welcome.
  19. more than one y-value for one x-value

    You could consider using a scatter chart. Detailed documentation about the same can be found here: http://www.fusioncharts.com/docs/ And then, look under Chart XML API > XY Plot Charts. Here is a direct link to that page: http://www.fusioncharts.com/docs/Contents/ChartSS/Scatter.html I hope this helps.
  20. plotSpacePercent='x'

    :hehe: The sentence continued thus... the spacing is not that apparent, especially if a lot of columns are present in a small area. PS:I remember typing the entire thing in, the text seems to have been swallowed up mysteriously by the internet. :ermm:
  21. Solid colors

    You are most welcome!
  22. Adding a Key / Legend to a pie Chart

    Hello s.jackett, It is possible to add a grid component (legend) to a pie or doughnut chart. To do that, please follow the link to the related documentation: http://www.fusioncharts.com/docs/Contents/Grid_Usage.html I hope this will help. If you do no want the annotations, in the <chart> element, please use the showLabels and showValues attributes in the following way:
  23. more than one y-value for one x-value

    Hello gordon_freeman, Could you please attach an image which demonstrates visually what kind of chart you have in mind? It would be easier to help you out with your query.
  24. Error: Chart ignores "DisplayValue" attribute

    Hello Leon, I went through the XML file. There were some problems as regards the formatting. The number and positioning of sets inside the datasets were such that the columns were not getting aligned. I have made changes which is generating an ouput like the image you attached. I am attaching the modified XML with this post. I hope this helps. Data.xml
  25. plotSpacePercent='x'

    Hello Luke, The plotSpacePercent attribute does work in case of 3DColumn charts as well, but