Dhruva
Members-
Content count
448 -
Joined
-
Last visited
-
Days Won
2
Everything posted by Dhruva
-
Hello! One option would be to manually increase the upper limit using yAxisMaxValue='desired value' in the <chart> element. Eg- <chart .. yAxisMaxValue='250' ..> I hope this helps!
-
Hello, I'm afraid, floating data values are not supported as of now. However, this can be circumvented by using a hidden line (alpha='0') and then making some nodes visible. I have quickly edited a part of your XML to show how this can be done. I'm pasting the same here: <chart xAxisName='calendar week' yAxisName='My values' numberPrefix='' decimals='2' forceDecimals='1' labelDisplay='1' slantLabels='0' bgColor='ffffff' chartLeftMargin='10' chartRightMargin='20' labelStep='1'> <categories> <category label='CW 09'/> <category /> <category label='CW 10'/> <category label='CW 11'/> <category /> <category label='CW 12'/> <category label='CW 13'/> <category /> <category label='CW 14'/> <category label='CW 15'/> <category /> <category label='CW 16'/> </categories> <dataset seriesName='Set 1' color='cc3333'> <set value='4.9353' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW09_2009'/> <set value='4.2567' anchorSides='3' anchorRadius='5' anchorAlpha='0' displayValue=' '/> <set value='3.5781' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW10_2009'/> <set value='4.7639' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW11_2009'/> <set value='4.40655' anchorSides='3' anchorRadius='5'anchorAlpha='0' displayValue=' '/> <set value='4.0492' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW12_2009'/> <set value='4.7500' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW13_2009'/> <set value='4.75' anchorSides='3' anchorRadius='5'anchorAlpha='0' displayValue=' '/> <set value='4.7500' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW14_2009'/> <set value='4.5285' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW15_2009'/> <set value='4.8994' anchorSides='3' anchorRadius='5' anchorAlpha='0' displayValue=' '/> <set value='5.2703' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW16_2009'/> </dataset> <dataset seriesName='Avg 1' color='cc3333' alpha='0'> <set value='5.9353' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW09_2009'/> <set value='5.2567' anchorSides='3' anchorRadius='5' alpha='100'displayValue='4.2567'/> <set value='4.5781' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW10_2009'/> <set value='5.7639' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW11_2009'/> <set value='5.40655' anchorSides='3' anchorRadius='5' alpha='100'displayValue='4.40655'/> <set value='5.0492' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW12_2009'/> <set value='5.7500' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW13_2009'/> <set value='5.75' anchorSides='3' anchorRadius='5' alpha='100'displayValue='4.75'/> <set value='5.7500' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW14_2009'/> <set value='5.5285' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW15_2009'/> <set value='5.8994' anchorSides='3' anchorRadius='5' alpha='100'displayValue='4.8994'/> <set value='6.2703' anchorRadius='5' link='%2Fdev%2Findex.php%3Fid%3D71%26pt%3DC%26week_year%3DCW16_2009'/> </dataset> </chart> I hope this helps!
-
You're most welcome.
-
Hello, Could you please go through the following link, it has more information which should help: http://www.fusioncharts.com/widgets/docs/Contents/GanttMultiTask.html
-
Hello, Could you please go through the following link, it has more information which should help: http://www.fusioncharts.com/widgets/docs/Contents/GanttMultiTask.html
-
Hello, Welcome to the forum. Could you please attach the generated XML, so that we may have a look?
-
separation of glass effect and round edges for column bars
Dhruva replied to Mangalores's topic in Suggestions & Requests
Hello Holger, Thank you for your suggestion. We have noted it down. -
Hello, I am pasting the modified sample XML. I am bolding the modified areas. I hope this helps!
-
How to control position of datavalue on chart?
Dhruva replied to Dhruva's topic in FusionCharts and ASP.NET
You're welcome, Paul. Thank you for your suggestion, we have noted it down. -
Hello, Welcome to the forum. Could you please set a null y-value for x=10 and try again?
-
How to control position of datavalue on chart?
Dhruva replied to Dhruva's topic in FusionCharts and ASP.NET
Hello Paul, I see the problem, but I'm afraid what you're asking is not possible as of now. For the time being, could you please consider using sufficient whitespaces to slightly reposition the visible part of the text? Optionally, you could style the text thus, to display them on white boxes: <styles> <definition> <style name='Test' type='font' bgcolor='ffffff' /> </definition> <application> <apply toObject='DATAVALUES' styles='Test' /> </application> </styles> I know the workarounds are not perfect, but I hope they'll help, for now. -
Hi, Could you please try update your chart to v3.1.1 and try using seriesNameInToolTip='1' attribute in <chart> element? The upgrade is availabe freely at http://www.fusioncharts.com/PUC
-
You are most welcome!
-
Hello, I'm afraid it is not possible to do this.
-
Hello, For the divlines to be displayed, the difference between the maximum and minimum limit must be at least one integer. Here is the XML, modified to that effect. Hope this helps. <chart numPDivLines="5" PYAxisMaxValue='13' PYAxisMaxValue='12'> <dataset> <set open="12.83" close="12.80" high="12.83" low="12.70" x="0" /> <set open="12.80" close="12.81" high="12.82" low="12.79" x="1" /> <set open="12.81" close="12.81" high="12.83" low="12.80" x="2" /> </dataset> </chart>
-
Hello, Could you please upgrade to v3.1.1 from http://www.fusioncharts.com/PUC and try again? It is a free upgrade. The newer version of the FusionCharts.js file should resolve the issue.
-
You are most welcome! Let's hope that it works out for you! Cheers!
-
Other way to change chart messages possible ?
Dhruva replied to ItalFreak's topic in Javascript Problems
Glad to know it's working! -
Problem while accessing the SharePoint List items in Fusion charts
Dhruva replied to sami.khan's topic in Miscellaneous
Glad to know it's working! -
Hello Kiran, Thank you for your interest in FusionCharts, and welcome to the forum. While flagging as such is not supported, however a similar effect can be achieved using a creative workaround. I am pasting the XML for the same, here. <chart caption='Business Results 2005 v 2006' xAxisName='Month' yAxisName='Revenue' showValues='0' numberPrefix='$'> <categories> <category label='Jan' /> <category label='Feb' /> <category label='Mar' /> <category label='Apr' /> <category label='May' /> <category label='Jun' /> <category label='Jul' /> <category label='Aug' /> <category label='Sep' /> <category label='Oct' /> <category label='Nov' /> <category label='Dec' /> </categories> <dataset seriesName='2006'> <set value='27400' /> <set value='29800'/> <set value='25800' /> <set value='26800' /> <set value='29600' displayValue='Hello!' showValue='1'/> <set value='32600' /> <set value='31800' /> <set value='36700' /> <set value='29700' /> <set value='31900' /> <set value='34800' /> <set value='24800' /> </dataset> <dataset seriesName='2005'> <set value='10000'/> <set value='11500'/> <set value='12500'/> <set value='15000'/> <set value='11000' /> <set value='9800' /> <set value='11800' /> <set value='19700' /> <set value='21700' /> <set value='21900' /> <set value='22900' /> <set value='20800' /> </dataset> </chart> I hope this helps!
-
Hello, Thank you for your interest in FusionCharts, and welcome to the forum. I'm afraid the PDF Export option is not available in FusionCharts Free.
-
Hello, The Gantt chart supports popups, and in a similar way, as documented here: http://www.fusioncharts.com/docs/Contents/DrillDown/PopUps.html I hope this helps.
-
Hello David, Currently, Flash player can only render images with a maximum dimension of 4000x4000 pixels. This could be a source of the problem. Could you please confirm if this is indeed the case?
-
Hello, The image is not visible. Also, could you please attach the XML you are working with, so that we may have a look?
-
Real time charts not firing FC_rendered() function
Dhruva replied to Robert Steiner's topic in Javascript Problems
Hello, The FC_rendered() event fires as soon as the first XML is loaded into the chart successfully. The delay in the visual might be due to the time taken by the animation.