Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Please someone give me a very detailed tutorial how to use PHPGraphLib with Codeigniter.
I have tried to use but it did not worked.
Here is an example of initializing a PHPGraphLib inside a Codeigniter controller.
<?php
function barras() {
$this->load->library('phpgraphlib');
$graph = new PHPGraphLib(350,200);
for ($j=1;$j<=$total;$j++) {
$graph->addData($data[$j]);
}
$graph->setBars(false);
$graph->setLine(true);
$graph->setDataPoints(true);
$graph->setTitle('Menciones por Canal dentro de : '.utf8_decode($camp).'');
$graph->setLineColor("#FF0000", "#1D669D","#E7DE1D","#AB9999","#002102","#BBDDFF","#D91012","#ABB291","#CC0022","#DD9922","#AB2211");
$graph->setDataPoints(false);
$graph->setDataPointColor('maroon');
$graph->setDataValueColor('maroon');
$graph->setGoalLine(.0025);
$graph->setGoalLineColor('red');
$graph->createGraph();
}
?>
Be sure to upload phpgraphlib inside you application/libraries folder
Link to the Github library
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I want an open source map like google map to use it with laravel
You can try leaflet It provides the interface, and you can use several tile servers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to study spring ,but the new version is so big ,then I think perhaps the old is a good study material.somebody can give a link or suggest? think you!
Check
source forge and here you can take the version that you need
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have started to learn Magento, I am currently using 1.x version.
Does someone know good courses on Magento, preferably free?
Try looking at this course on magento.com: Quick Start to Magento Customization
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Hey guys I am looking for a free/paid jQuery plugin just like this one: http://idaniphotography.com/personal/
Also, would be nice if you know any which is responsive.
That is FancyBox
Using CSS from Less Framework
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to give my users the option to build and save web forms.
Can you please recommend plugins/frameworks/scripts which do that?
Regards,
Jon
http://neyric.github.io/inputex/
Putting more text to get to the minimum requirements...