Search the Community

Showing results for tags 'XML'.



More search options

  • Search By Tags

    • XML ×
    Type tags separated by commas.
  • Search By Author

Content Type



Found 16 results

  1. getXMLData() bug

    <chart exportenabled="1" caption="Site hits per hour" subcaption="In Thousands" numdivlines="9" linethickness="2" showvalues="0" numvdivlines="22" formatnumberscale="1" labeldisplay="ROTATE" slantlabels="1" anchorradius="2" anchorbgalpha="50" showalternatevgridcolor="1" anchoralpha="100" animation="...
  2. Adding the <axis> as strXML prevents the chart from Rendering. $strXML .="<axis title='item 2014' tickwidth='10' divlinedashed='1'>"; $strXML .="<dataset seriesName='item 2014' >"; if ($result2) { while($ors1 = mysql_fetch_array($result2)) { $strXML .= "<set value='".$or...
  3. I am trying to pass an xml string into the datasource argument and I keep getting an invalid data message when I load the page. Any help would be appreciated. <head> <title>FusionCharts XT - Column 2D Chart - Data from a database</title> <link rel="stylesheet" type="text/css" href="css/s...
  4. vertical labels transparent

    Hi there, I am creating a bubble chart with fusionchart-xt and the xml format. I have problems with the vertical scale. I want the horizontal lines to have an opacity of 0.15 and the labels of 1. I cannot succeed to do it. In short, I want the vertical scale similar to the horizontal one in...
  5. Xml schema for version 3.8

    Hi, Can you please provide the xml schema for the version 3.8 of fusioncharts XT?I want the schema to generate the java objects from them, so that I can use it for generating the required xml.We need to update to latest version of fusioncharts and need to have the xml schema for that.Please pr...
  6. Hi Fusion Team and Forum members. I have a quite tricky requirement. I want to be able to influence on format of Sum in stacked column chart. I know, I can use prefix/suffix etc for Number formatting, but in this case I want different sums to be show differently. Imagine here http://jsfi...
  7. Problem with XML Dataset

    Testing out XT and the simple test works fine. I need to get the Combination 2 yaxis chart working. Using the sample data I expected the code below to work. The fusioncharts.js is ok as it works in the simple example. However the code below does not work. I have tried locally and also from...
  8. Problem with multiple graphs

    Hi folks. I am experiencing problems creating a chart with more than one graphs from a php script. There are supposed to be three graphs in the chart but only one appears. Here's my XML data: <chart caption='15.01.2014 - 03.11.2014' subCaption='' showValues='0' useRoundEdges='1' showBorder='1'...
  9. Hello, I just started exploring FushionCharts XT today and curious is a routine in get current date to display in the xml chart subcaption property. This would be very useful display when printing multiple reports per customer. I realize will have to also create an element containing the custo...
  10. Hi all! Any idea what this white box circled in this image is and how you format it (bg color etc)???? Only tried everything... Cheers, mark
  11. Hi guys, I have the following attributes in my chart's xml and many of them do not render for some reason: <chart dynamicAxis='1' toolbar='c0392b' toolbarButtonFontColor='FFFFFF' mouseCursorColor='c0392b' zeroPlaneColor='E51400' numDivLines='6' showAlternateHGridColor='0' numVDivLines= '10'...
  12. Transparent Loading

    Hi all, Simple one no doubt for the pros: I render my charts on a grey div background. Whilst they are loading, there are huge white gaps on the grey background. I like the data loading bar, just not the big white gaps... any way of making the canvas/ bg transparent from the very beginning?...
  13. Hi, I have set category labels as below. I have two data sets for the multi-series bar chart. The first dataset has all data points, in the right order. The second dataset ('BENCHMARK FUEL MIX') does not have a value for "NUCLEAR" and the data is generated in a different order in sql, so com...
  14. This problem seems to have started about 30 days ago. We noticed that our 2D Stacked column charts stopped displaying subcaptions for Flash installations. The same charts have been running fine for 2 years and our other charts, like Pie Charts, are working fine. However, our 2d Stacked column charts...
  15. Hello everybody! I have two questions concerning xAxis Label of MSLine2D charts.. First of all : - How do I manage the display of labels on xAxis? I've already tried the labelStep attribute to the <chart> tag : <chart caption='AverageProcess time' stepLabel = '7'> But it goes on render...
  16. Back Button not working

    Hi All, I have integrated Fusion chart trail version to My cakephp project and I have passed the datas from database to fusion charts. Its working fine. But when I click on year which is goes to Month, In that I didn't get back button. How can I integrate the Back Button.Please advice m...