ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  integration of chart director track finance chart inside codeignitor
Posted by haritha on Nov-13-2018 16:44
Attachments:
in trackfinace chart is not displayed inside codeignitor
testing.png

  Re: integration of chart director track finance chart inside codeignitor
Posted by Peter Kwan on Nov-13-2018 23:13
Hi haritha,

I have never used codeignitor. I downloaded it and tried myself. In my case, everything works normally. The trackfinance is displayed normally.

I just copied the trackfinance.php to a view, and then put the dependent files in the suitable position. In the trackfinance.php code, you can see it requires "../lib/FinanceChart.php", which in turn requires "../lib/phpchartdir.php". It also requires "cdjcv.js" and "getchart.php".

For your case, it seems the "getchart.php" is not being found. To solve the problem, please copy "getchart.php" to a suitable position (depending on your directory structure), or to modify code to provide the correct URL path to "getchart.php".

Hope this can help.

Regards
Peter Kwan

  Re: integration of chart director track finance chart inside codeignitor
Posted by haritha on Nov-14-2018 12:19
thanks for your reply..i will try it..

  Re: integration of chart director track finance chart inside codeignitor
Posted by Haritha on Nov-21-2018 16:50
Thank you Peter. Chart Director is Working Inside CodeIgnitor