marcotteDan
Members-
Content count
11 -
Joined
-
Last visited
About marcotteDan
-
Rank
Junior Member
-
One thing you could try is to catch the Right-Click event in javascript and disable it on your page (without promp message) or in a selected zone? (dunno if it's possible).
-
Show percentages in Pie/Doughnut charts
marcotteDan replied to FusionCharts Support's topic in General usage
Thanks a lot for these informations. My ShowValue was set to 0 by default and I didn't noticed it. -
Changing labels and their locations for Real Time charts
marcotteDan replied to Pallav's topic in General usage
For the number formatting, I think this link could help you : http://www.fusioncharts.com/docs/ -> Advanced Charting -> Number Formating -> Basics -
Hello I'd like to display, in my Pie/Doughnut charts the "Label, %". In your examples, you do it : However, your code seem to be like that : Finally, in your docs, it says that : So, both showPercentValues and showPercentageValues seem to not work on my stuff. The only thing that appears on the screen is the label, never the "Label, Percentage". What could I do?
-
Even if it's a long server process, I think that this might be a really important addition to the FusionChart.
-
If you Right-Click on a Graph (Pie3D) for example, you can switch it to 2D, make the rotation possible, etc. What I want to do is creating HTML buttons that will do the same effect as Right-Click on the chart + Select Option. I read some documentation and I searched in the forum but I found nothing that could help me. I'm using Javascript to render my Graph in the HTML page. FusionCharts is there a way to do something like : myChart.SetRotation() or calling any graph's event? P.S. The [ CODE TAG ] in your forum doesn't work to display HTML code.
-
IE Problem: Data Displayed Only Occasionally
marcotteDan replied to BAMACSGUY's topic in Bug Reports
Do you use an .NET object to create your div or is it a "hand-made" one? Because in some situation, ASP HTML objects generate UniqueID for the HTML ID tag to be sure that every ID are unique. So, you could first look if you div ID is always the same in every refresh. -
Hello I don't know why but the accents (
-
Auto-Enable the graph's data view (Click after the load)
marcotteDan replied to marcotteDan's topic in General usage
Thank you very much! That's what I needed. -
Auto-Enable the graph's data view (Click after the load)
marcotteDan replied to marcotteDan's topic in General usage
The problem does not appear on Firefox 2.0. Is it a "security" made by Microsoft...? -
Auto-Enable the graph's data view (Click after the load)
marcotteDan posted a topic in General usage
Hello I have a problem using my graph. Once it's loaded, I always have to click on it to view the data information of each column (depending of its type). I've seen on some examples that it is possible to "skip" this event but I didn't find how to do it. It must work on Internet Explorer 6-7 Someone got an idea? Here is an example of my problem. The black/white dot "rectangle" is my graphs and once I click on it, I can mouse-over a colum and see, in that case : "CORRECTIVE, 1" or "REQUEST, 2". Here is what I would like it to always be : Here is my html rendered code: Thank you very much!