Doughnut Chart

Pie/Doughnut Chart using ChartJS, AngularJS and PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a pie chart in Angular JS using Chart JS and PHP/MySQLi. Chart JS is a javascript library that provides different kinds of charts with the help of HTML5 canvas element. PHP/MySQLi will fetch data from MySQL database and will serve as our API.

Doughnut Chart using Chart.js with PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a statistical representation of data in MySQL Database using Chart.js with PHP to fetch data from database. In this tutorial, I'm going to show a doughnut chart representation of data from our database. I've also added a form that can save data to our database to practice this tutorial.