|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>AdminLTE 3 | ChartJS</title>
|
|
|
|
<!-- Tell the browser to be responsive to screen width -->
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- Font Awesome -->
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
|
|
|
|
<!-- Ionicons -->
|
|
|
|
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
|
|
|
|
<!-- Theme style -->
|
|
|
|
<link rel="stylesheet" href="../../dist/css/adminlte.min.css">
|
|
|
|
<!-- Google Font: Source Sans Pro -->
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body class="hold-transition sidebar-mini">
|
|
|
|
<div class="wrapper">
|
|
|
|
<!-- Navbar -->
|
|
|
|
<nav class="main-header navbar navbar-expand bg-white navbar-light border-bottom">
|
|
|
|
<!-- Left navbar links -->
|
|
|
|
<ul class="navbar-nav">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" data-widget="pushmenu" href="#"><i class="fas fa-bars"></i></a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item d-none d-sm-inline-block">
|
|
|
|
<a href="../../index3.html" class="nav-link">Home</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item d-none d-sm-inline-block">
|
|
|
|
<a href="#" class="nav-link">Contact</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<!-- SEARCH FORM -->
|
|
|
|
<form class="form-inline ml-3">
|
|
|
|
<div class="input-group input-group-sm">
|
|
|
|
<input class="form-control form-control-navbar" type="search" placeholder="Search" aria-label="Search">
|
|
|
|
<div class="input-group-append">
|
|
|
|
<button class="btn btn-navbar" type="submit">
|
|
|
|
<i class="fas fa-search"></i>
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<!-- Right navbar links -->
|
|
|
|
<ul class="navbar-nav ml-auto">
|
|
|
|
<!-- Messages Dropdown Menu -->
|
|
|
|
<li class="nav-item dropdown">
|
|
|
|
<a class="nav-link" data-toggle="dropdown" href="#">
|
|
|
|
<i class="far fa-comments"></i>
|
|
|
|
<span class="badge badge-danger navbar-badge">3</span>
|
|
|
|
</a>
|
|
|
|
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
|
|
|
|
<a href="#" class="dropdown-item">
|
|
|
|
<!-- Message Start -->
|
|
|
|
<div class="media">
|
|
|
|
<img src="../../dist/img/user1-128x128.jpg" alt="User Avatar" class="img-size-50 mr-3 img-circle">
|
|
|
|
<div class="media-body">
|
|
|
|
<h3 class="dropdown-item-title">
|
|
|
|
Brad Diesel
|
|
|
|
<span class="float-right text-sm text-danger"><i class="fas fa-star"></i></span>
|
|
|
|
</h3>
|
|
|
|
<p class="text-sm">Call me whenever you can...</p>
|
|
|
|
<p class="text-sm text-muted"><i class="far fa-clock mr-1"></i> 4 Hours Ago</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- Message End -->
|
|
|
|
</a>
|
|
|
|
<div class="dropdown-divider"></div>
|
|
|
|
<a href="#" class="dropdown-item">
|
|
|
|
<!-- Message Start -->
|
|
|
|
<div class="media">
|
|
|
|
<img src="../../dist/img/user8-128x128.jpg" alt="User Avatar" class="img-size-50 img-circle mr-3">
|
|
|
|
<div class="media-body">
|
|
|
|
<h3 class="dropdown-item-title">
|
|
|
|
John Pierce
|
|
|
|
<span class="float-right text-sm text-muted"><i class="fas fa-star"></i></span>
|
|
|
|
</h3>
|
|
|
|
<p class="text-sm">I got your message bro</p>
|
|
|
|
<p class="text-sm text-muted"><i class="far fa-clock mr-1"></i> 4 Hours Ago</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- Message End -->
|
|
|
|
</a>
|
|
|
|
<div class="dropdown-divider"></div>
|
|
|
|
<a href="#" class="dropdown-item">
|
|
|
|
<!-- Message Start -->
|
|
|
|
<div class="media">
|
|
|
|
<img src="../../dist/img/user3-128x128.jpg" alt="User Avatar" class="img-size-50 img-circle mr-3">
|
|
|
|
<div class="media-body">
|
|
|
|
<h3 class="dropdown-item-title">
|
|
|
|
Nora Silvester
|
|
|
|
<span class="float-right text-sm text-warning"><i class="fas fa-star"></i></span>
|
|
|
|
</h3>
|
|
|
|
<p class="text-sm">The subject goes here</p>
|
|
|
|
<p class="text-sm text-muted"><i class="far fa-clock mr-1"></i> 4 Hours Ago</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- Message End -->
|
|
|
|
</a>
|
|
|
|
<div class="dropdown-divider"></div>
|
|
|
|
<a href="#" class="dropdown-item dropdown-footer">See All Messages</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<!-- Notifications Dropdown Menu -->
|
|
|
|
<li class="nav-item dropdown">
|
|
|
|
<a class="nav-link" data-toggle="dropdown" href="#">
|
|
|
|
<i class="far fa-bell"></i>
|
|
|
|
<span class="badge badge-warning navbar-badge">15</span>
|
|
|
|
</a>
|
|
|
|
<div class="dropdown-menu dropdown-menu-lg dropdown-menu-right">
|
|
|
|
<span class="dropdown-item dropdown-header">15 Notifications</span>
|
|
|
|
<div class="dropdown-divider"></div>
|
|
|
|
<a href="#" class="dropdown-item">
|
|
|
|
<i class="fas fa-envelope mr-2"></i> 4 new messages
|
|
|
|
<span class="float-right text-muted text-sm">3 mins</span>
|
|
|
|
</a>
|
|
|
|
<div class="dropdown-divider"></div>
|
|
|
|
<a href="#" class="dropdown-item">
|
|
|
|
<i class="fas fa-users mr-2"></i> 8 friend requests
|
|
|
|
<span class="float-right text-muted text-sm">12 hours</span>
|
|
|
|
</a>
|
|
|
|
<div class="dropdown-divider"></div>
|
|
|
|
<a href="#" class="dropdown-item">
|
|
|
|
<i class="fas fa-file mr-2"></i> 3 new reports
|
|
|
|
<span class="float-right text-muted text-sm">2 days</span>
|
|
|
|
</a>
|
|
|
|
<div class="dropdown-divider"></div>
|
|
|
|
<a href="#" class="dropdown-item dropdown-footer">See All Notifications</a>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a class="nav-link" data-widget="control-sidebar" data-slide="true" href="#">
|
|
|
|
<i class="fas fa-th-large"></i>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
<!-- /.navbar -->
|
|
|
|
|
|
|
|
<!-- Main Sidebar Container -->
|
|
|
|
<aside class="main-sidebar sidebar-dark-primary elevation-4">
|
|
|
|
<!-- Brand Logo -->
|
|
|
|
<a href="../../index3.html" class="brand-link">
|
|
|
|
<img src="../../dist/img/AdminLTELogo.png"
|
|
|
|
alt="AdminLTE Logo"
|
|
|
|
class="brand-image img-circle elevation-3"
|
|
|
|
style="opacity: .8">
|
|
|
|
<span class="brand-text font-weight-light">AdminLTE 3</span>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<!-- Sidebar -->
|
|
|
|
<div class="sidebar">
|
|
|
|
<!-- Sidebar user panel (optional) -->
|
|
|
|
<div class="user-panel mt-3 pb-3 mb-3 d-flex">
|
|
|
|
<div class="image">
|
|
|
|
<img src="../../dist/img/user2-160x160.jpg" class="img-circle elevation-2" alt="User Image">
|
|
|
|
</div>
|
|
|
|
<div class="info">
|
|
|
|
<a href="#" class="d-block">Alexander Pierce</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Sidebar Menu -->
|
|
|
|
<nav class="mt-2">
|
|
|
|
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
|
|
|
|
<!-- Add icons to the links using the .nav-icon class
|
|
|
|
with font-awesome or any other icon font library -->
|
|
|
|
<li class="nav-item has-treeview">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon fas fa-tachometer-alt"></i>
|
|
|
|
<p>
|
|
|
|
Dashboard
|
|
|
|
<i class="right fas fa-angle-left"></i>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<ul class="nav nav-treeview">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../../index.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Dashboard v1</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../../index2.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Dashboard v2</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../../index3.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Dashboard v3</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../widgets.html" class="nav-link">
|
|
|
|
<i class="nav-icon fas fa-th"></i>
|
|
|
|
<p>
|
|
|
|
Widgets
|
|
|
|
<span class="right badge badge-danger">New</span>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item has-treeview menu-open">
|
|
|
|
<a href="#" class="nav-link active">
|
|
|
|
<i class="nav-icon fas fa-chart-pie"></i>
|
|
|
|
<p>
|
|
|
|
Charts
|
|
|
|
<i class="right fas fa-angle-left"></i>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<ul class="nav nav-treeview">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="chartjs.html" class="nav-link active">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>ChartJS</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="flot.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Flot</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="inline.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Inline</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item has-treeview">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon fas fa-tree"></i>
|
|
|
|
<p>
|
|
|
|
UI Elements
|
|
|
|
<i class="fas fa-angle-left right"></i>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<ul class="nav nav-treeview">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../UI/general.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>General</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../UI/icons.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Icons</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../UI/buttons.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Buttons</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../UI/sliders.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Sliders</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../UI/modals.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Modals</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item has-treeview">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon fas fa-edit"></i>
|
|
|
|
<p>
|
|
|
|
Forms
|
|
|
|
<i class="fas fa-angle-left right"></i>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<ul class="nav nav-treeview">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../forms/general.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>General Elements</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../forms/advanced.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Advanced Elements</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../forms/editors.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Editors</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item has-treeview">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon fas fa-table"></i>
|
|
|
|
<p>
|
|
|
|
Tables
|
|
|
|
<i class="fas fa-angle-left right"></i>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<ul class="nav nav-treeview">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../tables/simple.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Simple Tables</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../tables/data.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Data Tables</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="nav-header">EXAMPLES</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../calendar.html" class="nav-link">
|
|
|
|
<i class="nav-icon far fa-calendar-alt"></i>
|
|
|
|
<p>
|
|
|
|
Calendar
|
|
|
|
<span class="badge badge-info right">2</span>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item has-treeview">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon far fa-envelope"></i>
|
|
|
|
<p>
|
|
|
|
Mailbox
|
|
|
|
<i class="fas fa-angle-left right"></i>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<ul class="nav nav-treeview">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../mailbox/mailbox.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Inbox</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../mailbox/compose.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Compose</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../mailbox/read-mail.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Read</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item has-treeview">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon fas fa-book"></i>
|
|
|
|
<p>
|
|
|
|
Pages
|
|
|
|
<i class="fas fa-angle-left right"></i>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<ul class="nav nav-treeview">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../examples/invoice.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Invoice</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../examples/profile.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Profile</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../examples/login.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Login</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../examples/register.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Register</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../examples/lockscreen.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Lockscreen</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item has-treeview">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon far fa-plus-square"></i>
|
|
|
|
<p>
|
|
|
|
Extras
|
|
|
|
<i class="fas fa-angle-left right"></i>
|
|
|
|
</p>
|
|
|
|
</a>
|
|
|
|
<ul class="nav nav-treeview">
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../examples/404.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Error 404</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../examples/500.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Error 500</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../examples/blank.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Blank Page</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="../../starter.html" class="nav-link">
|
|
|
|
<i class="far fa-circle nav-icon"></i>
|
|
|
|
<p>Starter Page</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</li>
|
|
|
|
<li class="nav-header">MISCELLANEOUS</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="https://adminlte.io/docs" class="nav-link">
|
|
|
|
<i class="nav-icon fas fa-file"></i>
|
|
|
|
<p>Documentation</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-header">LABELS</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon far fa-circle text-danger"></i>
|
|
|
|
<p class="text">Important</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon far fa-circle text-warning"></i>
|
|
|
|
<p>Warning</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="nav-item">
|
|
|
|
<a href="#" class="nav-link">
|
|
|
|
<i class="nav-icon far fa-circle text-info"></i>
|
|
|
|
<p>Informational</p>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
<!-- /.sidebar-menu -->
|
|
|
|
</div>
|
|
|
|
<!-- /.sidebar -->
|
|
|
|
</aside>
|
|
|
|
|
|
|
|
<!-- Content Wrapper. Contains page content -->
|
|
|
|
<div class="content-wrapper">
|
|
|
|
<!-- Content Header (Page header) -->
|
|
|
|
<section class="content-header">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="row mb-2">
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<h1>ChartJS</h1>
|
|
|
|
</div>
|
|
|
|
<div class="col-sm-6">
|
|
|
|
<ol class="breadcrumb float-sm-right">
|
|
|
|
<li class="breadcrumb-item"><a href="#">Home</a></li>
|
|
|
|
<li class="breadcrumb-item active">ChartJS</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div><!-- /.container-fluid -->
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<!-- Main content -->
|
|
|
|
<section class="content">
|
|
|
|
<div class="container-fluid">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-md-6">
|
|
|
|
<!-- AREA CHART -->
|
|
|
|
<div class="card card-primary">
|
|
|
|
<div class="card-header">
|
|
|
|
<h3 class="card-title">Area Chart</h3>
|
|
|
|
|
|
|
|
<div class="card-tools">
|
|
|
|
<button type="button" class="btn btn-tool" data-widget="collapse"><i class="fas fa-minus"></i>
|
|
|
|
</button>
|
|
|
|
<button type="button" class="btn btn-tool" data-widget="remove"><i class="fas fa-times"></i></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="chart">
|
|
|
|
<canvas id="areaChart" style="height:250px"></canvas>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- /.card-body -->
|
|
|
|
</div>
|
|
|
|
<!-- /.card -->
|
|
|
|
|
|
|
|
<!-- DONUT CHART -->
|
|
|
|
<div class="card card-danger">
|
|
|
|
<div class="card-header">
|
|
|
|
<h3 class="card-title">Donut Chart</h3>
|
|
|
|
|
|
|
|
<div class="card-tools">
|
|
|
|
<button type="button" class="btn btn-tool" data-widget="collapse"><i class="fas fa-minus"></i>
|
|
|
|
</button>
|
|
|
|
<button type="button" class="btn btn-tool" data-widget="remove"><i class="fas fa-times"></i></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="card-body">
|
|
|
|
<canvas id="pieChart" style="height:250px"></canvas>
|
|
|
|
</div>
|
|
|
|
<!-- /.card-body -->
|
|
|
|
</div>
|
|
|
|
<!-- /.card -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- /.col (LEFT) -->
|
|
|
|
<div class="col-md-6">
|
|
|
|
<!-- LINE CHART -->
|
|
|
|
<div class="card card-info">
|
|
|
|
<div class="card-header">
|
|
|
|
<h3 class="card-title">Line Chart</h3>
|
|
|
|
|
|
|
|
<div class="card-tools">
|
|
|
|
<button type="button" class="btn btn-tool" data-widget="collapse"><i class="fas fa-minus"></i>
|
|
|
|
</button>
|
|
|
|
<button type="button" class="btn btn-tool" data-widget="remove"><i class="fas fa-times"></i></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="chart">
|
|
|
|
<canvas id="lineChart" style="height:250px"></canvas>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- /.card-body -->
|
|
|
|
</div>
|
|
|
|
<!-- /.card -->
|
|
|
|
|
|
|
|
<!-- BAR CHART -->
|
|
|
|
<div class="card card-success">
|
|
|
|
<div class="card-header">
|
|
|
|
<h3 class="card-title">Bar Chart</h3>
|
|
|
|
|
|
|
|
<div class="card-tools">
|
|
|
|
<button type="button" class="btn btn-tool" data-widget="collapse"><i class="fas fa-minus"></i>
|
|
|
|
</button>
|
|
|
|
<button type="button" class="btn btn-tool" data-widget="remove"><i class="fas fa-times"></i></button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="card-body">
|
|
|
|
<div class="chart">
|
|
|
|
<canvas id="barChart" style="height:230px"></canvas>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- /.card-body -->
|
|
|
|
</div>
|
|
|
|
<!-- /.card -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<!-- /.col (RIGHT) -->
|
|
|
|
</div>
|
|
|
|
<!-- /.row -->
|
|
|
|
</div><!-- /.container-fluid -->
|
|
|
|
</section>
|
|
|
|
<!-- /.content -->
|
|
|
|
</div>
|
|
|
|
<!-- /.content-wrapper -->
|
|
|
|
<footer class="main-footer">
|
|
|
|
<div class="float-right d-none d-sm-block">
|
|
|
|
<b>Version</b> 3.0.0-alpha
|
|
|
|
</div>
|
|
|
|
<strong>Copyright © 2014-2018 <a href="http://adminlte.io">AdminLTE.io</a>.</strong> All rights
|
|
|
|
reserved.
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
<!-- Control Sidebar -->
|
|
|
|
<aside class="control-sidebar control-sidebar-dark">
|
|
|
|
<!-- Add Content Here -->
|
|
|
|
</aside>
|
|
|
|
<!-- /.control-sidebar -->
|
|
|
|
</div>
|
|
|
|
<!-- ./wrapper -->
|
|
|
|
|
|
|
|
<!-- jQuery -->
|
|
|
|
<script src="../../plugins/jquery/jquery.min.js"></script>
|
|
|
|
<!-- Bootstrap 4 -->
|
|
|
|
<script src="../../plugins/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<!-- ChartJS 1.0.1 -->
|
|
|
|
<script src="../../plugins/chartjs-old/Chart.min.js"></script>
|
|
|
|
<!-- FastClick -->
|
|
|
|
<script src="../../plugins/fastclick/fastclick.js"></script>
|
|
|
|
<!-- AdminLTE App -->
|
|
|
|
<script src="../../dist/js/adminlte.min.js"></script>
|
|
|
|
<!-- AdminLTE for demo purposes -->
|
|
|
|
<script src="../../dist/js/demo.js"></script>
|
|
|
|
<!-- page script -->
|
|
|
|
<script>
|
|
|
|
$(function () {
|
|
|
|
/* ChartJS
|
|
|
|
* -------
|
|
|
|
* Here we will create a few charts using ChartJS
|
|
|
|
*/
|
|
|
|
|
|
|
|
//--------------
|
|
|
|
//- AREA CHART -
|
|
|
|
//--------------
|
|
|
|
|
|
|
|
// Get context with jQuery - using jQuery's .get() method.
|
|
|
|
var areaChartCanvas = $('#areaChart').get(0).getContext('2d')
|
|
|
|
// This will get the first returned node in the jQuery collection.
|
|
|
|
var areaChart = new Chart(areaChartCanvas)
|
|
|
|
|
|
|
|
var areaChartData = {
|
|
|
|
labels : ['January', 'February', 'March', 'April', 'May', 'June', 'July'],
|
|
|
|
datasets: [
|
|
|
|
{
|
|
|
|
label : 'Electronics',
|
|
|
|
fillColor : 'rgba(210, 214, 222, 1)',
|
|
|
|
strokeColor : 'rgba(210, 214, 222, 1)',
|
|
|
|
pointColor : 'rgba(210, 214, 222, 1)',
|
|
|
|
pointStrokeColor : '#c1c7d1',
|
|
|
|
pointHighlightFill : '#fff',
|
|
|
|
pointHighlightStroke: 'rgba(220,220,220,1)',
|
|
|
|
data : [65, 59, 80, 81, 56, 55, 40]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
label : 'Digital Goods',
|
|
|
|
fillColor : 'rgba(60,141,188,0.9)',
|
|
|
|
strokeColor : 'rgba(60,141,188,0.8)',
|
|
|
|
pointColor : '#3b8bba',
|
|
|
|
pointStrokeColor : 'rgba(60,141,188,1)',
|
|
|
|
pointHighlightFill : '#fff',
|
|
|
|
pointHighlightStroke: 'rgba(60,141,188,1)',
|
|
|
|
data : [28, 48, 40, 19, 86, 27, 90]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
var areaChartOptions = {
|
|
|
|
//Boolean - If we should show the scale at all
|
|
|
|
showScale : true,
|
|
|
|
//Boolean - Whether grid lines are shown across the chart
|
|
|
|
scaleShowGridLines : false,
|
|
|
|
//String - Colour of the grid lines
|
|
|
|
scaleGridLineColor : 'rgba(0,0,0,.05)',
|
|
|
|
//Number - Width of the grid lines
|
|
|
|
scaleGridLineWidth : 1,
|
|
|
|
//Boolean - Whether to show horizontal lines (except X axis)
|
|
|
|
scaleShowHorizontalLines: true,
|
|
|
|
//Boolean - Whether to show vertical lines (except Y axis)
|
|
|
|
scaleShowVerticalLines : true,
|
|
|
|
//Boolean - Whether the line is curved between points
|
|
|
|
bezierCurve : true,
|
|
|
|
//Number - Tension of the bezier curve between points
|
|
|
|
bezierCurveTension : 0.3,
|
|
|
|
//Boolean - Whether to show a dot for each point
|
|
|
|
pointDot : false,
|
|
|
|
//Number - Radius of each point dot in pixels
|
|
|
|
pointDotRadius : 4,
|
|
|
|
//Number - Pixel width of point dot stroke
|
|
|
|
pointDotStrokeWidth : 1,
|
|
|
|
//Number - amount extra to add to the radius to cater for hit detection outside the drawn point
|
|
|
|
pointHitDetectionRadius : 20,
|
|
|
|
//Boolean - Whether to show a stroke for datasets
|
|
|
|
datasetStroke : true,
|
|
|
|
//Number - Pixel width of dataset stroke
|
|
|
|
datasetStrokeWidth : 2,
|
|
|
|
//Boolean - Whether to fill the dataset with a color
|
|
|
|
datasetFill : true,
|
|
|
|
//String - A legend template
|
|
|
|
legendTemplate : '<ul class="<%=name.toLowerCase()%>-legend"><% for (var i=0; i<datasets.length; i++){%><li><span style="background-color:<%=datasets[i].lineColor%>"></span><%if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul>',
|
|
|
|
//Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container
|
|
|
|
maintainAspectRatio : true,
|
|
|
|
//Boolean - whether to make the chart responsive to window resizing
|
|
|
|
responsive : true
|
|
|
|
}
|
|
|
|
|
|
|
|
//Create the line chart
|
|
|
|
areaChart.Line(areaChartData, areaChartOptions)
|
|
|
|
|
|
|
|
//-------------
|
|
|
|
//- LINE CHART -
|
|
|
|
//--------------
|
|
|
|
var lineChartCanvas = $('#lineChart').get(0).getContext('2d')
|
|
|
|
var lineChart = new Chart(lineChartCanvas)
|
|
|
|
var lineChartOptions = areaChartOptions
|
|
|
|
lineChartOptions.datasetFill = false
|
|
|
|
lineChart.Line(areaChartData, lineChartOptions)
|
|
|
|
|
|
|
|
//-------------
|
|
|
|
//- PIE CHART -
|
|
|
|
//-------------
|
|
|
|
// Get context with jQuery - using jQuery's .get() method.
|
|
|
|
var pieChartCanvas = $('#pieChart').get(0).getContext('2d')
|
|
|
|
var pieChart = new Chart(pieChartCanvas)
|
|
|
|
var PieData = [
|
|
|
|
{
|
|
|
|
value : 700,
|
|
|
|
color : '#f56954',
|
|
|
|
highlight: '#f56954',
|
|
|
|
label : 'Chrome'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value : 500,
|
|
|
|
color : '#00a65a',
|
|
|
|
highlight: '#00a65a',
|
|
|
|
label : 'IE'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value : 400,
|
|
|
|
color : '#f39c12',
|
|
|
|
highlight: '#f39c12',
|
|
|
|
label : 'FireFox'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value : 600,
|
|
|
|
color : '#00c0ef',
|
|
|
|
highlight: '#00c0ef',
|
|
|
|
label : 'Safari'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value : 300,
|
|
|
|
color : '#3c8dbc',
|
|
|
|
highlight: '#3c8dbc',
|
|
|
|
label : 'Opera'
|
|
|
|
},
|
|
|
|
{
|
|
|
|
value : 100,
|
|
|
|
color : '#d2d6de',
|
|
|
|
highlight: '#d2d6de',
|
|
|
|
label : 'Navigator'
|
|
|
|
}
|
|
|
|
]
|
|
|
|
var pieOptions = {
|
|
|
|
//Boolean - Whether we should show a stroke on each segment
|
|
|
|
segmentShowStroke : true,
|
|
|
|
//String - The colour of each segment stroke
|
|
|
|
segmentStrokeColor : '#fff',
|
|
|
|
//Number - The width of each segment stroke
|
|
|
|
segmentStrokeWidth : 2,
|
|
|
|
//Number - The percentage of the chart that we cut out of the middle
|
|
|
|
percentageInnerCutout: 50, // This is 0 for Pie charts
|
|
|
|
//Number - Amount of animation steps
|
|
|
|
animationSteps : 100,
|
|
|
|
//String - Animation easing effect
|
|
|
|
animationEasing : 'easeOutBounce',
|
|
|
|
//Boolean - Whether we animate the rotation of the Doughnut
|
|
|
|
animateRotate : true,
|
|
|
|
//Boolean - Whether we animate scaling the Doughnut from the centre
|
|
|
|
animateScale : false,
|
|
|
|
//Boolean - whether to make the chart responsive to window resizing
|
|
|
|
responsive : true,
|
|
|
|
// Boolean - whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container
|
|
|
|
maintainAspectRatio : true,
|
|
|
|
//String - A legend template
|
|
|
|
legendTemplate : '<ul class="<%=name.toLowerCase()%>-legend"><% for (var i=0; i<segments.length; i++){%><li><span style="background-color:<%=segments[i].fillColor%>"></span><%if(segments[i].label){%><%=segments[i].label%><%}%></li><%}%></ul>'
|
|
|
|
}
|
|
|
|
//Create pie or douhnut chart
|
|
|
|
// You can switch between pie and douhnut using the method below.
|
|
|
|
pieChart.Doughnut(PieData, pieOptions)
|
|
|
|
|
|
|
|
//-------------
|
|
|
|
//- BAR CHART -
|
|
|
|
//-------------
|
|
|
|
var barChartCanvas = $('#barChart').get(0).getContext('2d')
|
|
|
|
var barChart = new Chart(barChartCanvas)
|
|
|
|
var barChartData = areaChartData
|
|
|
|
barChartData.datasets[1].fillColor = '#00a65a'
|
|
|
|
barChartData.datasets[1].strokeColor = '#00a65a'
|
|
|
|
barChartData.datasets[1].pointColor = '#00a65a'
|
|
|
|
var barChartOptions = {
|
|
|
|
//Boolean - Whether the scale should start at zero, or an order of magnitude down from the lowest value
|
|
|
|
scaleBeginAtZero : true,
|
|
|
|
//Boolean - Whether grid lines are shown across the chart
|
|
|
|
scaleShowGridLines : true,
|
|
|
|
//String - Colour of the grid lines
|
|
|
|
scaleGridLineColor : 'rgba(0,0,0,.05)',
|
|
|
|
//Number - Width of the grid lines
|
|
|
|
scaleGridLineWidth : 1,
|
|
|
|
//Boolean - Whether to show horizontal lines (except X axis)
|
|
|
|
scaleShowHorizontalLines: true,
|
|
|
|
//Boolean - Whether to show vertical lines (except Y axis)
|
|
|
|
scaleShowVerticalLines : true,
|
|
|
|
//Boolean - If there is a stroke on each bar
|
|
|
|
barShowStroke : true,
|
|
|
|
//Number - Pixel width of the bar stroke
|
|
|
|
barStrokeWidth : 2,
|
|
|
|
//Number - Spacing between each of the X value sets
|
|
|
|
barValueSpacing : 5,
|
|
|
|
//Number - Spacing between data sets within X values
|
|
|
|
barDatasetSpacing : 1,
|
|
|
|
//String - A legend template
|
|
|
|
legendTemplate : '<ul class="<%=name.toLowerCase()%>-legend"><% for (var i=0; i<datasets.length; i++){%><li><span style="background-color:<%=datasets[i].fillColor%>"></span><%if(datasets[i].label){%><%=datasets[i].label%><%}%></li><%}%></ul>',
|
|
|
|
//Boolean - whether to make the chart responsive
|
|
|
|
responsive : true,
|
|
|
|
maintainAspectRatio : true
|
|
|
|
}
|
|
|
|
|
|
|
|
barChartOptions.datasetFill = false
|
|
|
|
barChart.Bar(barChartData, barChartOptions)
|
|
|
|
})
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|