Bar Graph

Creating a Simple Bar Graph using Chart.js Library Tutorial

Submitted by oretnom23 on

In this tutorial, we will tackle about how to create a Bar Graph using Chart.js. Chart.js is an open-source javascript library that focuses in generating a graphical canvases such as Line , Bar, and Pie Graphs. Here, I will be providin a source code that demonstrates how to generate a simple Bar Graph using the said javascript library.

Performance Indicator System using PHP/MySQLi with Source Code

Submitted by nurhodelta_17 on
This is a system that determines the performance of the entities involved in the system. In this system's case, it determines the top product and dealer and presents a yearly graph of the sales of products with the use of Chart.js Library. This system features a purchase reservation on the dealer side and system management on both the admin and staff side. Also, on the stock side, it can update stocks of products. In this system, the dealer is allowed only to reserve or purchase products quantity that will cost not more than their credits.

How to Create a Bar Graph using PHP/MySQLi and ChartJS

Submitted by janobe on
In this tutorial, I will teach you how to create a Bar Graph using PHP/MySQLi. Bar graphs are used to compare products and track the changes in product sales over time. It is determined by the category of data that can be viewed in rectangular bars with heights equivalent to the values presented. You can also check my previous tutorial which is How to Create a Pie Graph. Let’s Begin.