File: //home/lacammxy/www/new/admin/assets/vendor/morris/custom/donutColors.js
// Morris Donut
Morris.Donut({
element: "donutColors",
data: [
{ value: 30, label: "foo" },
{ value: 15, label: "bar" },
{ value: 10, label: "baz" },
{ value: 5, label: "A really really long label" },
],
backgroundColor: "#17181c",
labelColor: "#17181c",
colors: [
"#493f94",
"#5247a7",
"#5b4fb9",
"#6b61c0",
"#7c72c7",
"#8c84ce",
"#9d95d5",
"#ada7dc",
"#bdb9e3",
"#cecaea",
],
resize: true,
hideHover: "auto",
gridLineColor: "#dfd6ff",
formatter: function (x) {
return x + "%";
},
});