"piechart in html & svg"
Bootstrap 3.0.0 Snippet by webcoderskull

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="svg vis"> <svg xmlns="http://www.w3.org/2000/svg" class="piechart"> <path d="M66,66 L130,66 A64,64 0 0,1 57,129 z" fill="#327ea3"></path> <path d="M66,66 L57, 129 A64,64 0 0,1 2,60 z" fill="#4ca5d0"></path> <path d="M66,66 L2, 60 A64,64 0 0,1 34,11 z" fill="#6ca338"></path> <path d="M66,66 L34, 11 A64,64 0 0,1 103,14 z" fill="#ffbc38"></path> <path d="M66,66 L103,14 A64,64 0 0,1 130,66 z" fill="#e82c0c"></path> <circle cx="66" cy="66" r="40" fill="#ffffff"></circle> </svg> </div>
html,body{ background-color:#000; } .vis{ margin:2% 45%; }

Related: See More


Questions / Comments: