Dhruva
Members-
Content count
448 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Dhruva
-
Charting only the highest 10 values of a field?
Dhruva replied to Tombstone's topic in FusionCharts and PHP
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! -
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.
-
Charting only the highest 10 values of a field?
Dhruva replied to Tombstone's topic in FusionCharts and PHP
Hello again! Could you modify your query thus, and try again? Hope this helps! -
How to show values definitely outside the plot columns (Bar 2D Chart)
Dhruva replied to Dhruva's topic in General usage
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! -
Using Evaluation Copy Settings in FusionChartsv3
Dhruva replied to Dennis's topic in Installation and Upgrades
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. -
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
-
FlightSelector demo - is it possible to download ?
Dhruva replied to growerspro's topic in Suggestions & Requests
Hello growerspro, Could you please send your request to [email protected]? Thank you. -
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!
-
Charting only the highest 10 values of a field?
Dhruva replied to Tombstone's topic in FusionCharts and PHP
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? -
Decrease the amount of decimals in the pie chart
Dhruva replied to sahayaraj123's topic in General usage
You are most welcome! -
Decrease the amount of decimals in the pie chart
Dhruva replied to sahayaraj123's topic in General usage
Could you please remove the formatNumber attribute from the <chart> element of the XML and try again? -
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!
-
Hello ros, Could you please send us the HTML code, and tell us what language you are using?
-
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?
-
Decrease the amount of decimals in the pie chart
Dhruva replied to sahayaraj123's topic in General usage
Hello sahayaraj, Could you please set the chart XML in the following way? -
Always glad to help!
-
Hello Thomas Leonh
-
You're most welcome.
-
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.
-
: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:
-
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:
-
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.
-
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
-
Hello Luke, The plotSpacePercent attribute does work in case of 3DColumn charts as well, but