Highcharts in cakephp - highcharts

i am very newby in cakephp, can anyone tell me step by step working with highcharts in cakephp. and also how to show my data from my database.
Here is my database columns(total 11)
CALL TIME,BILL DURATION,FIRST_CELL_ID,LAST_CELL_ID,CALL DIRECTION,ESN_or_IMEI_NO,MIN_or_IMSI_NO
TYPE OF CONNECTION,SMS CENTRE,ROAMING DETAILS,BTS_ADDRESS
please help me....thanks in advanced

You can take a look at this here CakePHP Highcharts plugin. Do note however that this is specifically for CakePHP 2.* version and will not work with previous versions.
It includes example code for its usage and has been tested with CakePHP 2.5.7.

Related

How to integrate Highmap chart with angular 5 Application?

I want to integrate highmap chart with an Angular 5 application. I have tried angular-highchart module but it's not working as expected.
angular-highchat
Let me know if you have any solution or any other way to integrate highmap.
Try to use highcharts-angular package instead of mentioned above. There shouldn't be any problem with Highmaps implementation. Here the reference link to package and also the documentation, where everything is described very precisely and clear: https://github.com/highcharts/highcharts-angular

Struts2 workflow/webflow plugin

I want a workflow/webflow plugin that needs to be integrated with an existing Struts2 application.
I found Struts-workflow-extension but looking in its source code I realized it is entirely based on the Struts1 and have there is no support for this plugin since 2003.
Basically my requirement is to handle the entire workflow through configurations that could be done at runtime. Spring webflow is also an option but it's much of a learning curve depending on the deadline that I have to meet.
So is there any workflow/webflow extension that can be easily integrated with Struts2?
Any help will be highly appreciated. Thanks
You can try https://github.com/aleksandr-m/struts2-actionflow which seems to be more up to date.

how to create Map in JSF

I want to use map in my JSF 2.0 website showing directions how to reach there (like this).
Any idea/ suggestion how to make map in jsf 2.0 would be greatful.
You can take a look at the gmaps4jsf library here, it has a component for directions here, but it is also noted that this component doesn't exists since version 3.0.0 so you will have to use older version.
You can start by studying the API documentation and its examples here:
https://developers.google.com/maps/documentation/javascript/

Grails JQGrid 4.0

This problem also concerns my question regarding the multiple grouping inside the JQGrid using the <jqgrid:grid> tag. But as I later found out here in the changelog of JQGrid, there might be issues with the grouping feature of JQGrid version 3.8.0. I've tried using the scripting format of JQGrid presented here
So in theory, I would download JQGrid 4.0 and use it in the concerned project.
The question is how can I use the downloaded JQGrid 4.0 files to my project.
In the case that you can't find a Grails plugin that uses the version of jqGrid that you need, you could go the more direct route of downloading jqGrid.
Just put the js file in the webapps/js folder of your grails project and then include the source on whatever gsp pages you need. You wouldn't get whatever ease of use you get from the Grails plugin, but if you absolutely need the newest version of jqGrid without waiting for a Grails plugin update, then there ya go.

Help with PrimeFaces

I am working slowly through the PrimeFaces showcase, I am using NetBeans 7.0, JDK1.6, PrimeFaces 2.2.1, GlassFish 3.1, JSF 2.0, Win XP Prof
Some of the examples work fine, others don't work and then I get errors that a component doesnt exist in the library or the component doesn't have a specific attribute. I have not done any configuration and the purchased very lacking PrimeFaces Manual seemed to suggest I didn't need to
I keep reading about snapshots and am wondering, should I be using a snapshot:
1) Do I need to use this snapshot to get everything to work, if so HOW do I use it?
2) Is there any more documentation / tuts / examples/ books ... of using PrimeFaces components with the above requirements that I have, that have been tested and work.
I have tried other forums but get no response, I would like to eventually develop some apps using PrimeFaces, but can't get the answers or help I need.
On the Primefaces web page there is a "Showcase 2.2.1" and a "Labs Showcase 3.0". Maybe you tried some features of the Labs Showcase with your 2.2.1 installation?
If not, please give an example of a not working component.

Resources