scopdrag / laravel-google-chart

This package offers simple and easy integration of google charts with laravel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add Controller in Chart????

kaushikandani opened this issue · comments

Hello

Please help me how to add different types of controller in chart???

Thanks,
Kaushik

Hi Kaushik,

Sorry for delayed response.
I would like you thank for using this package and for valuable feedback.
Can you elaborate your use case a little more may be i can improve it.

Looking forward to hear from you.

Thanks

Hi @scopdrag ,

Currently i solved issued.
and thanks for this useful package.

Thanks,
Kaushik

Thanks Kaushik. I appreciate your decision of using package.

I installed this package and implemented one of your examples but I get the following error.
Have you seen this before - I'm at a loss. The view shows up fine when i remove the request to chart

ErrorException in FileViewFinder.php line 137:
View [bar-chart] not found. (View: C:\Users\jensmith\Harvard\cscie15\dev\a4\resources\views\stocks\show.blade.php)
in FileViewFinder.php line 137
at CompilerEngine->handleViewException(object(InvalidArgumentException), 1) in PhpEngine.php line 44
at PhpEngine->evaluatePath('C:\Users\jensmith\Harvard\cscie15\dev\a4\storage\framework\views/597abb7f51960a7017277348bbfed83e32adc1e5.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'stock' => object(Stock), 'rows' => array(array('Mon', 20, 28, 38, 45), array('Tue', 31, 38, 55, 66), array('Wed', 50, 55, 77, 80), array('Thu', 77, 77, 66, 50), array('Fri', 68, 66, 22, 15)), 'options' => array('legend' => 'none'), 'cols' => array())) in CompilerEngine.php line 59
at CompilerEngine->get('C:\Users\jensmith\Harvard\cscie15\dev\a4\resources\views/stocks/show.blade.php', array('__env' => object(Factory), 'app' => object(Application), 'errors' => object(ViewErrorBag), 'stock' => object(Stock), 'rows' => array(array('Mon', 20, 28, 38, 45), array('Tue', 31, 38, 55, 66), array('Wed', 50, 55, 77, 80), array('Thu', 77, 77, 66, 50), array('Fri', 68, 66, 22, 15)), 'options' => array('legend' => 'none'), 'cols' => array())) in View.php line 137
at View->getContents() in View.php line 120