@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
@stop {{-- page level scripts --}} @section('footer_scripts') @stop