Dhruva

Members
  • Content count

    448
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Dhruva

  1. resize the swf file

    Hello, We have received your query at support, and we shall continue the discussion there!
  2. Upgrade to v3.1.1

    Hello, All upgrades are available at http://www.fusioncharts.com/PUC The re-download link will contain the latest version.
  3. Gauge Color vs MSColumn3D Color using # or not

    Hello Mark, From v3.1 charts support the # symbol in the color code. Could you please update the charts from http://fusioncharts.com/PUC and try again? Also, could you please confirm if it is working for you? If it does not, I would suggest that for now you might consider altering the code, as gauges support hex color codes both with and without the # symbol. As such, all our charts take hex color values without the # symbol. I hope this helps.
  4. Formating vLine Label

    Hello Nik, Could you set labelPosition='0.5' and try again?
  5. How to place DataLabels correct on X-axis ?

    Hello, A scatter chart can be scaled manually by specifying x-axes coordinates. Please check with a sample XML I am pasting here. <chart palette='2' caption='Server Performance' numDivLines='13' yAxisName='Response Time (sec)' xAxisName='Server Load (TPS)' rotateNames='0' showLegend='1' showNames='1' xAxisMaxValue='100' xAxisMinValue='10' yAxisMaxValue='7' decimals='1'> <categories verticalLineColor='666666' verticalLineThickness='1'> <category label='10' x='10' showVerticalLine='1'/> <category label='20' x='20' showVerticalLine='1'/> <category label='30' x='30' showVerticalLine='1'/> <category label='70' x='70' showVerticalLine='1'/> <category label='80' x='80' showVerticalLine='1'/> <category label='90' x='90' showVerticalLine='1'/> <category label='100' x='100' showVerticalLine='0'/> </categories> <dataSet seriesName='Server 1' color='009900' anchorSides='3' anchorRadius='4' anchorBgColor='D5FFD5' anchorBorderColor='009900' > <set y='2.4' x='21' /> <set y='3.5' x='32' /> <set y='2.5' x='43' /> <set y='4.1' x='48' /> <set y='3.5' x='50' /> <set y='4.6' x='56' /> <set y='4.8' x='59' /> <set y='4.9' x='73' /> <set y='4.6' x='89' /> <set y='4.2' x='93' /> </dataSet> <dataSet seriesName='Server 2' color='0000FF' anchorSides='4' anchorRadius='4' anchorBgColor='C6C6FF' anchorBorderColor='0000FF'> <set y='1.4' x='23'/> <set y='1.5' x='29'/> <set y='1.5' x='33'/> <set y='1.1' x='41'/> <set y='1.5' x='47'/> <set y='1.6' x='49'/> <set y='1.8' x='51'/> <set y='1.9' x='53'/> <set y='1.6' x='57'/> <set y='1.2' x='58'/> <set y='1.9' x='61'/> <set y='1.1' x='63'/> <set y='1.9' x='64'/> <set y='1.7' x='71'/> <set y='1.1' x='77'/> <set y='1.3' x='79'/> <set y='1.7' x='83'/> <set y='1.8' x='89'/> <set y='1.9' x='91'/> <set y='1.0' x='93'/> </dataSet> <vTrendlines> <line startValue='20' endValue='65' alpha='5' color='00FF00' /> <line startValue='65' endValue='75' alpha='15' color='FFFF00' /> <line startValue='75' endValue='100' alpha='15' color='FF0000' /> </vTrendlines> <hTrendlines> <line startValue='5.2' displayValue='Check' lineThickness='2' color='FF0000' valueOnRight='1' dashed='1' dashGap='5'/> </hTrendlines> </chart> I think the scatter chart will be able to produce the kind of chart you require. I hope this helps!
  6. Source of FusionMaps demo

    Hello, Could you please send in a formalized request to [email protected] ?
  7. I'm afraid not! :ermm: It is supported in v3.
  8. 'FusionCharts' is undefined

    You're welcome, Hugo.
  9. Okay. Could you please ensure that the script sends content=text/xml and try again? Your current script seems to be sending content=text/html . I hope this helps!
  10. Hello Loko, Welcome to the forum. In the line--> chart.setDataURL('/portal/pls/portal/gfc_dev.deplacements.p_test?'); The path needs to be set to the XML file. Could you please rectify this and try again?
  11. Hello, The XML you attached seems to be working fine. However, please note that it is only applicable for FusionCharts v3. In case you are using FusionCharts Free, the corresponding documentation is available at: http://www.fusioncharts.com/free/docs/Contents/Adv_Number_Basics.html
  12. generating xml from database

    Hello Alaa, To be able to do this, you will have to write a serverside script to fetch the data from the database, and then rewrite the fetched data into the specified XML format.
  13. resize the swf file

    Hello Alaa, Welcome to the forum. The SWF files we provide are extremely optimized. If any further reduction in filesize is required, then you will have to get hold of the source code, and manually remove features as per your requirement, and then recompile it.
  14. How to place DataLabels correct on X-axis ?

    Hello Jean, Could you please consider using a scatter chart? More information on the same can be found at: http://www.fusioncharts.com/docs/Contents/ChartSS/Scatter.html I hope this helps!
  15. How to use Pie3D with Grid in php class

    Hi, Could you please attach here the HTML codes that are getting generated?
  16. PHP/MySQL Fusion Charts

    Hello Yasir, We're always happy to help. As regards your query, could you pleasetake a look at the samples available at: http://www.fusioncharts.com/gallery/Chart.asp?line_2 http://www.fusioncharts.com/gallery/Chart.asp?line_3 Please note, in the XMLs, how vDivlines and Divlines have been used to create the checkered effect, as in a graph grid. I hope this'll help!
  17. Fusion Charts with PHP/MySQL

    Hello Yasir! You are most welcome. As for your query, I am answerng it in the other thread that you have made.
  18. 'FusionCharts' is undefined

    Hello Hugo, Could you please place the FusionCharts.js file in a different folder (not App_Data), set the path and permissions to the same accordingly, and try again?
  19. FusionCharts (Update Issues)

    It is not the swf files that are causing trouble. There is a file called FusionCharts.js inside the download package. That file should be put in an accesible folder, and the path to that should be set properly. The file can be found under Download Package -> JSClass folder. I hope this'll help!
  20. FusionCharts (Update Issues)

    Hello Stewart, Could you please confirm the following? 1. The path of the FusionCharts.js file is correct and accesible. 2. There are no errors reported in the error console of Firefox. 3.If the above are okay, could you please check if any newline character is getting generated in the script? If these are not the case, then could you please attach the generated HTML, so that we may have a look?
  21. How to use Pie3D with Grid in php class

    Hello Vikash, Could you please go through the documentation available at the link I am supplying, and see if it helps? http://www.fusioncharts.com/docs/Contents/PHPClassAPI/SSGrid.html
  22. Fusion Charts with PHP/MySQL

    Hello Yasir, To scale values manually, please try using the yAxisMinValues, yAxisMaxValues and setAdaptiveYMin attributes in the <chart> element, as documented at: http://www.fusioncharts.com/docs/Contents/AttDesc/ChartLimits.html Further control on the divlines is also possible, and that is documented at: http://www.fusioncharts.com/docs/Contents/AttDesc/DivLines.html Data labels along the X-axis can be controlled to a degree, and documentation for the same is available at: http://www.fusioncharts.com/docs/Contents/AttDesc/DataLabels.html I hope these materials will help you!
  23. Region maps

    Hello Claus, We do not have maps based on ZIP codes, as of now.
  24. I'm afraid that is not possible, as of now! :|