Create bar chart, area chart with ChartJs in Laravel | Employee Record Management System

preview_player
Показать описание
#laravel #chartJs #codeartisanlab #employeeManagementSystem #laravelTutorial
Hi guys, Welcome to #codeartisanlab. In this video, We will create bar chart and area chart with ChartJs in laravel. We will show that how many employees register according to the month.

-----------------------------------------------
LIKE ✦ COMMENT ✦ SHARE ✦ SUBSCRIBE
-----------------------------------------------

## References

---------
## We will learn the fillowing things in this series
- How create Bar Chart with ChartJs and Laravel
- How create Area Chart with ChartJs and Laravel
- How to upload image in folder in laravel
- How to save image in database in laravel
- How to define model relationship in laravel
- How to update data in database in laravel
- How to delete data from database in laravel
- How to save form data in database in laravel
- How to show form error messages in laravel templates
- How to validate form in laravel
- How to redirect on page in laravel
- How to redirect with flash message in laravel
- How to create resource controller in laravel
- How to create route for resource controller in laravel
- How to create model and migration in laravel
- How to pass data from controller to view in laravel
- How to load views in laravel
- How to load assets [css, js, etc] laravel
- How to configure external template in laravel
- How to remove public from url in laravel
- How to install laravel
- How to create project in laravel from scratch
- How to create model relationship in laravel
- How to create controller, model, routes and views in laravel
- How to use eloquent ORM in laravel
- How to use database in laravel
- How to upload image in laravel
- How to upload and resize image in laravel
Рекомендации по теме
Комментарии
Автор

Pls make real world projects like Shop Management system, Erp, crm E-commerce

technicalrider
Автор

Thank you very much for this....saved my project

iam_alvick
Автор

Thank you for the very clear and informative tutorial. Really helped me

adnanraza
Автор

hello, i have a question, lets say I have table named growthrecord. this table have height and weight data from user input when they wanted to record a new growth data for their child. so I want to display the height record and weight record in two separated line chart. how do I make the x-axis to be the age in month of their child? like of course the table have the created_at columns, but do I have to subtract the child's birth date then what? i don't know how to construct it. perhaps you can explain to me

nochu
Автор

I want to ask whenever i come to build from zero at controller, i was quite blank. But i have basic at crud. Other problem is i dont understand even single code above video, i just copy.

Where shoul i start to manipulate and modify at controller?

riefanafrienandar
Автор

hello mr i just wanna ask. what's template do you use??

pahamprogramming
Автор

what is _ydata and _xdata how come it is read by chart bar?

MusicTimePlay
Автор

Hello bro. Thanks for the great series. Will you please show us how to make a multi-user login system and set roles and permissions in laravel 8 without using any built-in packages? I need to make it totally custom

MaazDev
Автор

i have done but error on months name not gettig original months name exmple - january its showing like this - "["Sep", "Oct", "Apr"]";


showing console


<script type="text/javascript">
var usersdata = "[1, 2, 2]";
var usersdatamonths = "[&quot;Sep&quot;, &quot;Oct&quot;, &quot;Apr&quot;]";

console.log(usersdata);

</script>

infinitysoft
Автор

hello, can u please tell me how to get data only from the past 12 months ?

dricislam
Автор

ERROR : [] operator not supported for strings
in line

$monthCount[]=count($values);

JosonDeniega
Автор

Can you olease help me with installation if this project on my laptop?

Abdullah-zxmp
Автор

How to logout the page. Kindly share the logout condition

kanagadurga