Re: cakephp graphs

2014-06-25 Thread ajt
If I run a cakephp script 'in a controller' with highcharts I just get a "highcharts not found error." In vendors I have the highchartsphp dir with src files and I place these files as well in highcharts. I have the files and they seem in the right dir but I cant get this to work. eg I hav

Re: cakephp graphs

2014-06-25 Thread ajt
Hi, I tried to get this working but I just get an error as there is no name anywhere on my computer 'ghunti/highcharts-php:~3.0' composer require 'ghunti/highcharts-php:~3.0' gives an error of 'could not parse version constraint ~3.0, UnexpectedValueException 1)I have the download called hig

Re: cakephp graphs

2014-06-25 Thread ajt
it has been 2 days since I started and I have got no where fast. Just tell me please how do I install higharts in cakephp so i can use it. I need to load data from mysql to do the graph JPgraph is another package and unless there is instructions on how to install and use it with php code (not j

Re: cakephp graphs

2014-06-25 Thread Soumavo Chatterjee
ework"], > "homepage": "http://cakephp.org";, > "license": "MIT", > "authors": [ > { > "name": "CakePHP Community", > "homepage": " > https://github.

Re: cakephp graphs

2014-06-25 Thread ajt
escription": "The CakePHP framework", "type": "library", "keywords": ["framework"], "homepage": "http://cakephp.org";, "license": "MIT", "authors": [

Re: cakephp graphs

2014-06-24 Thread ajt
I am trying to use highchart in cakephp I still get a highchart not found. I downloaded highchartPHP and placed all the 4 files in `Vendor/HighchartsPHP` In the layout I add the lines with the actual js files in `webroot/js` echo $this->Html->script('jquery-1.9.1.min'); // Include jQuery

Re: cakephp graphs

2014-06-23 Thread ajt
To use highchart I follow the below and I get a highchart not found error. This is really poorly explained and i have highchart.js, highchart.php in vendor. There is 4 files on highchartPHP and they all go where? what am I missing? https://coderwall.com/p/c6yasq -- Like Us on FaceBook https://

Re: cakephp graphs

2014-06-23 Thread ajt
Hi, I need to use cakephp with data from the mysql and your example is just a jquery separate from cakephp. . I cant setup highchartswitjh cakephp as there is no instructions for use with cakephp. -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/Ca

Re: cakephp graphs

2014-06-22 Thread Andras Kende
I used http://www.highcharts.com/ and its pretty good. Here is quick way to make it work the basics: add all the html from http://jsfiddle.net/QxjNh/4/ to your view where you want your chart one thats working then update the series with your array by looping through... Hope this helps, Andra

Re: cakephp graphs

2014-06-22 Thread ajt
Here is another which is explained better than highcharts http://www.startutorial.com/articles/view/how-to-use-jqplot-in-cakephp -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the

cakephp graphs

2014-06-22 Thread ajt
Hi, I need to do some graphs in cakePHP and I am getting bigged down and wht to use and how to install it. 1)Jgraph is used with cakephp but the examples are for cakephp v 1 and dated 7 years ago. This looks outdated http://bakery.cakephp.org/articles/cguyer/2007/12/26/using-jpgraph 2)Highchar