Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for syedchoudhury

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 19:56
  • Posts: 5
  • Profile Views: 3815
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
Has this feature been added yet?

Also, where do I download the product updates from? I have a USER License, bought on Dec 30th, and want to download the Jan 12th version.
FusionCharts Missing ...
Category: Community Support
emo
While @a7tx42 seems to have given up/fixed it 7months ago, this problem is still present.

I've kinda had to use a hybrid of the ArtioFusionChart and original Fusion Chart integration codes to make some of my dynamic charts to work in Joomla.

Got everything working now, except this little bug - my dropdown menu keeps going behind the charts.

i can see in FusionCharts.js that wmmode is set to "transperent" as standard, and my menu div's z-index is set to 120 (increased it to 700 with no success), but still nothing. Is there another variable that I need to pass somewhere?

Here is the code that displays the chart in my page:

//Initialize <chart> element
$strXML = "<chart caption='Religion % of Regional Population' numberPrefix='' formatNumberScale='0' bgColor='FFFFFF' pieRadius='190' slicingDistance ='20' chartRightMargin='0' chartLeftMargin='0' chartTopMargin='0' chartBottomMargin='0' captionPadding='0' showPercentValues='0' showAboutMenuItem='1' aboutMenuItemLabel='About Policy Research Centre' aboutMenuItemLink='n-www.policyresearch.org.uk'>";
//Convert data to XML and append
foreach ($arrData as $arSubData)
$strXML .= "<set label='" . $arSubData[1] . "' value='" . $arSubData[2] . "' isSliced='" . $arSubData[3] . "' />";
//Close <chart> element
$strXML .= "</chart>";
//Create the chart - Column 3D Chart with data contained in strXML
echo renderChart("/demo/PRC/components/com_artiofusioncharts/charts/single-series-charts/doughnut3d/chart.swf", "", $strXML, "chartID1", 690, 350, false, true);

It relies on FusionCharts.js and FusionsCharts.php to run, both are the unedited versions from Artio/Fusio
Problems with overla ...
Category: Community Support
emo
Emailed Support and they sent over a fix. You just need to replace the following file:
[root]/administrator/components/com_artiofusioncharts/helpers/helper.php

I have attached the zip file that support sent over, in case anyone else encounters the same problem
[Solved] CSV Import ...
Category: Community Support
emo
PHP.net says that the function "mime_content_type()" is deprecated, and we should use the PECL extension Fileinfo. (php.net/manual/en/function.mime-content-type.php)

Is that the correct solution for this issue? And if so, is there a patch that I can apply to my installation to fix this problem? or do I need to go through all the coding and replace the function on by one? (or am i barking up the wrong tree?)
[Solved] CSV Import ...
Category: Community Support
emo
Hi there,
I keep getting this error when trying to import a .csv data file. i have tried selecting different types of charts, and always get similar errors (the line number simply changes).


Fatal error: Call to undefined function mime_content_type() in /home/syedchou/public_html/demo/PRC/administrator/components/com_artiofusioncharts/helpers/helper.php on line 989


I bought a user license, and but am currently using this on a development site (which is on a different domain). Is that the problem?

Or is it something else? Maybe my .csv file is too complex?

Also, is there a user guide for the advance functionality in the paid version? i.e. for the database manager and csv import? I can just find the free version's user guide, which is quote pointless!
[Solved] CSV Import ...
Category: Community Support
More
User Login Empty