chakik

Members
  • Content count

    12
  • Joined

  • Last visited

About chakik

  • Rank
    Junior Member
  1. 3D Code Example

    Hello, Where could we find the following example http://www.fusioncharts.com/demos/3D/Default.asp in the downloaded evaluation bundle? I cannot find it! Is it possible to get copy of this code example? Thank you very much. -Fadi
  2. Linkeddata And Jquery With Php And Mysql

    Hi, Sorry I'm posting multiple replies as I cannot edit my original post to update. I found the way to get it working. Effectively I had to put the javascript code AFTER the print renderChart to get the jquery modal window showing. Thanks anyway. -Fadi
  3. Linkeddata And Jquery With Php And Mysql

    Hi, Just to add to my previous post that my php code is generating a string $strXML containing data of the format: <chart caption="Yearly sales" xAxisName="Year" yAxisName="Sales"> <set label="2006" value="32900" link="newchart-xml-2006-quarterly" /> <set label="2007" value="39800" link="newchart-xml-2007-quarterly" /> <linkeddata id="2006-quarterly"> <chart caption="Quarterly Sales Summary" subcaption="For the year 2006" xAxisName="Quarter" yAxisName="Sales"> <set label="Q1" value="6700" /> <set label="Q2" value="9200" /> <set label="Q3" value="10800" /> <set label="Q4" value="6200" /> </chart> </linkeddata> <linkeddata id="2007-quarterly"> <chart caption="Quarterly Sales Summary" subcaption="For the year 2007" xAxisName="Quarter" yAxisName="Sales"> <set label="Q1" value="8900" /> <set label="Q2" value="6600" /> <set label="Q3" value="11200" /> <set label="Q4" value="13100" /> </chart> </linkeddata> </chart> and I render my chart using: print renderChart(PATH_TO_CHARTS_DIR."/FusionCharts/Column3D.swf", "", $strXML, $ChartID, $ChartWidth, $ChartHeight, false, true, false); Thank you. -Fadi
  4. Hello, I would like to render my chart and its linked data like you jquery example. But I'm using dataXML method as I'm fetching my data from mysql using PHP. I can find in the documentation how this can be done using dataURL with a predefined XML file. But my data are generated on the fly from the database. Thus, How to specify that the main chart should be rendered to a div with id = while the linked data charts should be rendered to a div id = in this case? I can see the following code in the documentation for dataURL: "myChart.render("chartContainer"); in javascript code... etc.. How to do so? Thank you very much. -Fadi
  5. Tooltip Text Alignment

    Hello, Thank you for your response. Effectively I already reversed the sequence to get the sequence of words.. but this whole sequence still aligned to the left.. There is no workaround? even when using isHTML=1 for tooltip maybe using html table? Anyway, thank you very much for your reply. -Fadi
  6. Tooltip Text Alignment

    Hello, I'm using FusionCharts to render charts in arabic and kurdish. Hence, those languages are both written right to left, then I would like to ask how to align the tooltip text to the right. I cannot find an align tag for the tooltip style to apply? Thank you very much. -Fadi
  7. Hello, Is it possible to show only the details of a scale the size of display of a given region or a city on a map? Thank you -Fadi
  8. Hello, I can see that it is possible to add cities to regions using markers in a map. Is it possibe to add more detailed data like street in a city, malls inside a street, etc... Thank you. -Fadi
  9. Add cities to a Map

    Hello, I'm trying FusionMap. My question is: is it possible to add more region and/or cities to a country? For example, I'm interested in Lebanon. In FusionMaps the map shows only 5 regions. I would like to add more regions and however add cities to regions. Thanks a lot, -Fadi