@extends('admin/layouts/default') {{-- Page title --}} @section('title') Pie Charts @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Pie Charts

D3 Basic Pie chart

D3 Pie chart with tooltips

D3 Pie chart with small segment

D3 Donut chart

C3 Pie chart

Morris Donut chart

Interactive Charts

Hidden Labels & Rectangular Pie

Donut Hole

@stop {{-- page level scripts --}} @section('footer_scripts') @stop