chart

Spin the Wheel App Using HTML, CSS and JavaScript with Source Code

Submitted by rems on
Welcome to the Spin the Wheel App, a delightful and engaging web experience crafted with HTML, CSS, and JavaScript. This interactive project brings the thrill of a classic spinning wheel game to your browser, offering users a chance to enjoy a fun and unpredictable activity. With its user-friendly interface, dynamic wheel design, and colorful aesthetics, the app provides a visually appealing and

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.

Sales and Inventory System for Grocery Store using PHP/PDO Full Source Code

Submitted by renzy_ivan on
The CURE Grocery Sales and Inventory System will help the business track sales activity easily, inventory and to ensure that transactions are completed correctly. With the use of the system, the retrieval process will speed up and be able to generate immediate sales and inventory reports. The data are being stored in the system’s database. The admin is the only person who can add, edit, and update

Create a Chart and Export Data from the DataGridView into Excel

Submitted by Thongkorn on
This code sample will randomly generate the data set, then put into the DataGridView. The data from the Grid table is generated in the Chart. There are three types: Column, Line, and Point. I used the @Run Time method to create Legends and Series. In addition, I gave the code to send data to Excel (Line-By-Line) as well. Visual Basic .NET (2010) + MS Excel 2010 Thank You. I hope this sample

How to Create a Simple Area Chart using Google Charts API

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple Area Chart using Google Chart API with PHP and MySQLi extension OOP. Charts primary provides a statistical presentation of data within our application or systems. Google Chart API is a web service created by Google that provides graphical chart for data supplied by the user.

How to Create a Simple Bar Chart using Google Charts API

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple Bar Chart using Google Chart API with PHP and MySQLi extension OOP. Charts primary provides a statistical presentation of data within our application or systems. Google Chart API is a web service created by Google that provides graphical chart for data supplied by the user

How to Create a Simple Pie Chart using Google Chart API with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a simple Pie Chart using Google Chart API with PHP and MySQLi extension OOP. Charts primary provides a statistical presentation of data within our application or systems. Google Chart API is a web service created by Google that provides graphical chart for data supplied by the user.