html 5 canvas

Area Chart using ChartJS, AngularJS and PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create an area 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.

Line Chart using ChartJS, AngularJS and PHP/MySQLi

Submitted by nurhodelta_17 on
This tutorial tackles on how to create a Line Chart in Angular JS using Chart JS with PHP/MySQLi. Chart JS is a javascript library that creates charts for data presentation with the help of HTML 5 canvas. We will use PHP/MySQLi to fetch data from our database that we'll be using in our chart.