You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
766 B

/*!
* stack-admin-theme (https://pixinvent.com/bootstrap-admin-template/stack)
* Copyright 2018 PIXINVENT
* Licensed under the Themeforest Standard Licenses
*/
$(window).on("load",function(){function labelFormatter(label,series){return"<div style='font-size:8pt; text-align:center; padding:2px; color:white;'>"+label+"<br/>"+Math.round(series.percent)+"%</div>"}var options={series:{pie:{show:!0,radius:500,label:{show:!0,formatter:labelFormatter,threshold:.1}}},legend:{show:!1},colors:["#FFC400","#FF7D4D","#FF4558","#626E82","#28D094","#00A5A8"]},data=[{label:"Series1",data:50},{label:"Series2",data:70},{label:"Series3",data:60},{label:"Series4",data:90},{label:"Series5",data:80},{label:"Series6",data:110}];$.plot("#rectangular-pie-chart",data,options)});