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
use JP graph as a vendor. On Wed, Jun 25, 2014 at 6:41 PM, ajt wrote: > I found out I need to install highcharts with json and I am usure on what > to do. > I have run composer.exe > I am having an awful time creating a composer.json file to install > highchartsPHP for windows cakephp. > I dont

Re: cakephp graphs

2014-06-25 Thread ajt
I found out I need to install highcharts with json and I am usure on what to do. I have run composer.exe I am having an awful time creating a composer.json file to install highchartsPHP for windows cakephp. I dont know how exactly to create a file. The examples I have for cakephp composer is for

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